che
che copied to clipboard
customize devworkspace operator image
Is your enhancement related to a problem? Please describe
I'm trying to use my own registry with eclipse-che images. I can change the registry with che-cluster CR and by --che-operator-image flag on chectl.
Describe the solution you'd like
I'd like to change registry even on devworkspace-controller-manager and devworkspace-webhook-server pod
Describe alternatives you've considered
No response
Additional context
No response
Hi @LMantovan are you running Che on Kubernetes or OpenShift?
@dkwon17 I'm running it on Kubernetes
@LMantovan There is no way to configure image registry for DevWorkspace operator image. But it is possible to achieve in the following steps;
- Download DWO templates
https://github.com/devfile/devworkspace-operator/blob/main/deploy/deployment/kubernetes/combined.yaml - Replace images in template
- Apply customized template
kubectl apply -f <template> - Deploy Eclipse Che and skip installing DWO
chectl server:deploy --skip-devworkspace-operator ...