-
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
Chectl che-operator-image
parameter replaces DevWorkspace Operator image instead of Che Operator image
#21106
Comments
I'll test it again and either close this issue as "I did something weird" or give more detailed steps to reproduce. |
Verified with
Result:
chectl output
|
Thank you for detailed steps. I will check. |
Will be fixed by https://github.com/che-incubator/chectl/pull/2007/files BTW. You have some extra steps to deploy Eclipse Che + DW
It is not needed. chectl does it itself. Make sure you use next version of chectl (chectl update next)
You can omit it. DevWorkspace is enabled by default
That's strange. Why do you need to deploy Eclipse Che in So, just use |
The reason I was installing the DWO catalogsource/operator was because I wanted to run my own development version of DWO to debug something (I change the CSV, etc. after the fact and scale down the DWO deployment so that I can debug). Thanks for the advice, though -- I was mostly just using a chectl command from my shell history :). Deploying everything in I'll stick to the simple command in the future though 👍 |
Describe the bug
Specifying the
--che-operator-image
parameter tochectl server:deploy
will override the image used for the DevWorkspace Operator instead of the Che Operator. Further:Che version
next (development version)
Steps to reproduce
Execute
chectl server:deploy
with the--che-operator-image
argument.Expected behavior
From the documentation, it looks like this parameter should override the image used for the Che Operator instead:
Runtime
OpenShift
Screenshots
No response
Installation method
chectl/next
Environment
Linux
Eclipse Che Logs
No response
Additional context
Current documentation: https://github.com/che-incubator/chectl#chectl-serverdeploy
The text was updated successfully, but these errors were encountered: