Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不登录 Web UI 的情况下配置 kubectl cli?我的环境没有设置好,我想运行一些 kubctl 命令。
之后,您可以发出命令。
例如kubectl -s 127.0.0.1:8888 -n kube-system get pods
kubectl -s 127.0.0.1:8888 -n kube-system get pods
向阿琼致敬。