1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 23:49:35 +00:00

gcloud: Thu Feb 29 10:17:22 UTC 2024

This commit is contained in:
Automated 2024-02-29 10:17:22 +00:00
parent 8778dcbd7e
commit 37dd57701a
203 changed files with 3473 additions and 5938 deletions

View file

@ -10,9 +10,9 @@ SYNOPSIS
DESCRIPTION
gcloud container node-pools delete deletes a node pool from a Google
Kubernetes Engine (GKE) cluster. When you delete a node pool, GKE drains
all the nodes in the node pool. The draining process involves GKE evicting
all the nodes in the node pool. The draining process involves GKE deleting
Pods on each node in the node pool. Each node in a node pool is drained by
evicting Pods with an allotted graceful termination period of MAX_POD.
deleting Pods with an allotted graceful termination period of MAX_POD.
MAX_POD is the maximum terminationGracePeriodSeconds set on the Pods
scheduled to the node with a cap of one hour.