-
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
Deploy Che step is failing for the Smoke test of Che-Code #23029
Comments
I have similar problem as a result of
|
Could you share |
chectl/0.0.20240702-next.8e77812 linux-x64 node-v18.18.0 |
I see that @svor can reproduce the problem locally on his machine #23029 (comment) So, probably it's not |
After investigation, it is a problem specific to chectl and DWO. With this PR devfile/devworkspace-operator#1281 the default number of pods for DWO webserver is 2. However, this check in chectl only expects one pod: https://github.com/che-incubator/chectl/blob/8e778128554f032331a6f3719b6fb6caba94a756/src/tasks/installers/dev-workspace/dev-workspace-tasks.ts#L136 |
It's ready for review che-incubator/chectl#2895 |
Describe the bug
The error is:
Che version
7.88@latest
Steps to reproduce
Please see https://github.com/che-incubator/che-code/actions/runs/9811560435/job/27093908922?pr=380
Expected behavior
Deploy Che
step is successful for the Smoke test of the Che-CodeThe text was updated successfully, but these errors were encountered: