1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-15 01:15:34 +00:00

gcloud: Wed Aug 27 10:57:46 UTC 2025

This commit is contained in:
Automated 2025-08-27 10:57:46 +00:00
parent 470b35e498
commit 93c043aaa0
176 changed files with 5452 additions and 264 deletions

View file

@ -67,6 +67,7 @@ SYNOPSIS
[--max-pods-per-node=MAX_PODS_PER_NODE]
[--max-surge-upgrade=MAX_SURGE_UPGRADE; default=1]
[--max-unavailable-upgrade=MAX_UNAVAILABLE_UPGRADE]
[--membership-type=MEMBERSHIP_TYPE]
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
[--metadata-from-file=KEY=LOCAL_FILE_PATH,[...]]
[--min-cpu-platform=PLATFORM] [--monitoring=[COMPONENT,...]]
@ -991,6 +992,15 @@ FLAGS
Must be used in conjunction with '--max-surge-upgrade'.
--membership-type=MEMBERSHIP_TYPE
Specify a membership type for the cluster's fleet membership. Example:
$ gcloud alpha container clusters create \
--membership-type=LIGHTWEIGHT. MEMBERSHIP_TYPE must be (only \ one
value is supported):
LIGHTWEIGHT
Fleet membership representing this cluster will be lightweight.
--metadata=KEY=VALUE,[KEY=VALUE,...]
Compute Engine metadata to be made available to the guest operating
system running on nodes within the node pool.

View file

@ -27,12 +27,13 @@ SYNOPSIS
[--enable-ray-cluster-logging] [--enable-ray-cluster-monitoring]
[--enable-ray-operator] [--fleet-project=PROJECT_ID_OR_NUMBER]
[--hpa-profile=HPA_PROFILE] [--labels=[KEY=VALUE,...]]
[--logging=[COMPONENT,...]] [--monitoring=[COMPONENT,...]]
[--network=NETWORK] [--private-endpoint-subnetwork=NAME]
[--release-channel=CHANNEL] [--security-group=SECURITY_GROUP]
[--security-posture=SECURITY_POSTURE] [--services-ipv4-cidr=CIDR]
[--services-secondary-range-name=NAME] [--subnetwork=SUBNETWORK]
[--tier=TIER] [--workload-policies=WORKLOAD_POLICIES]
[--logging=[COMPONENT,...]] [--membership-type=MEMBERSHIP_TYPE]
[--monitoring=[COMPONENT,...]] [--network=NETWORK]
[--private-endpoint-subnetwork=NAME] [--release-channel=CHANNEL]
[--security-group=SECURITY_GROUP] [--security-posture=SECURITY_POSTURE]
[--services-ipv4-cidr=CIDR] [--services-secondary-range-name=NAME]
[--subnetwork=SUBNETWORK] [--tier=TIER]
[--workload-policies=WORKLOAD_POLICIES]
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
[--additive-vpc-scope-dns-domain=ADDITIVE_VPC_SCOPE_DNS_DOMAIN
| --disable-additive-vpc-scope]
@ -382,6 +383,15 @@ FLAGS
--logging=SYSTEM,WORKLOAD,API_SERVER,CONTROLLER_MANAGER,\
SCHEDULER
--membership-type=MEMBERSHIP_TYPE
Specify a membership type for the cluster's fleet membership. Example:
$ gcloud alpha container clusters create-auto \
--membership-type=LIGHTWEIGHT. MEMBERSHIP_TYPE must be (only \ one
value is supported):
LIGHTWEIGHT
Fleet membership representing this cluster will be lightweight.
--monitoring=[COMPONENT,...]
Set the components that have monitoring enabled. Valid component values
are: SYSTEM, WORKLOAD (Deprecated), NONE, API_SERVER,

View file

@ -65,9 +65,10 @@ SYNOPSIS
| --binauthz-policy-bindings=[name=BINAUTHZ_POLICY,
enforcement-mode=ENFORCEMENT_MODE,...]
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
| --enable-binauthz | --clear-fleet-project
--enable-fleet --fleet-project=PROJECT_ID_OR_NUMBER
| --clear-maintenance-window | --remove-maintenance-exclusion=NAME
| --enable-binauthz | --clear-fleet-project --enable-fleet
--fleet-project=PROJECT_ID_OR_NUMBER
--membership-type=MEMBERSHIP_TYPE | --clear-maintenance-window
| --remove-maintenance-exclusion=NAME
| [--add-maintenance-exclusion-end=TIME_STAMP
: --add-maintenance-exclusion-name=NAME
--add-maintenance-exclusion-scope=SCOPE
@ -1043,6 +1044,15 @@ REQUIRED FLAGS
Example: $ gcloud alpha container clusters update
--fleet-project=my-project
--membership-type=MEMBERSHIP_TYPE
Specify a membership type for the cluster's fleet membership.
Example: $ gcloud alpha container clusters update \
--membership-type=LIGHTWEIGHT. MEMBERSHIP_TYPE must be (only \ one
value is supported):
LIGHTWEIGHT
Fleet membership representing this cluster will be lightweight.
At most one of these can be specified:
--clear-maintenance-window

View file

@ -21,7 +21,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet config-management describe
$ gcloud beta container fleet config-management describe

View file

@ -110,7 +110,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet config-management disable
$ gcloud beta container fleet config-management disable

View file

@ -1,5 +1,5 @@
NAME
gcloud alpha container fleet config-management - manage Config Management
gcloud alpha container fleet config-management - use the Config Management
feature
SYNOPSIS
@ -59,7 +59,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container fleet config-management
$ gcloud beta container fleet config-management

View file

@ -52,7 +52,7 @@ GROUPS
(ALPHA) Configure the Fleet clusterupgrade feature.
config-management
(ALPHA) Manage Config Management feature.
(ALPHA) Use the Config Management feature.
dataplane-v2-encryption
(ALPHA) Manage Dataplane V2 Encryption Feature.

View file

@ -21,7 +21,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub config-management describe
$ gcloud beta container hub config-management describe

View file

@ -109,7 +109,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub config-management disable
$ gcloud beta container hub config-management disable

View file

@ -1,5 +1,5 @@
NAME
gcloud alpha container hub config-management - manage Config Management
gcloud alpha container hub config-management - use the Config Management
feature
SYNOPSIS
@ -58,7 +58,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud container hub config-management
$ gcloud beta container hub config-management

View file

@ -52,7 +52,7 @@ GROUPS
(ALPHA) Configure the Fleet clusterupgrade feature.
config-management
(ALPHA) Manage Config Management feature.
(ALPHA) Use the Config Management feature.
dataplane-v2-encryption
(ALPHA) Manage Dataplane V2 Encryption Feature.