加上这个选项 --grace-period=0 --force--grace-period=0 --force

先删除deployment,pod,svc再删除namespace

> kubectl get pod -n istio-system
NAME READY STATUS RESTARTS AGE
istio-galley-75679b695b-5p8vn / Terminating 1h
istio-sidecar-injector-c8c4c568b-x5m9j / Terminating 1h
> kubectl delete pods istio-galley-75679b695b-5p8vn -n istio-system --grace-period= --force
warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.
pod "istio-galley-75679b695b-5p8vn" deleted
>
> kubectl get pod -n istio-system
NAME READY STATUS RESTARTS AGE
istio-sidecar-injector-c8c4c568b-x5m9j / Terminating 1h
> kubectl delete pods istio-sidecar-injector-c8c4c568b-x5m9j -n istio-system --grace-period= --force
warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.
pod "istio-sidecar-injector-c8c4c568b-x5m9j" deleted
> kubectl get pod -n istio-system
No resources found.
> kubectl delete ns istio-system --grace-period=0 --force

最新文章

  1. Android 内容提供者的实现
  2. [转]jquery $(document).ready() 与window.onload的区别
  3. HDU 5727 Necklace 环排+二分图匹配
  4. IsBadStringPtr、IsBadWritePtr
  5. UESTC_The Most Wonderful Competition CDOJ 56
  6. Ubuntu下安装Pyqt4
  7. VS2010下创建的VB.NET项目打包发布安装包的流程
  8. 2017-5-18 Repeater 重复器的使用
  9. 鸟哥的linux私房菜学习-(四)linux命令的基本概念
  10. Swift中 删除Array的元素对象
  11. yii2 使用指定数据库执行createCommand
  12. iOS网络请求-AFNetworking源码解析
  13. django rest framework批量上传图片及导入字段
  14. CF1096D Easy Problem
  15. .NoSuchBeanDefinitionException: No bean named 'userService' available
  16. etymon word air aero aeri aer ag agreement walk joint trick skill chief forget out~1
  17. 微服务之间的调用(Ribbon与Feign)
  18. GBDT源码剖析
  19. JAVA简单内存泄露分析及解决
  20. nginx/ajax跨子域请求的两种现代方法以及403解决

热门文章

  1. Shell 编程综合案例
  2. centos 7 中安装Oracle 12c
  3. 笔记49 在Spittr应用中整合Hibernate
  4. html input 上capture 参数在 安卓 苹果上的异同
  5. mysql 8+ 忘记root密码 解决方案
  6. Java checked异常 和 RuntimeException
  7. [原创] Java 流布局管理器 FlowLayout
  8. 【缓存】缓存穿透、缓存雪崩、key重建方案
  9. php数组函数,遍历数组的几种方法
  10. NX二次开发-算法篇-判断找到两个数组里不相同的对象