-
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
Create a new olm channel in order to deploy Eclipse Che next version using DWO dependency and installMode: AllNamespaces #20455
Comments
Ok so someone could use that channel doing: chectl update next && \
chectl server:deploy \
--platform=openshift \
--installer=olm \
--olm-channel=next-all-namespaces Hence a couple of questions:
|
@l0rd
No, the chectl will add automatically the catalog for you in the cluster
To be honest we can remove this flag and use the channel to install the new devworkspace engine |
@flacatus ok but maybe we will still need |
Ok, Maybe is better to mantain the flag until the devworkspace engine will be by default also in pure kubernetes. |
Is your task related to a problem? Please describe
Actaully we have stable-all-namespaces olm channel which deploy eclipse che in AllNamespace mode and with DWO dependency. The problem is we don't have a way to deploy che next in All Namespace mode with DWO olm dependency
Describe the solution you'd like
Create a new channel
next-all-namespaces
to deploy che in AllNamespace mode. This channel as next will not be pushed to community operators.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: