Accessing Compute Node Containers
Accessing Pod
To access the CN Pod, execute the following command when the CN is in a ready state:
kubectl exec -it {pod name} bash
If the CN pod is in a Crash state due to liveness failure, you can disable liveness using the following command. After the pod is in a ready state, execute the above command to access the pod.
kubectl annotate pod {pod name} runmode=debug