mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -19,15 +19,16 @@ SYNOPSIS
|
|||
[--disk-type=DISK_TYPE] [--enable-autorepair] [--no-enable-autoupgrade]
|
||||
[--enable-binauthz] [--enable-cloud-logging]
|
||||
[--enable-cloud-monitoring] [--enable-cloud-run-alpha]
|
||||
[--enable-dataplane-v2] [--enable-gvnic] [--enable-image-streaming]
|
||||
[--enable-intra-node-visibility] [--enable-ip-alias]
|
||||
[--enable-kubernetes-alpha] [--enable-l4-ilb-subsetting]
|
||||
[--enable-legacy-authorization] [--enable-master-global-access]
|
||||
[--enable-network-policy] [--enable-service-externalips]
|
||||
[--enable-shielded-nodes] [--enable-stackdriver-kubernetes]
|
||||
[--enable-vertical-pod-autoscaling] [--image-type=IMAGE_TYPE]
|
||||
[--issue-client-certificate] [--labels=[KEY=VALUE,...]]
|
||||
[--local-ssd-count=LOCAL_SSD_COUNT] [--logging=[COMPONENT,...]]
|
||||
[--enable-dataplane-v2] [--enable-gvnic] [--enable-identity-service]
|
||||
[--enable-image-streaming] [--enable-intra-node-visibility]
|
||||
[--enable-ip-alias] [--enable-kubernetes-alpha]
|
||||
[--enable-l4-ilb-subsetting] [--enable-legacy-authorization]
|
||||
[--enable-master-global-access] [--enable-network-policy]
|
||||
[--enable-service-externalips] [--enable-shielded-nodes]
|
||||
[--enable-stackdriver-kubernetes] [--enable-vertical-pod-autoscaling]
|
||||
[--image-type=IMAGE_TYPE] [--issue-client-certificate]
|
||||
[--labels=[KEY=VALUE,...]] [--local-ssd-count=LOCAL_SSD_COUNT]
|
||||
[--logging=[COMPONENT,...]]
|
||||
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
|
||||
[--max-nodes-per-pool=MAX_NODES_PER_POOL]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
|
|
@ -369,6 +370,16 @@ FLAGS
|
|||
Enable the use of GVNIC for this cluster. Requires re-creation of nodes
|
||||
using either a node-pool upgrade or node-pool creation.
|
||||
|
||||
--enable-identity-service
|
||||
Enable Identity Service component on the cluster.
|
||||
|
||||
When enabled, users can authenticate to Kubernetes cluster with
|
||||
external identity providers.
|
||||
|
||||
Identity Service is by default disabled when creating a new cluster. To
|
||||
disable Identity Service in an existing cluster, explicitly set flag
|
||||
--no-enable-identity-service.
|
||||
|
||||
--enable-image-streaming
|
||||
Specifies whether to enable image streaming on cluster.
|
||||
|
||||
|
|
@ -615,7 +626,7 @@ FLAGS
|
|||
|
||||
--monitoring=[COMPONENT,...]
|
||||
Set the components that have monitoring enabled. Valid component values
|
||||
are: SYSTEM, NONE
|
||||
are: SYSTEM, WORKLOAD (Deprecated), NONE
|
||||
|
||||
For more information, look at
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-metrics
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@ SYNOPSIS
|
|||
| --database-encryption-key=DATABASE_ENCRYPTION_KEY
|
||||
| --disable-database-encryption | --disable-default-snat
|
||||
| --disable-workload-identity | --enable-autoscaling
|
||||
| --enable-binauthz | --enable-image-streaming
|
||||
| --enable-intra-node-visibility | --enable-l4-ilb-subsetting
|
||||
| --enable-legacy-authorization | --enable-master-authorized-networks
|
||||
| --enable-master-global-access | --enable-network-policy
|
||||
| --enable-service-externalips | --enable-shielded-nodes
|
||||
| --enable-stackdriver-kubernetes | --enable-vertical-pod-autoscaling
|
||||
| --generate-password | --maintenance-window=START_TIME
|
||||
| --node-locations=ZONE,[ZONE,...]
|
||||
| --enable-binauthz | --enable-identity-service
|
||||
| --enable-image-streaming | --enable-intra-node-visibility
|
||||
| --enable-l4-ilb-subsetting | --enable-legacy-authorization
|
||||
| --enable-master-authorized-networks | --enable-master-global-access
|
||||
| --enable-network-policy | --enable-service-externalips
|
||||
| --enable-shielded-nodes | --enable-stackdriver-kubernetes
|
||||
| --enable-vertical-pod-autoscaling | --generate-password
|
||||
| --maintenance-window=START_TIME | --node-locations=ZONE,[ZONE,...]
|
||||
| --notification-config=[pubsub=ENABLED|DISABLED,
|
||||
pubsub-topic=TOPIC,...]
|
||||
| --private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE
|
||||
|
|
@ -173,6 +173,16 @@ REQUIRED FLAGS
|
|||
--enable-binauthz
|
||||
Enable Binary Authorization for this cluster.
|
||||
|
||||
--enable-identity-service
|
||||
Enable Identity Service component on the cluster.
|
||||
|
||||
When enabled, users can authenticate to Kubernetes cluster with
|
||||
external identity providers.
|
||||
|
||||
Identity Service is by default disabled when creating a new cluster.
|
||||
To disable Identity Service in an existing cluster, explicitly set
|
||||
flag --no-enable-identity-service.
|
||||
|
||||
--enable-image-streaming
|
||||
Specifies whether to enable image streaming on cluster.
|
||||
|
||||
|
|
@ -823,7 +833,7 @@ REQUIRED FLAGS
|
|||
|
||||
--monitoring=[COMPONENT,...]
|
||||
Set the components that have monitoring enabled. Valid component
|
||||
values are: SYSTEM, NONE
|
||||
values are: SYSTEM, WORKLOAD (Deprecated), NONE
|
||||
|
||||
For more information, look at
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue