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:
parent
cd34e797ae
commit
9bf28f1efe
90 changed files with 1554 additions and 258 deletions
|
|
@ -1015,9 +1015,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.
|
||||
|
|
@ -1073,8 +1074,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue