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

gcloud: Wed Mar 30 09:07:09 UTC 2022

This commit is contained in:
Automated 2022-03-30 09:07:09 +00:00
parent cd34e797ae
commit 9bf28f1efe
90 changed files with 1554 additions and 258 deletions

View file

@ -1166,9 +1166,10 @@ FLAGS
enableAutoRepair: A boolean field that indicates if node autorepair
is enabled for autoprovisioned node pools.
minCpuPlatform: If specified, new autoprovisioned nodes will be
scheduled on host with specified CPU architecture or a newer one.
Note: Min CPU platform can only be specified in Beta and Alpha.
minCpuPlatform (deprecated): If specified, new autoprovisioned
nodes will be scheduled on host with specified CPU architecture or
a newer one. Note: Min CPU platform can only be specified in Beta
and Alpha.
Autoprovisioned node image is specified under the 'imageType'
field. If not specified the default value will be applied.
@ -1224,8 +1225,12 @@ FLAGS
separated by commas.
--autoprovisioning-min-cpu-platform=PLATFORM
If specified, new autoprovisioned nodes will be scheduled on host
with specified CPU architecture or a newer one.
(DEPRECATED) If specified, new autoprovisioned nodes will be
scheduled on host with specified CPU architecture or a newer one.
The --autoprovisioning-min-cpu-platform flag is deprecated and
will be removed in an upcoming release. More info:
https://cloud.google.com/kubernetes-engine/docs/release-notes#March_08_2022
--min-cpu=MIN_CPU
Minimum number of cores in the cluster.

View file

@ -773,9 +773,10 @@ REQUIRED FLAGS
enableAutoRepair: A boolean field that indicates if node
autorepair is enabled for autoprovisioned node pools.
minCpuPlatform: If specified, new autoprovisioned nodes will be
scheduled on host with specified CPU architecture or a newer one.
Note: Min CPU platform can only be specified in Beta and Alpha.
minCpuPlatform (deprecated): If specified, new autoprovisioned
nodes will be scheduled on host with specified CPU architecture
or a newer one. Note: Min CPU platform can only be specified in
Beta and Alpha.
Autoprovisioned node image is specified under the 'imageType'
field. If not specified the default value will be applied.
@ -814,8 +815,13 @@ REQUIRED FLAGS
separated by commas.
--autoprovisioning-min-cpu-platform=PLATFORM
If specified, new autoprovisioned nodes will be scheduled on
host with specified CPU architecture or a newer one.
(DEPRECATED) If specified, new autoprovisioned nodes will be
scheduled on host with specified CPU architecture or a newer
one.
The --autoprovisioning-min-cpu-platform flag is deprecated and
will be removed in an upcoming release. More info:
https://cloud.google.com/kubernetes-engine/docs/release-notes#March_08_2022
--max-cpu=MAX_CPU
Maximum number of cores in the cluster.