mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
[--admin-users=USER,[USER,...]]
|
||||
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
|
||||
[--description=DESCRIPTION] [--instance-type=INSTANCE_TYPE]
|
||||
[--logging=COMPONENT,[COMPONENT,...]]
|
||||
[--main-volume-iops=MAIN_VOLUME_IOPS]
|
||||
[--main-volume-kms-key-arn=MAIN_VOLUME_KMS_KEY_ARN]
|
||||
[--main-volume-size=MAIN_VOLUME_SIZE]
|
||||
|
|
@ -129,6 +130,16 @@ OPTIONAL FLAGS
|
|||
--instance-type=INSTANCE_TYPE
|
||||
AWS EC2 instance type for the control plane's nodes.
|
||||
|
||||
--logging=COMPONENT,[COMPONENT,...]
|
||||
Set the components that have logging enabled.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud container aws clusters create --logging=SYSTEM
|
||||
$ gcloud container aws clusters create --logging=SYSTEM,WORKLOAD
|
||||
|
||||
COMPONENT must be one of: SYSTEM, WORKLOAD.
|
||||
|
||||
--main-volume-iops=MAIN_VOLUME_IOPS
|
||||
Number of I/O operations per second (IOPS) to provision for the main
|
||||
volume.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ DESCRIPTION
|
|||
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
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ SYNOPSIS
|
|||
[--cluster-version=CLUSTER_VERSION]
|
||||
[--config-encryption-kms-key-arn=CONFIG_ENCRYPTION_KMS_KEY_ARN]
|
||||
[--iam-instance-profile=IAM_INSTANCE_PROFILE]
|
||||
[--instance-type=INSTANCE_TYPE] [--role-arn=ROLE_ARN]
|
||||
[--role-session-name=ROLE_SESSION_NAME]
|
||||
[--instance-type=INSTANCE_TYPE] [--logging=COMPONENT,[COMPONENT,...]]
|
||||
[--role-arn=ROLE_ARN] [--role-session-name=ROLE_SESSION_NAME]
|
||||
[--root-volume-iops=ROOT_VOLUME_IOPS]
|
||||
[--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN]
|
||||
[--root-volume-size=ROOT_VOLUME_SIZE]
|
||||
|
|
@ -78,6 +78,16 @@ FLAGS
|
|||
--instance-type=INSTANCE_TYPE
|
||||
AWS EC2 instance type for the control plane's nodes.
|
||||
|
||||
--logging=COMPONENT,[COMPONENT,...]
|
||||
Set the components that have logging enabled.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud container aws clusters update --logging=SYSTEM
|
||||
$ gcloud container aws clusters update --logging=SYSTEM,WORKLOAD
|
||||
|
||||
COMPONENT must be one of: SYSTEM, WORKLOAD.
|
||||
|
||||
--role-arn=ROLE_ARN
|
||||
Amazon Resource Name (ARN) of the IAM role to assume when managing AWS
|
||||
resources.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue