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:
parent
470b35e498
commit
93c043aaa0
176 changed files with 5452 additions and 264 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue