Create k8s命令

pull/73/head
问道 6 years ago committed by GitHub
parent 2f8c722342
commit 6a4e10df7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,8 @@
K8S进入容器方法
前言
k8s如何进入一个pod里有多个容器的方法
方法1
kubectl --namespace=kube-system exec -it kube-dns-1336009800-15b1h --container nginx -- sh
kubectl --namespace=kube-system exec -it kube-dns-1336009800-15b1h -c nginx -- sh
注释:--namespace 为命名空间kube-dns为pod的名字-c或-container为Pod里其中的一个容器名字
Loading…
Cancel
Save