1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Oct 15 10:52:53 UTC 2025

This commit is contained in:
Automated 2025-10-15 10:52:53 +00:00
parent 6f9bb9a0f0
commit 154ebc873d
299 changed files with 7497 additions and 3961 deletions

View file

@ -6,8 +6,9 @@ SYNOPSIS
gcloud container ai profiles benchmarks list --model=MODEL
--model-server=MODEL_SERVER [--format=FORMAT]
[--instance-type=INSTANCE_TYPE]
[--model-server-version=MODEL_SERVER_VERSION] [--filter=EXPRESSION]
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[--model-server-version=MODEL_SERVER_VERSION]
[--pricing-model=PRICING_MODEL] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -38,6 +39,10 @@ FLAGS
The model server version. Default is latest. Other options include the
model server version of a profile, all which returns all versions.
--pricing-model=PRICING_MODEL
The pricing model to use to calculate token cost. Currently, this
supports on-demand, spot, 3-years-cud, 1-year-cud
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.

View file

@ -41,7 +41,8 @@ SYNOPSIS
[--enable-gvnic] [--enable-identity-service] [--enable-image-streaming]
[--enable-insecure-kubelet-readonly-port]
[--enable-intra-node-visibility] [--enable-ip-access]
[--enable-ip-alias] [--enable-kubernetes-alpha]
[--enable-ip-alias] [--enable-k8s-certs-via-dns]
[--enable-k8s-tokens-via-dns] [--enable-kubernetes-alpha]
[--enable-kubernetes-unstable-apis=API,[API,...]]
[--enable-l4-ilb-subsetting] [--enable-legacy-authorization]
[--enable-legacy-lustre-port] [--enable-managed-prometheus]
@ -664,6 +665,14 @@ FLAGS
you omit both --enable-ip-alias and --no-enable-ip-alias, the default
is a VPC-native cluster.
--enable-k8s-certs-via-dns
Enable K8s client certificates Authentication to the cluster's control
plane over DNS-based endpoint.
--enable-k8s-tokens-via-dns
Enable K8s Service Account tokens Authentication to the cluster's
control plane over DNS-based endpoint.
--enable-kubernetes-alpha
Enable Kubernetes alpha features on this cluster. Selecting this option
will result in the cluster having all Kubernetes alpha API groups and

View file

@ -22,7 +22,9 @@ SYNOPSIS
[--enable-backup-restore] [--enable-cilium-clusterwide-network-policy]
[--enable-confidential-nodes] [--enable-default-compute-class]
[--enable-dns-access] [--enable-fleet] [--enable-google-cloud-access]
[--enable-ip-access] [--enable-kubernetes-unstable-apis=API,[API,...]]
[--enable-ip-access] [--enable-k8s-certs-via-dns]
[--enable-k8s-tokens-via-dns]
[--enable-kubernetes-unstable-apis=API,[API,...]]
[--enable-legacy-lustre-port] [--enable-lustre-csi-driver]
[--enable-master-global-access] [--enable-multi-networking]
[--enable-ray-cluster-logging] [--enable-ray-cluster-monitoring]
@ -314,6 +316,14 @@ FLAGS
Enable access to the cluster's control plane over private IP and public
IP if --enable-private-endpoint is not enabled.
--enable-k8s-certs-via-dns
Enable K8s client certificates Authentication to the cluster's control
plane over DNS-based endpoint.
--enable-k8s-tokens-via-dns
Enable K8s Service Account tokens Authentication to the cluster's
control plane over DNS-based endpoint.
--enable-kubernetes-unstable-apis=API,[API,...]
Enable Kubernetes beta API features on this cluster. Beta APIs are not
expected to be production ready and should be avoided in

View file

@ -87,6 +87,7 @@ SYNOPSIS
| --enable-l4-lb-firewall-reconciliation
| --enable-authorized-networks-on-private-endpoint
--enable-dns-access --enable-google-cloud-access --enable-ip-access
--enable-k8s-certs-via-dns --enable-k8s-tokens-via-dns
--enable-master-global-access --enable-private-endpoint
--enable-master-authorized-networks
--master-authorized-networks=NETWORK,[NETWORK,...]
@ -1229,6 +1230,14 @@ REQUIRED FLAGS
Enable access to the cluster's control plane over private IP and
public IP if --enable-private-endpoint is not enabled.
--enable-k8s-certs-via-dns
Enable K8s client certificates Authentication to the cluster's
control plane over DNS-based endpoint.
--enable-k8s-tokens-via-dns
Enable K8s Service Account tokens Authentication to the cluster's
control plane over DNS-based endpoint.
--enable-master-global-access
Use with private clusters to allow access to the master's private
endpoint from any Google Cloud region or on-premises environment

View file

@ -14,6 +14,7 @@ SYNOPSIS
[--additional-pod-network=[subnetwork=SUBNETWORK_NAME,
pod-ipv4-range=SECONDARY_RANGE_NAME,
[max-pods-per-node=NUM_PODS],...]] [--async]
[--autoscaled-rollout-policy=[wait-for-drain-duration=WAIT-FOR-DRAIN-DURATION]]
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY]
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
@ -180,6 +181,23 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--autoscaled-rollout-policy=[wait-for-drain-duration=WAIT-FOR-DRAIN-DURATION]
Autoscaled rollout policy options for blue-green upgrade.
wait-for-drain-duration
(Optional) Time in seconds to wait after cordoning the blue pool
before draining the nodes.
Examples:
$ gcloud container node-pools create node-pool-1 \
--cluster=example-cluster --enable-blue-green-upgrade \
--autoscaled-rollout-policy=""
$ gcloud container node-pools create node-pool-1 \
--cluster=example-cluster --enable-blue-green-upgrade \
--autoscaled-rollout-policy=wait-for-drain-duration=7200s
--boot-disk-kms-key=BOOT_DISK_KMS_KEY
The Customer Managed Encryption Key used to encrypt the boot disk
attached to each node in the node pool. This should be of the form

View file

@ -24,11 +24,8 @@ SYNOPSIS
| --storage-pools=STORAGE_POOL,[...]
| --system-config-from-file=PATH_TO_FILE | --tags=[TAG,...]
| --windows-os-version=WINDOWS_OS_VERSION
| --workload-metadata=WORKLOAD_METADATA | --enable-blue-green-upgrade
--enable-surge-upgrade --max-surge-upgrade=MAX_SURGE_UPGRADE
--max-unavailable-upgrade=MAX_UNAVAILABLE_UPGRADE
--node-pool-soak-duration=NODE_POOL_SOAK_DURATION
--standard-rollout-policy=[batch-node-count=BATCH_NODE_COUNT,
| --workload-metadata=WORKLOAD_METADATA
| --autoscaled-rollout-policy=[wait-for-drain-duration=WAIT-FOR-DRAIN-DURATION] --enable-blue-green-upgrade --enable-surge-upgrade --max-surge-upgrade=MAX_SURGE_UPGRADE --max-unavailable-upgrade=MAX_UNAVAILABLE_UPGRADE --node-pool-soak-duration=NODE_POOL_SOAK_DURATION --standard-rollout-policy=[batch-node-count=BATCH_NODE_COUNT,
batch-percent=BATCH_NODE_PERCENTAGE,
batch-soak-duration=BATCH_SOAK_DURATION,...]
| --boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS
@ -744,6 +741,23 @@ REQUIRED FLAGS
Upgrade settings
--autoscaled-rollout-policy=[wait-for-drain-duration=WAIT-FOR-DRAIN-DURATION]
Autoscaled rollout policy options for blue-green upgrade.
wait-for-drain-duration
(Optional) Time in seconds to wait after cordoning the blue
pool before draining the nodes.
Examples:
$ gcloud container node-pools update node-pool-1 \
--cluster=example-cluster --enable-blue-green-upgrade \
--autoscaled-rollout-policy=""
$ gcloud container node-pools update node-pool-1 \
--cluster=example-cluster --enable-blue-green-upgrade \
--autoscaled-rollout-policy=wait-for-drain-duration=7200s
--enable-blue-green-upgrade
Changes node pool upgrade strategy to blue-green upgrade.