mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed May 17 10:38:17 UTC 2023
This commit is contained in:
parent
14441c7ea7
commit
a56fab68e5
151 changed files with 1878 additions and 2972 deletions
|
|
@ -635,8 +635,9 @@ FLAGS
|
|||
--labels=label_a=value1,label_b=,label_c=value3
|
||||
|
||||
--linux-sysctls=KEY=VALUE,[KEY=VALUE,...]
|
||||
Linux kernel parameters to be applied to all nodes in the new cluster's
|
||||
default node pool as well as the pods running on the nodes.
|
||||
(DEPRECATED) Linux kernel parameters to be applied to all nodes in the
|
||||
new cluster's default node pool as well as the pods running on the
|
||||
nodes.
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
@ -644,6 +645,9 @@ FLAGS
|
|||
--linux-sysctls="net.core.somaxconn=1024,net.ipv4.tcp_rmem=4096 \
|
||||
87380 6291456"
|
||||
|
||||
The --linux-sysctls flag is deprecated. Please use
|
||||
--system-config-from-file instead.
|
||||
|
||||
--logging=[COMPONENT,...]
|
||||
Set the components that have logging enabled. Valid component values
|
||||
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER, NONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue