执行kubectl logs 时报错:
Error from server (BadRequest): a container name must be specified for pod
涉及多个容器时,需要指定具体的容器名
kubectl logs -f <POD-name> -n <nameSpace> -c <container_name>
执行kubectl logs 时报错:
Error from server (BadRequest): a container name must be specified for pod
涉及多个容器时,需要指定具体的容器名
kubectl logs -f <POD-name> -n <nameSpace> -c <container_name>