mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Mar 15 11:22:01 UTC 2023
This commit is contained in:
parent
29661f002c
commit
a4bd29dd06
164 changed files with 2541 additions and 844 deletions
|
|
@ -11,7 +11,7 @@ SYNOPSIS
|
|||
[--annotations=ANNOTATION,[ANNOTATION,...] | --clear-annotations]
|
||||
[--clear-description | --description=DESCRIPTION]
|
||||
[--client=CLIENT | --azure-application-id=AZURE_APPLICATION_ID
|
||||
--azure-tenant-id=AZURE_TENANT_ID]
|
||||
--azure-tenant-id=AZURE_TENANT_ID --clear-client]
|
||||
[--disable-managed-prometheus | --enable-managed-prometheus]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -133,6 +133,11 @@ FLAGS
|
|||
--azure-tenant-id=AZURE_TENANT_ID
|
||||
ID of the Azure Tenant to manage Azure resources.
|
||||
|
||||
--clear-client
|
||||
Clear the Azure client. This flag is required when updating to use
|
||||
Azure workload identity federation from Azure client to manage
|
||||
Azure resources.
|
||||
|
||||
Monitoring Config
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ SYNOPSIS
|
|||
gcloud alpha container bare-metal admin-clusters update
|
||||
(ADMIN_CLUSTER : --location=LOCATION) [--async]
|
||||
[--description=DESCRIPTION] [--enable-application-logs]
|
||||
[--island-mode-service-address-cidr-blocks=SERVICE_ADDRESS,[...]]
|
||||
[--login-user=LOGIN_USER]
|
||||
[--maintenance-address-cidr-blocks=[MAINTENANCE_ADDRESS_CIDR_BLOCKS,
|
||||
...]] [--max-pods-per-node=MAX_PODS_PER_NODE] [--validate-only]
|
||||
|
|
@ -67,6 +68,13 @@ 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 admin cluster.
|
||||
|
||||
--login-user=LOGIN_USER
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container vmware node-pools delete
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--allow-missing]
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--ignore-errors] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a node pool in an Anthos cluster on VMware.
|
||||
|
|
@ -60,6 +60,10 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--ignore-errors
|
||||
If set, the deletion of a VMware node pool resource will succeed even
|
||||
if errors occur during deletion.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue