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
|
||||
|
|
|
|||
|
|
@ -6,15 +6,15 @@ SYNOPSIS
|
|||
gcloud alpha container bare-metal clusters update
|
||||
(CLUSTER : --location=LOCATION) [--admin-users=ADMIN_USERS]
|
||||
[--allow-missing] [--async] [--description=DESCRIPTION]
|
||||
[--enable-application-logs]
|
||||
[--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...]]
|
||||
[--login-user=LOGIN_USER]
|
||||
[--enable-application-logs] [--login-user=LOGIN_USER]
|
||||
[--maintenance-address-cidr-blocks=[MAINTENANCE_ADDRESS_CIDR_BLOCKS,
|
||||
...]] [--validate-only] [--version=VERSION]
|
||||
[--api-server-args=[KEY=VALUE,...]
|
||||
--control-plane-node-configs=[labels=LABELS],[node-ip=NODE-IP]
|
||||
--control-plane-node-labels=[KEY=VALUE,...]
|
||||
--control-plane-node-taints=[KEY=VALUE:EFFECT,...]]
|
||||
[--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...]
|
||||
--disable-sr-iov-config | --enable-sr-iov-config]
|
||||
[--metal-lb-address-pools=[addresses=ADDRESSES],
|
||||
[avoid-buggy-ips=AVOID-BUGGY-IPS],
|
||||
[manual-assign=MANUAL-ASSIGN],[pool=POOL]
|
||||
|
|
@ -88,13 +88,6 @@ FLAGS
|
|||
Whether collection of application logs/metrics should be enabled (in
|
||||
addition to system logs/metrics).
|
||||
|
||||
Populate one of the network configs.
|
||||
|
||||
Island mode CIDR network configuration.
|
||||
|
||||
--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...]
|
||||
IPv4 address range for all services in the cluster.
|
||||
|
||||
Anthos on bare metal node access related settings for the user cluster.
|
||||
|
||||
--login-user=LOGIN_USER
|
||||
|
|
@ -136,6 +129,25 @@ FLAGS
|
|||
--control-plane-node-taints=[KEY=VALUE:EFFECT,...]
|
||||
Node taint applied to every Kubernetes node in a node pool.
|
||||
|
||||
Anthos on bare metal cluster network configurations.
|
||||
|
||||
Populate one of the network configs.
|
||||
|
||||
Island mode CIDR network configuration.
|
||||
|
||||
--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...]
|
||||
IPv4 address range for all services in the cluster.
|
||||
|
||||
SR-IOV networking operator configurations.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-sr-iov-config
|
||||
If set, the SR-IOV operator won't be installed.
|
||||
|
||||
--enable-sr-iov-config
|
||||
If set, install the SR-IOV operator.
|
||||
|
||||
Anthos on bare metal cluster load balancer configuration.
|
||||
|
||||
Populate one of the load balancers.
|
||||
|
|
|
|||
76
gcloud/alpha/container/bare-metal/node-pools/enroll
Normal file
76
gcloud/alpha/container/bare-metal/node-pools/enroll
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
NAME
|
||||
gcloud alpha container bare-metal node-pools enroll - enroll a node pool of
|
||||
a user cluster in Anthos on bare metal
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container bare-metal node-pools enroll
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--async]
|
||||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Enroll a node pool of a user cluster in Anthos on bare metal.
|
||||
|
||||
EXAMPLES
|
||||
To enroll a node pool named my-node-pool in a cluster named my-cluster
|
||||
managed in location us-west1, run:
|
||||
|
||||
$ gcloud alpha container bare-metal node-pools enroll my-node-pool \
|
||||
--cluster=my-cluster --location=us-west1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Node pool resource - node pool to enroll The arguments in this group can
|
||||
be used to specify the attributes of this resource. (NOTE) Some attributes
|
||||
are not given arguments in this group but can be set in other ways. To set
|
||||
the project attribute:
|
||||
◆ provide the argument node_pool on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
NODE_POOL
|
||||
ID of the node_pool or fully qualified identifier for the node_pool.
|
||||
To set the node_pool attribute:
|
||||
▸ provide the argument node_pool on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--cluster=CLUSTER
|
||||
cluster of the node_pool. To set the cluster attribute:
|
||||
▸ provide the argument node_pool on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --cluster on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
Google Cloud location for the node_pool. To set the location
|
||||
attribute:
|
||||
▸ provide the argument node_pool on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property container_bare_metal/location.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--validate-only
|
||||
If set, only validate the request, but do not actually perform the
|
||||
operation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
|
|
@ -25,6 +25,9 @@ COMMANDS
|
|||
describe
|
||||
(ALPHA) Describe a node pool in an Anthos cluster on bare metal.
|
||||
|
||||
enroll
|
||||
(ALPHA) Enroll a node pool of a user cluster in Anthos on bare metal.
|
||||
|
||||
list
|
||||
(ALPHA) List node pools in an Anthos cluster on bare metal.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue