mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 1 10:23:17 UTC 2023
This commit is contained in:
parent
7664984b79
commit
bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions
|
|
@ -4,8 +4,17 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container bare-metal admin-clusters update
|
||||
(ADMIN_CLUSTER : --location=LOCATION) [--async] [--version=VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
(ADMIN_CLUSTER : --location=LOCATION) [--async]
|
||||
[--description=DESCRIPTION] [--enable-application-logs]
|
||||
[--login-user=LOGIN_USER]
|
||||
[--maintenance-address-cidr-blocks=[MAINTENANCE_ADDRESS_CIDR_BLOCKS,
|
||||
...]] [--max-pods-per-node=MAX_PODS_PER_NODE] [--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,...]]
|
||||
[--no-proxy=[NO_PROXY,...] --uri=URI] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an Anthos on bare metal admin cluster.
|
||||
|
|
@ -49,8 +58,68 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description for the resource.
|
||||
|
||||
Anthos on bare metal cluster operations configuration.
|
||||
|
||||
--enable-application-logs
|
||||
Whether collection of application logs/metrics should be enabled (in
|
||||
addition to system logs/metrics).
|
||||
|
||||
Anthos on bare metal node access related settings for the admin cluster.
|
||||
|
||||
--login-user=LOGIN_USER
|
||||
User name used to access node machines.
|
||||
|
||||
Anthos on bare metal cluster maintenance configuration.
|
||||
|
||||
--maintenance-address-cidr-blocks=[MAINTENANCE_ADDRESS_CIDR_BLOCKS,...]
|
||||
IPv4 addresses to be placed into maintenance mode.
|
||||
|
||||
Anthos on bare metal admin cluster workload node configuration.
|
||||
|
||||
--max-pods-per-node=MAX_PODS_PER_NODE
|
||||
Maximum number of pods a node can run.
|
||||
|
||||
--validate-only
|
||||
If set, only validate the request, but do not actually perform the
|
||||
operation.
|
||||
|
||||
--version=VERSION
|
||||
Anthos cluster on bare metal version for the user cluster resource.
|
||||
Anthos cluster on bare metal version for the admin cluster resource.
|
||||
|
||||
Anthos on bare metal cluster control plane configuration.
|
||||
|
||||
--api-server-args=[KEY=VALUE,...]
|
||||
API Server argument configuration.
|
||||
|
||||
Anthos on bare metal cluster control plane node pool configuration.
|
||||
|
||||
Anthos on bare metal node pool configuration for control plane nodes.
|
||||
|
||||
Anthos on bare metal node configuration for control plane nodes.
|
||||
|
||||
Populate control plane node config.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--control-plane-node-configs=[labels=LABELS],[node-ip=NODE-IP]
|
||||
Control plane node configuration.
|
||||
|
||||
--control-plane-node-labels=[KEY=VALUE,...]
|
||||
Labels assigned to nodes of a node pool.
|
||||
|
||||
--control-plane-node-taints=[KEY=VALUE:EFFECT,...]
|
||||
Node taint applied to every Kubernetes node in a node pool.
|
||||
|
||||
Anthos on bare metal cluster proxy configuration.
|
||||
|
||||
--no-proxy=[NO_PROXY,...]
|
||||
List of IPs, hostnames, and domains that should skip the proxy.
|
||||
|
||||
--uri=URI
|
||||
Address of the proxy server.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue