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

gcloud: Thu Jun 22 10:31:35 UTC 2023

This commit is contained in:
Automated 2023-06-22 10:31:35 +00:00
parent 2102dc5511
commit dc0d916cee
219 changed files with 5076 additions and 1639 deletions

View file

@ -26,10 +26,15 @@ SYNOPSIS
pubsub-topic=TOPIC,...]
| --private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE
| --release-channel=CHANNEL | --remove-labels=[KEY,...]
| --security-group=SECURITY_GROUP | --set-password
| --remove-workload-policies=REMOVE_WORKLOAD_POLICIES
| --security-group=SECURITY_GROUP
| --security-posture=SECURITY_POSTURE | --set-password
| --stack-type=STACK_TYPE | --start-credential-rotation
| --start-ip-rotation | --update-addons=[ADDON=ENABLED|DISABLED,...]
| --update-labels=[KEY=VALUE,...] | --workload-pool=WORKLOAD_POOL
| --update-labels=[KEY=VALUE,...]
| --workload-policies=WORKLOAD_POLICIES
| --workload-pool=WORKLOAD_POOL
| --workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING
| --additional-pod-ipv4-ranges=NAME,[NAME,...]
--remove-additional-pod-ipv4-ranges=NAME,[NAME,...]
| --binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
@ -455,6 +460,16 @@ REQUIRED FLAGS
$ gcloud container clusters update example-cluster \
--remove-labels=label_a,label_b
--remove-workload-policies=REMOVE_WORKLOAD_POLICIES
Remove Autopilot workload policies from the cluster.
Examples:
$ gcloud container clusters update example-cluster \
--remove-workload-policies=allow-net-admin
The only supported workload policy is 'allow-net-admin'.
--security-group=SECURITY_GROUP
The name of the RBAC security group for use with Google security
groups in Kubernetes RBAC
@ -466,6 +481,18 @@ REQUIRED FLAGS
If unspecified, no groups will be returned for use with RBAC.
--security-posture=SECURITY_POSTURE
Sets the mode of the Kubernetes security posture API's off-cluster
features.
To enable in standard mode explicitly set the flag to
--security-posture=standard
To disable in an existing cluster, explicitly set the flag to
--security-posture=disabled.
SECURITY_POSTURE must be one of: disabled, standard.
--set-password
Set the basic auth password to the specified value, keeping the
existing username.
@ -514,6 +541,16 @@ REQUIRED FLAGS
$ gcloud container clusters update example-cluster \
--update-labels=label_a=value1,label_b=value2
--workload-policies=WORKLOAD_POLICIES
Add Autopilot workload policies to the cluster.
Examples:
$ gcloud container clusters update example-cluster \
--workload-policies=allow-net-admin
The only supported workload policy is 'allow-net-admin'.
--workload-pool=WORKLOAD_POOL
Enable Workload Identity on the cluster.
@ -527,6 +564,18 @@ REQUIRED FLAGS
https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity
--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING
Sets the mode of the Kubernetes security posture API's workload
vulnerability scanning.
To enable in standard mode explicitly set the flag to
--workload-vulnerability-scanning=standard.
To disable in an existing cluster, explicitly set the flag to
--workload-vulnerability-scanning=disabled.
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, standard.
--additional-pod-ipv4-ranges=NAME,[NAME,...]
Additional IP address ranges(by name) for pods that need to be added
to the cluster.