1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Tue Oct 18 11:38:19 UTC 2022

This commit is contained in:
Automated 2022-10-18 11:38:19 +00:00
parent 389ff42bae
commit 5c08d21169
Failed to extract signature
159 changed files with 4170 additions and 656 deletions

View file

@ -14,7 +14,8 @@ SYNOPSIS
--subnet-ids=[SUBNET_ID,...] --vpc-id=VPC_ID
[--admin-users=USER,[USER,...]]
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
[--description=DESCRIPTION] [--instance-placement=INSTANCE_PLACEMENT]
[--description=DESCRIPTION] [--enable-managed-prometheus]
[--instance-placement=INSTANCE_PLACEMENT]
[--instance-type=INSTANCE_TYPE] [--logging=COMPONENT,[COMPONENT,...]]
[--main-volume-iops=MAIN_VOLUME_IOPS]
[--main-volume-kms-key-arn=MAIN_VOLUME_KMS_KEY_ARN]
@ -128,6 +129,9 @@ OPTIONAL FLAGS
--description=DESCRIPTION
Description for the cluster.
--enable-managed-prometheus
Enable managed collection for Managed Service for Prometheus.
--instance-placement=INSTANCE_PLACEMENT
Type of the tenancy. INSTANCE_PLACEMENT must be one of: dedicated,
default, host.

View file

@ -11,7 +11,7 @@ DESCRIPTION
(ALPHA) Fetch credentials for a running Anthos cluster on AWS.
This command updates a kubeconfig file with appropriate credentials and
endpoint information to point kubectl at a specific cluster on AWS.
endpoint information to point kubectl at a specific Anthos cluster on AWS.
By default, credentials are written to HOME/.kube/config. You can provide
an alternate path by setting the KUBECONFIG environment variable. If