k8s kubesphere进入ks-installer容器删除istio并重启ks-installer命令
生活随笔
收集整理的這篇文章主要介紹了
k8s kubesphere进入ks-installer容器删除istio并重启ks-installer命令
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1.首先進入ks-installer pod,刪除istio包
# kubectl -n kubesphere-system get po | grep ks-installer ks-installer-58899ccb89-xqpft 1/1 Running 0 10h# kubectl -n kubesphere-system exec -ti ks-installer-58899ccb89-xqpft sh# helm delete istio-init -n istio-system # helm delete istio -n istio-system2.重啟ks-installer
kubectl -n kubesphere-system rollout restart deploy/ks-installer參考鏈接:
https://kubesphere.com.cn/forum/d/3049-servicemesh/10
總結
以上是生活随笔為你收集整理的k8s kubesphere进入ks-installer容器删除istio并重启ks-installer命令的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 在现有k8s集群中安装kubespher
- 下一篇: 使用KubeKey 离线环境部署 Kub