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

@ -36,7 +36,7 @@ SYNOPSIS
| --notification-config=[pubsub=ENABLED|DISABLED,
pubsub-topic=TOPIC,...]
| --private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE
| --release-channel=CHANNEL | --remove-labels=[KEY,...]
| --release-channel=[CHANNEL] | --remove-labels=[KEY,...]
| --remove-workload-policies=REMOVE_WORKLOAD_POLICIES
| --security-group=SECURITY_GROUP
| --security-posture=SECURITY_POSTURE
@ -575,7 +575,7 @@ REQUIRED FLAGS
PRIVATE_IPV6_GOOGLE_ACCESS_TYPE must be one of: bidirectional,
disabled, outbound-only.
--release-channel=CHANNEL
--release-channel=[CHANNEL]
Subscribe or unsubscribe this cluster to a release channel.
When a cluster is subscribed to a release channel, Google maintains
@ -586,10 +586,8 @@ REQUIRED FLAGS
CHANNEL must be one of:
None
Use 'None' to opt-out of any release channel.
rapid
rapid
'rapid' channel is offered on an early access basis for customers
who want to test new releases.
@ -597,13 +595,22 @@ REQUIRED 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
Clusters subscribed to 'stable' receive versions that are known
to be stable and reliable in production.
stable
Clusters subscribed to 'stable' receive versions that are known to
be stable and reliable in production.
None
Use 'None' to opt-out of any release channel.
CHANNEL must be one of: rapid, regular, stable, None.
--remove-labels=[KEY,...]
Labels to remove from the Google Cloud resources in use by the
@ -648,6 +655,9 @@ REQUIRED 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.
--security-profile=SECURITY_PROFILE
@ -746,6 +756,9 @@ REQUIRED 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.