.. _evict_pod:
===================
驱逐(evicted) Pods
===================
在 :ref:`drain_node` 可以看到Kubernetes是通过 ``evict`` pods方式完成的。此外,当发生 :ref:`k8s_garbage_collecttion` , ``kubelet`` 也会自动触发 驱逐(evicted) Pods (默认参数 ``85`` 表示磁盘使用率超过 ``85%`` 时候驱逐pods)
参考
======
- `Understanding Kubernetes Evicted Pods `_
- `How to evict specific pods on the Kubernetes cluster `_
- `安全地清空一个节点 `_
- `Node-pressure Eviction `_ : `节点压力驱逐 `_
- `A guide to Kubernetes pod eviction `_