-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add init containers in the che plugin model #14397
Add init containers in the che plugin model #14397
Conversation
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
@@ -171,6 +176,15 @@ private void populateWorkspaceEnvVars( | |||
.collect(Collectors.toList()); | |||
} | |||
|
|||
private K8sContainerResolver toK8sContainerResolver( | |||
CheContainer container, List<ChePluginEndpoint> endpoints) throws InfrastructureException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
InfrastructureException
can not be thrown here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, fixed
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
de1533e
to
a4d4a7e
Compare
Signed-off-by: Oleksandr Andriienko <[email protected]>
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
What does this PR do?
Add init containers in the che plugin model
What issues does this PR fix or reference?
#13387