摘要: #创建pod $ kubectl create -f ${pod_name}.yaml # 查询pod的简要信息 $ kubectl get pod ${pod_name} # json 格式显示pod的完整信息 $ kubectl get pod ${pod_name} --output json 阅读全文
posted @ 2020-10-08 11:47 傑0327 阅读(100) 评论(0) 推荐(0) 编辑