摘要: 1. 使用k8s在default下临时启一个容器(实际上是启了一个pod,退出后pod自动删除) # kubectl run -i --tty --image busybox:1.28.4 dns-test --restart=Never --rm /bin/sh 2. 查看某个pod的所有labe 阅读全文
posted @ 2020-10-09 10:20 kribee 阅读(1689) 评论(0) 推荐(0)