mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jul 25 09:27:13 UTC 2024
This commit is contained in:
parent
503936d882
commit
3a4c5997b9
153 changed files with 2744 additions and 496 deletions
|
|
@ -741,7 +741,7 @@ FLAGS
|
|||
The maximum number of nodes to allocate per default initial node pool.
|
||||
Kubernetes Engine will automatically create enough nodes pools such
|
||||
that each node pool contains less than --max-nodes-per-pool nodes.
|
||||
Defaults to 2000 nodes, but can be set as low as 100 nodes per pool on
|
||||
Defaults to 1000 nodes, but can be set as low as 100 nodes per pool on
|
||||
initial create.
|
||||
|
||||
--max-pods-per-node=MAX_PODS_PER_NODE
|
||||
|
|
@ -879,7 +879,8 @@ FLAGS
|
|||
|
||||
New nodes, including ones created by resize or recreate, will have
|
||||
these labels on the Kubernetes API node object and can be used in
|
||||
nodeSelectors. See http://kubernetes.io/docs/user-guide/node-selection/
|
||||
nodeSelectors. See
|
||||
https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
|
||||
for examples.
|
||||
|
||||
Note that Kubernetes labels, intended to associate cluster components
|
||||
|
|
@ -1048,6 +1049,11 @@ FLAGS
|
|||
considered GA quality. 'regular' is intended for production users
|
||||
who want to take advantage of new features.
|
||||
|
||||
extended
|
||||
|
||||
Clusters subscribed to 'extended' can remain on a minor version for 24 months
|
||||
from when the minor version is made available in the Regular channel.
|
||||
|
||||
stable
|
||||
|
||||
Clusters subscribed to 'stable' receive versions that are known to
|
||||
|
|
@ -1057,7 +1063,7 @@ FLAGS
|
|||
|
||||
Use 'None' to opt-out of any release channel.
|
||||
|
||||
CHANNEL must be one of: rapid, regular, stable, None.
|
||||
CHANNEL must be one of: rapid, regular, extended, stable, None.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
Applies the specified comma-separated resource manager tags that has
|
||||
|
|
|
|||
|
|
@ -347,12 +347,17 @@ FLAGS
|
|||
considered GA quality. 'regular' is intended for production users
|
||||
who want to take advantage of new features.
|
||||
|
||||
extended
|
||||
|
||||
Clusters subscribed to 'extended' can remain on a minor version for 24 months
|
||||
from when the minor version is made available in the Regular channel.
|
||||
|
||||
stable
|
||||
|
||||
Clusters subscribed to 'stable' receive versions that are known to
|
||||
be stable and reliable in production.
|
||||
|
||||
CHANNEL must be one of: rapid, regular, stable.
|
||||
CHANNEL must be one of: rapid, regular, extended, stable.
|
||||
|
||||
--security-group=SECURITY_GROUP
|
||||
The name of the RBAC security group for use with Google security groups
|
||||
|
|
|
|||
|
|
@ -581,6 +581,11 @@ REQUIRED FLAGS
|
|||
considered GA quality. 'regular' is intended for production users
|
||||
who want to take advantage of new features.
|
||||
|
||||
extended
|
||||
|
||||
Clusters subscribed to 'extended' can remain on a minor version for 24 months
|
||||
from when the minor version is made available in the Regular channel.
|
||||
|
||||
stable
|
||||
|
||||
Clusters subscribed to 'stable' receive versions that are known to
|
||||
|
|
@ -590,7 +595,7 @@ REQUIRED FLAGS
|
|||
|
||||
Use 'None' to opt-out of any release channel.
|
||||
|
||||
CHANNEL must be one of: rapid, regular, stable, None.
|
||||
CHANNEL must be one of: rapid, regular, extended, stable, None.
|
||||
|
||||
--remove-labels=[KEY,...]
|
||||
Labels to remove from the Google Cloud resources in use by the
|
||||
|
|
|
|||
|
|
@ -466,7 +466,8 @@ FLAGS
|
|||
|
||||
New nodes, including ones created by resize or recreate, will have
|
||||
these labels on the Kubernetes API node object and can be used in
|
||||
nodeSelectors. See http://kubernetes.io/docs/user-guide/node-selection/
|
||||
nodeSelectors. See
|
||||
https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
|
||||
for examples.
|
||||
|
||||
Note that Kubernetes labels, intended to associate cluster components
|
||||
|
|
|
|||
|
|
@ -142,7 +142,8 @@ REQUIRED FLAGS
|
|||
New nodes, including ones created by resize or recreate, will have
|
||||
these labels on the Kubernetes API node object and can be used in
|
||||
nodeSelectors. See
|
||||
http://kubernetes.io/docs/user-guide/node-selection/ for examples.
|
||||
https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
|
||||
for examples.
|
||||
|
||||
Note that Kubernetes labels, intended to associate cluster components
|
||||
and resources with one another and manage resource lifecycles, are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue