From 909eb30ab6f40be85ed9584d480e2e4881822851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E7=BB=A7=E9=B9=8F?= Date: Sun, 6 Jan 2019 16:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20pod=20=E7=BB=88=E6=AD=A2?= =?UTF-8?q?=E5=AE=BD=E9=99=90=E6=9C=9F=E8=AE=BE=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- concepts/pod.md | 1 + 1 file changed, 1 insertion(+) diff --git a/concepts/pod.md b/concepts/pod.md index a2c56912c..836d7dcc5 100644 --- a/concepts/pod.md +++ b/concepts/pod.md @@ -105,6 +105,7 @@ Pod 原语有利于: 7. Kublete会在API server中完成Pod的的删除,通过将优雅周期设置为0(立即删除)。Pod在API中消失,并且在客户端也不可见。 删除宽限期默认是30秒。 `kubectl delete`命令支持 `—grace-period=` 选项,允许用户设置自己的宽限期。如果设置为0将强制删除pod。在kubectl>=1.5版本的命令中,你必须同时使用 `--force` 和 `--grace-period=0` 来强制删除pod。 +在 yaml 文件中可以通过 `{{ .spec.spec.terminationGracePeriodSeconds }}` 来修改此值 ### 强制删除Pod