1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Aug 2 11:22:33 UTC 2023

This commit is contained in:
Automated 2023-08-02 11:22:33 +00:00
parent 4558a00e48
commit 678b9afba9
240 changed files with 7837 additions and 521 deletions

View file

@ -134,7 +134,7 @@ FLAGS
Attaches accelerators (e.g. GPUs) to all nodes.
type
(Required) The specific type (e.g. nvidia-tesla-k80 for nVidia
(Required) The specific type (e.g. nvidia-tesla-k80 for NVIDIA
Tesla K80) of accelerator to attach to the instances. Use gcloud
compute accelerator-types list to learn about all available
accelerator types.
@ -147,15 +147,15 @@ FLAGS
(Optional) The NVIDIA driver version to install. GPU_DRIVER_VERSION
must be one of:
`default`: Install the default driver version. If you omit the flag `gpu-driver-version`,
this is the default option.
`default`: Install the default driver version.
`latest`: Install the latest available driver version. Available only for
nodes that use Container-Optimized OS.
`disabled`: Skip automatic driver installation. You must [manually install a
driver](https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#installing_drivers)
after you create the cluster.
after you create the cluster. If you omit the flag `gpu-driver-version`,
this is the default option.
gpu-partition-size
(Optional) The GPU partition size used when running multi-instance
@ -531,9 +531,6 @@ FLAGS
endpoint from any Google Cloud region or on-premises environment
regardless of the private cluster's region.
Must be used in conjunction with '--enable-ip-alias' and
'--enable-private-nodes'.
--enable-multi-networking
Enables multi-networking on the cluster. Multi-networking is disabled
by default.

View file

@ -205,9 +205,6 @@ FLAGS
endpoint from any Google Cloud region or on-premises environment
regardless of the private cluster's region.
Must be used in conjunction with '--enable-ip-alias' and
'--enable-private-nodes'.
--logging=[COMPONENT,...]
Set the components that have logging enabled. Valid component values
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER, NONE