Portal Container remains in "ContainerCreating" Status¶
To check possible root causes, execute the kubectl describe pod portal-0 command.
Unmounted "service-detailconfig" Volume¶
The service-detailconfig volume is a ConfigMap that contains multiple service details. This ConfigMap is created by the job manager. A typical reason for this is that the job manager is unable to execute the `kubectl' commands.
Validate no_proxy Settings of the Job-Manager StatefulSet¶
-
Execute the
kubectl edit secret job-manager-secretcommand to enter the definition file. -
The job-manager is mounting the proxy settings as environment variables into the container.
-
Values are environment variables stored as K8s secrets, hence they might contain confidential data.
-
Decode the no_proxy value in the
echo "<value of no_proxy key>" | base64 -ddata field. -
Ensure that the K8s service and Pod CIDR ranges are part of the no_proxy variable.