1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +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

@ -66,6 +66,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,...]]
@ -972,6 +973,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 beta 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]
@ -381,6 +382,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 beta 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

@ -63,9 +63,10 @@ SYNOPSIS
| --enable-managed-prometheus
| --binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
--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
@ -1022,6 +1023,15 @@ REQUIRED FLAGS
Example: $ gcloud beta container clusters update
--fleet-project=my-project
--membership-type=MEMBERSHIP_TYPE
Specify a membership type for the cluster's fleet membership.
Example: $ gcloud beta 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