标签:style pods xxxxxx name def edit default xxxxx 自动
1:查看ingress
kubectl get ing -n default
2: 编辑ingress,而后会自动重启。
kubectl edit ing XXXXXXXXX
3: 查看pod
kubectl get pods -n namespace
4: 查看log
kubectl logs -f pod_name -n namespace
标签:style pods xxxxxx name def edit default xxxxx 自动
原文地址:https://www.cnblogs.com/liufei1983/p/9280746.html