chectl with workspace-engine=dev-workspace doesn't work #18842
Labels
area/chectl
Issues related to chectl, the CLI of Che
engine/devworkspace
Issues related to Che configured to use the devworkspace controller as workspace engine.
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
Running
chectl server:deploy --workspace-engine=dev-workspace
currently doesn't work.Che version
nightly
Steps to reproduce
On minikube try
Expected behavior
The devworkspace operator gets installed along with Che
Runtime
minikube
Screenshots
Installation method
Environment
my computer / macOS
Eclipse Che Logs
Additional context
Probably it got broken when the dev-workspace operator has been updated to use Operator SDK v1. Operator yamls have been replaced with kustomize templates so there is no easy way to fix that.
One option is to generate the operator yaml files when a PR is merged devworkspace side. Those yaml should be published somewhere (gh releases or pages) and retrived by chectl at build time.
Another option is to use kustomize during chectl build.
The text was updated successfully, but these errors were encountered: