Merge pull request #237 from weaveworks/drain-grace

Drain: allow pods grace period to terminate
This commit is contained in:
Daniel Holbach
2020-11-24 07:46:05 +01:00
committed by GitHub
+1
View File
@@ -244,6 +244,7 @@ func drain(client *kubernetes.Clientset, node *v1.Node) {
drainer := &kubectldrain.Helper{
Client: client,
GracePeriodSeconds: -1,
Force: true,
DeleteLocalData: true,
IgnoreAllDaemonSets: true,