1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Nov 13 10:04:10 UTC 2024

This commit is contained in:
Automated 2024-11-13 10:04:10 +00:00
parent 7da5872e5c
commit a63704a3af
252 changed files with 4821 additions and 807 deletions

View file

@ -22,13 +22,14 @@ SYNOPSIS
[--enable-master-global-access] [--enable-multi-networking]
[--enable-ray-cluster-logging] [--enable-ray-cluster-monitoring]
[--enable-ray-operator] [--enable-secret-manager]
[--fleet-project=PROJECT_ID_OR_NUMBER] [--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]
[--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]
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
[--additive-vpc-scope-dns-domain=ADDITIVE_VPC_SCOPE_DNS_DOMAIN
| --disable-additive-vpc-scope]
@ -301,6 +302,10 @@ FLAGS
Example: $ gcloud alpha container clusters create-auto \
--fleet-project=my-project
--hpa-profile=HPA_PROFILE
Setting Horizontal Pod Autoscaler behavior, which is none by default.
HPA_PROFILE must be one of: none, performance.
--labels=[KEY=VALUE,...]
Labels to apply to the Google Cloud resources in use by the Kubernetes
Engine cluster. These are unrelated to Kubernetes labels.