mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 5 10:40:53 UTC 2022
This commit is contained in:
parent
ffb9e43995
commit
344952a6dd
135 changed files with 3530 additions and 534 deletions
|
|
@ -10,14 +10,15 @@ SYNOPSIS
|
|||
| --database-encryption-key=DATABASE_ENCRYPTION_KEY
|
||||
| --disable-database-encryption | --disable-default-snat
|
||||
| --disable-workload-identity | --enable-autoscaling
|
||||
| --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 | --logging-variant=LOGGING_VARIANT
|
||||
| --maintenance-window=START_TIME | --node-locations=ZONE,[ZONE,...]
|
||||
| --enable-cost-allocation | --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
|
||||
| --logging-variant=LOGGING_VARIANT | --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
|
||||
|
|
@ -179,6 +180,16 @@ REQUIRED FLAGS
|
|||
Enables autoscaling in the node pool specified by --node-pool or the
|
||||
default node pool if --node-pool is not provided.
|
||||
|
||||
--enable-cost-allocation
|
||||
Enable the cost management feature.
|
||||
|
||||
When enabled, you can get informational GKE cost breakdowns by
|
||||
cluster, namespace and label in your billing data exported to
|
||||
BigQuery
|
||||
(https://cloud.google.com/billing/docs/how-to/export-data-bigquery).
|
||||
|
||||
Use --no-enable-cost-allocation to disable this feature.
|
||||
|
||||
--enable-identity-service
|
||||
Enable Identity Service component on the cluster.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue