mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -8,9 +8,12 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha container node-pools delete deletes a node pool from a
|
||||
Google Kubernetes Engine cluster. This command does not gracefully drain
|
||||
the nodes prior to deleting them. Use "kubectl drain NODE_NAME" to drain
|
||||
each node to have containers running on these nodes terminate gracefully.
|
||||
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 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. MAX_POD is the maximum terminationGracePeriodSeconds set on the
|
||||
Pods scheduled to the node with a cap of one hour.
|
||||
|
||||
EXAMPLES
|
||||
To delete the "node-pool-1" node pool from the cluster "sample-cluster",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue