A pod remains in initialization (init) state after deployment and displays the following message:
Failed create pod sandbox.
Solution
Procedure
Log in to the Cluster Control Manager (CCM) console as the customer user.
Switch to being the root user by entering the command su.
To restart the pod, run the following command:
kubectl delete pod <pod-name>, where pod name is the name of the pod in init state. For example, kubectl delete pod alarming-db-common-services-7d64b69879-7drdq
To confirm that the pod is functional, run the following commands: