Troubleshooting cloud container | HCL Digital Experience Containers
This section lists the basics of troubleshooting the containerized image or your deployment.
About this task
General
- Provide the proper context regarding the issue.
- What is failing?
- What events occurred leading up to the failure?
- What are the expected results if unclear?
- Include error messages, logs, screen captures, and other information that may help describe the problem.
- Include the results of '
docker inspect IMAGEID
'.
Kubernetes
- Include the following information:
-
kubectl version
-
kubectl get nodes
-
kubectl describe customresourcedefinitions
-
kubectl describe DxDeployment -n <your_namespace>
-
kubectl api-resources
-
kubectl api-versions
- Command or procedure used for deployment. Note: See the section for the recommended deployment method, Deploy HCL Digital Experience 9.5 Container to Amazon EKS.
- The files generated at the time of the deployment and documented at the end of the section on Understanding the HCL 9.5 Container deployment on Amazon Elastic Kubernetes Service.
-
OpenShift
- Include the following information:
-
oc version
-
oc get nodes
-
oc describe customresourcedefinitions
-
oc describe DxDeployment -n <your_namespace>
- To set project:
oc project <your_namespace>
- To set project:
-
oc api-resources
-
oc api-versions
- Command or procedure used for deployment. Note: See the section for the recommended deployment method, Red Hat OpenShift.
- The files generated at the time of the deployment and documented at the end of the section on Understanding the OpenShift deployment.
-
Docker
- What is the version of the Docker engine?
- What is the operating system?
- What is the exact command used to start (or attempt to start) the container?
- Include results of
docker images
. - Include results of
docker ps -a
Issue | Solution |
---|---|
|
Ensure that the memory request and the limit defined in the custom resource are high enough for the specified heap size in the Portal configuration |
|
Ensure that the specified volume exists, and meets the deployment requirements. To reuse a volume, see the Delete topic. |
Logging and tracing for HCL Digital Experience Containers and services - Access the tracing options that can be used to capture logging and tracing for HCL Digital Experience (DX) 9.5 container based services with container update CF181 and higher releases.