-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should be able to manipulate the creation of a Deployment #528
Labels
component/ide
Component: IDE Integration
component/operator
Component: Operator service
kind/enhancement
Kind: New feature or improvement
Comments
aslakknutsen
added
component/ide
Component: IDE Integration
component/operator
Component: Operator service
kind/enhancement
Kind: New feature or improvement
labels
Sep 16, 2020
aslakknutsen
added a commit
that referenced
this issue
Sep 24, 2020
…usage In a normal cli setting we're looking for a Deployment or a DeploymentConfig, but with the che integration the Deployment already exists so we need to be able to wait for something else. related to #528
bartoszmajsak
pushed a commit
that referenced
this issue
Sep 24, 2020
Co-authored-by: Bartosz Majsak <[email protected]> Related to #528
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/ide
Component: IDE Integration
component/operator
Component: Operator service
kind/enhancement
Kind: New feature or improvement
Why
Che Server will launch a Workspace by creating a Deployment object. For Ike to route the traffic from a specific Service to this new Deployment we need the ability to manipulate the Deployment object.
What
A MutatingAdmission WebHook should give us the option to add the target Deployment labels to the Workspace Deployment and by that route traffic to it.
Only mutate Deployments that are labeled
ike.target=x
The text was updated successfully, but these errors were encountered: