摘要: 部署版本:Kubernetes 1.17 Kubersphere 2.1.1目前 Kubesphere 已经部署成功,但是直接从网页访问 terminal 终端的功能,提示:could not connect to the container。对于 kubectl 终端 1、处理方式,需要配置ngi 阅读全文
posted @ 2020-11-02 11:45 苍茫宇宙 阅读(1836) 评论(0) 推荐(0) 编辑
摘要: 环境:kubernet、centos7 思路:获取需要查询pod类——>获取关键字——>拼接并执行删除 1、脚本如下 cat /tmp/delete-pod.sh #!/bin/bash #获取需要的pod的name和namepsaces kubectl get pods --all-namespa 阅读全文
posted @ 2020-11-02 11:27 苍茫宇宙 阅读(347) 评论(0) 推荐(0) 编辑