Disabling the readiness init containers for the Operator installer
To disable the previously enabled readiness init containers for the Che installed by the Operator installer:
Prerequisites
-
Eclipse Che installed by the Operator installer.
Procedure
-
Find the name of the Che Operator Deployment. Usually it is
che-operator
:$ kubectl get deployments -n eclipse-che
-
Edit the Deployment as follows: Under
spec.template.spec.containers[0].env
of the Operator Deployment, remove the following lines:- name: ADD_COMPONENT_READINESS_INIT_CONTAINERS (1) value: "true"
1 ADD_COMPONENT_READINESS_INIT_CONTAINERS
is an environment variable. -
Wait while Che Operator restarts some components.