Helm - registries does not work with default-host #14881
Labels
area/install
Issues related to installation, including offline/air gap and initial setup
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
When deploying che with helm in default-host mode, devfile and plugin registries are deployed, but does not work.
depoy command:
helm upgrade --install che --force --namespace che --set global.ingressDomain=$(minikube ip) --set global.serverStrategy=default-host --set cheImage=eclipse/che-server:nightly deploy/kubernetes/helm/che/
Registries chart templates ignore defaul-host settings and create these invalid hosts:
Che version
Steps to reproduce
helm
command from the descriptionminikube ip
in your browserExpected behavior
The registries should work by default with helm charts and default-host. The registries should be deployed under url path something like
/devfile-registry
and/plugin-registry
, but we have to be sure it won't conflict with anything else.Runtime
minikube version
andkubectl version
)Screenshots
Installation method
Environment
Workaround
deploy registries manually and set
--set cheDevfileRegistry.deploy=false --set che.workspace.devfileRegistryUrl=${DEVFILE_REGISTRY_URL} --set chePluginRegistry.deploy=false --set che.workspace.pluginRegistryUrl=${PLUGIN_REGISTRY_URL}
in the helm deployAdditional context
#13647
The text was updated successfully, but these errors were encountered: