2024年5月21日

k8s常用运维命令

摘要: alias k=kubectl 操作kubeconfig # 查看context k config get-contexts # 切换context k config use-context contextName # 使用context访问 k --context=contextName get 阅读全文

posted @ 2024-05-21 09:17 王景迁 阅读(101) 评论(0) 推荐(0)

导航