[devworkspace] Not able to deploy workspace-controller on local crc #16314
Labels
engine/devworkspace
Issues related to Che configured to use the devworkspace controller as workspace engine.
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your task related to a problem? Please describe.
Not able to deploy workspace-controller on local crc.
crc setup
configures dnsmasq locally in the way that the internet in not available from docker anymore, so./deploy/webhook-server-certs/deploy-webhook-server-certs.sh
fails with error :It should not be actual when #16251 is fixed.
Fixing
crc setup breaks local networking
crc#1095 would fix the issue as well.^ it's possible to work around that issue by manual editing /etc/resolv.conf. But then you must modify ingress hosts, which is kind of expected but not really convenient and required in case of OpenShift... We could create Route instead of Ingress with empty host and it will be provisioned automatically.
It's not possible to run workspaces from non-admin user... Probably in our deploy files we must add some default role that will allow users to manage workspaces in their namespaces.
kubectl is not actully requirement for openshift... So, our deployment should be able to use oc as well.
The text was updated successfully, but these errors were encountered: