Skip to content

feat(operator): add webhook to auto mutate Deployment as target#539

Draft
aslakknutsen wants to merge 33 commits intomasterfrom
che_webhook
Draft

feat(operator): add webhook to auto mutate Deployment as target#539
aslakknutsen wants to merge 33 commits intomasterfrom
che_webhook

Conversation

@aslakknutsen
Copy link
Copy Markdown
Member

@aslakknutsen aslakknutsen commented Sep 25, 2020

A mutating webhook that will update a Deployment with the Labels of the 'target' Deployment
as defined by the ike.target label. This allows for traffic to be routed to Deployments created by
3. party apps like Che Workspaces.

Fixes #528

  • CA Bundle creation for non Openshift clusters
  • optional mutation install flag?
  • mutation local install with namespace selector
  • dynamically resolve Lables, ConvertRefStatus..?
  • DryRun logic
  • Dynamic session name
  • Finalize Che Workspace integration params etc
  • Move to annotations from labels
  • Add "session name" annotation on Deployment for Deletion
  • e2e test case - simulate Che Deployment

@aslakknutsen aslakknutsen added component/operator Component: Operator service kind/enhancement Kind: New feature or improvement labels Sep 25, 2020
@aslakknutsen
Copy link
Copy Markdown
Member Author

/ok-to-test

@aslakknutsen
Copy link
Copy Markdown
Member Author

/test openshift

1 similar comment
@aslakknutsen
Copy link
Copy Markdown
Member Author

/test openshift

@alien-ike
Copy link
Copy Markdown
Collaborator

@aslakknutsen: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
e2e-tests-openshift fc3df7e link /test openshift
Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/operator Component: Operator service kind/enhancement Kind: New feature or improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should be able to manipulate the creation of a Deployment

2 participants