mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Nov 7 09:57:40 UTC 2024
This commit is contained in:
parent
d7d92f8000
commit
7da5872e5c
106 changed files with 3468 additions and 293 deletions
|
|
@ -78,7 +78,8 @@ SYNOPSIS
|
|||
[--stack-type=STACK_TYPE] [--storage-pools=STORAGE_POOL,[...]]
|
||||
[--subnetwork=SUBNETWORK] [--system-config-from-file=PATH_TO_FILE]
|
||||
[--tags=TAG,[TAG,...]] [--threads-per-core=THREADS_PER_CORE]
|
||||
[--workload-metadata=WORKLOAD_METADATA] [--workload-pool=WORKLOAD_POOL]
|
||||
[--tier=TIER] [--workload-metadata=WORKLOAD_METADATA]
|
||||
[--workload-pool=WORKLOAD_POOL]
|
||||
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[--additional-zones=ZONE,[ZONE,...] | --node-locations=ZONE,[ZONE,...]]
|
||||
[--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,
|
||||
|
|
@ -1380,6 +1381,10 @@ FLAGS
|
|||
The number of visible threads per physical core for each node. To
|
||||
disable simultaneous multithreading (SMT) set this to 1.
|
||||
|
||||
--tier=TIER
|
||||
Set the desired tier for the cluster. TIER must be one of: standard,
|
||||
enterprise.
|
||||
|
||||
--workload-metadata=WORKLOAD_METADATA
|
||||
Type of metadata server available to pods running in the node pool.
|
||||
WORKLOAD_METADATA must be one of:
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ SYNOPSIS
|
|||
[--release-channel=[CHANNEL]] [--security-group=SECURITY_GROUP]
|
||||
[--security-posture=SECURITY_POSTURE] [--services-ipv4-cidr=CIDR]
|
||||
[--services-secondary-range-name=NAME] [--subnetwork=SUBNETWORK]
|
||||
[--workload-policies=WORKLOAD_POLICIES]
|
||||
[--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]
|
||||
|
|
@ -450,6 +450,10 @@ FLAGS
|
|||
|
||||
Cannot be used with the "--create-subnetwork" option.
|
||||
|
||||
--tier=TIER
|
||||
Set the desired tier for the cluster. TIER must be one of: standard,
|
||||
enterprise.
|
||||
|
||||
--workload-policies=WORKLOAD_POLICIES
|
||||
Add Autopilot workload policies to the cluster.
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,8 @@ SYNOPSIS
|
|||
| --security-posture=SECURITY_POSTURE
|
||||
| --security-profile=SECURITY_PROFILE | --set-password
|
||||
| --stack-type=STACK_TYPE | --start-credential-rotation
|
||||
| --start-ip-rotation | --update-addons=[ADDON=ENABLED|DISABLED,...]
|
||||
| --start-ip-rotation | --tier=TIER
|
||||
| --update-addons=[ADDON=ENABLED|DISABLED,...]
|
||||
| --update-labels=[KEY=VALUE,...]
|
||||
| --workload-policies=WORKLOAD_POLICIES
|
||||
| --workload-pool=WORKLOAD_POOL
|
||||
|
|
@ -714,6 +715,10 @@ REQUIRED FLAGS
|
|||
upgrade to point to the new IP. See documentation for more details:
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/ip-rotation.
|
||||
|
||||
--tier=TIER
|
||||
Set the desired tier for the cluster. TIER must be one of: standard,
|
||||
enterprise.
|
||||
|
||||
--update-addons=[ADDON=ENABLED|DISABLED,...]
|
||||
Cluster addons to enable or disable. Options are
|
||||
HorizontalPodAutoscaling=ENABLED|DISABLED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue