chectl: --devfile-registry-url and --che-operator-cr-yaml do not play well together #14589
Closed
4 of 23 tasks
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
area/chectl
Issues related to chectl, the CLI of Che
severity/P2
Has a minor but important impact to the usage or development of the system.
Describe the bug
I'm using
chectl
to deploy a customized version of Che (using--che-operator-cr-yaml
).I also want to use an external devfile registry.
--devfile-registry-url=<url>
will work, but it ends up still using the default online devfile registrydevfileRegistryUrl
property to my yaml; but I still need--devfile-registry-url
otherwise it still deploys a devfile registry pod (I think Add a chectl server:start flag to specify if using external registries #13949 may address this?)So the gist of it is that I need to specify the devfile registry url both in my yaml and on the
chectl
command line which is not idealChe version
Steps to reproduce
Expected behavior
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
The text was updated successfully, but these errors were encountered: