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
|
|
@ -74,7 +74,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]
|
||||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
| --enable-binauthz]
|
||||
|
|
@ -1297,6 +1298,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]
|
||||
[--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
|
||||
| --disable-dataplane-v2-flow-observability
|
||||
|
|
@ -445,6 +445,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@ SYNOPSIS
|
|||
| --security-group=SECURITY_GROUP
|
||||
| --security-posture=SECURITY_POSTURE | --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
|
||||
|
|
@ -678,6 +679,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