mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Apr 6 10:23:36 UTC 2023
This commit is contained in:
parent
5fabf24be7
commit
32e56b8b99
209 changed files with 5396 additions and 561 deletions
|
|
@ -21,8 +21,6 @@ SYNOPSIS
|
|||
: --control-plane-node-labels=[KEY=VALUE,...]
|
||||
--control-plane-node-taints=[KEY=VALUE:EFFECT,...])))
|
||||
: --api-server-args=[KEY=VALUE,...])
|
||||
(--island-mode-pod-address-cidr-blocks=POD_ADDRESS,[POD_ADDRESS,...]
|
||||
--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...])
|
||||
((--lvp-node-mounts-config-path=LVP_NODE_MOUNTS_CONFIG_PATH
|
||||
--lvp-node-mounts-config-storage-class=LVP_NODE_MOUNTS_CONFIG_STORAGE_CLASS) ((--lvp-share-path=LVP_SHARE_PATH --lvp-share-storage-class=LVP_SHARE_STORAGE_CLASS) : --shared-path-pv-count=SHARED_PATH_PV_COUNT))
|
||||
[--admin-users=ADMIN_USERS] [--annotations=[KEY=VALUE,...]] [--async]
|
||||
|
|
@ -32,6 +30,10 @@ SYNOPSIS
|
|||
...]] [--validate-only]
|
||||
[--container-runtime=CONTAINER_RUNTIME
|
||||
--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
[[(--island-mode-pod-address-cidr-blocks=POD_ADDRESS,[POD_ADDRESS,...]
|
||||
--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...])
|
||||
: --enable-advanced-networking
|
||||
--enable-multi-nic-config --enable-sr-iov-config]]
|
||||
[--uri=URI : --no-proxy=[NO_PROXY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -202,24 +204,6 @@ REQUIRED FLAGS
|
|||
--control-plane-node-taints=[KEY=VALUE:EFFECT,...]
|
||||
Node taint applied to every Kubernetes node in a node pool.
|
||||
|
||||
Populate one of the network configs.
|
||||
|
||||
This must be specified.
|
||||
|
||||
Island mode CIDR network configuration.
|
||||
|
||||
--island-mode-pod-address-cidr-blocks=POD_ADDRESS,[POD_ADDRESS,...]
|
||||
IPv4 address range for all pods in the cluster.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...]
|
||||
IPv4 address range for all services in the cluster.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
Anthos on bare metal cluster storage configuration.
|
||||
|
||||
This must be specified.
|
||||
|
|
@ -311,6 +295,40 @@ OPTIONAL FLAGS
|
|||
--max-pods-per-node=MAX_PODS_PER_NODE
|
||||
Maximum number of pods a node can run.
|
||||
|
||||
Anthos on bare metal cluster network configurations.
|
||||
|
||||
--enable-advanced-networking
|
||||
Enables the use of advanced Anthos networking features, such as
|
||||
Bundled Load Balancing with BGP or the egress NAT gateway.
|
||||
|
||||
Multiple networking interfaces cluster configurations.
|
||||
|
||||
--enable-multi-nic-config
|
||||
If set, enable multiple network interfaces for your pods.
|
||||
|
||||
SR-IOV networking operator configurations.
|
||||
|
||||
--enable-sr-iov-config
|
||||
If set, install the SR-IOV operator.
|
||||
|
||||
Populate one of the network configs.
|
||||
|
||||
This must be specified.
|
||||
|
||||
Island mode CIDR network configuration.
|
||||
|
||||
--island-mode-pod-address-cidr-blocks=POD_ADDRESS,[POD_ADDRESS,...]
|
||||
IPv4 address range for all pods in the cluster.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...]
|
||||
IPv4 address range for all services in the cluster.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
Anthos on bare metal cluster proxy configuration.
|
||||
|
||||
--uri=URI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue