1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jun 19 09:33:28 UTC 2024

This commit is contained in:
Automated 2024-06-19 09:33:28 +00:00
parent 04a1e3ce77
commit fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions

View file

@ -21,7 +21,7 @@ SYNOPSIS
[--fleet-project=PROJECT_ID_OR_NUMBER] [--labels=[KEY=VALUE,...]]
[--logging=[COMPONENT,...]] [--monitoring=[COMPONENT,...]]
[--network=NETWORK] [--private-endpoint-subnetwork=NAME]
[--release-channel=CHANNEL] [--security-group=SECURITY_GROUP]
[--release-channel=[CHANNEL]] [--security-group=SECURITY_GROUP]
[--security-posture=SECURITY_POSTURE] [--services-ipv4-cidr=CIDR]
[--services-secondary-range-name=NAME] [--subnetwork=SUBNETWORK]
[--workload-policies=WORKLOAD_POLICIES]
@ -311,7 +311,7 @@ FLAGS
Sets the subnetwork GKE uses to provision the control plane's private
endpoint.
--release-channel=CHANNEL
--release-channel=[CHANNEL]
Release channel a cluster is subscribed to.
If left unspecified and a version is specified, the cluster is enrolled
@ -327,7 +327,8 @@ FLAGS
CHANNEL must be one of:
rapid
rapid
'rapid' channel is offered on an early access basis for customers
who want to test new releases.
@ -335,14 +336,19 @@ FLAGS
to unresolved issues with no known workaround and are not subject
to any SLAs.
regular
regular
Clusters subscribed to 'regular' receive versions that are
considered GA quality. 'regular' is intended for production users
who want to take advantage of new features.
stable
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.
--security-group=SECURITY_GROUP
The name of the RBAC security group for use with Google security groups
in Kubernetes RBAC
@ -367,6 +373,9 @@ FLAGS
To disable in an existing cluster, explicitly set the flag to
--security-posture=disabled.
For more information on enablement, see
https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard#feature-enablement.
SECURITY_POSTURE must be one of: disabled, standard, enterprise.
--services-ipv4-cidr=CIDR
@ -417,6 +426,9 @@ FLAGS
To disable in an existing cluster, explicitly set the flag to
--workload-vulnerability-scanning=disabled.
For more information on enablement, see
https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard#feature-enablement.
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, standard,
enterprise.