mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Mon Oct 23 11:10:08 UTC 2023
This commit is contained in:
parent
c30bb7b4ce
commit
a15665661a
123 changed files with 3724 additions and 306 deletions
|
|
@ -26,9 +26,10 @@ SYNOPSIS
|
|||
[--disk-size=DISK_SIZE] [--disk-type=DISK_TYPE] [--enable-autorepair]
|
||||
[--no-enable-autoupgrade] [--enable-cloud-logging]
|
||||
[--enable-cloud-monitoring] [--enable-cloud-run-alpha]
|
||||
[--enable-confidential-nodes] [--enable-cost-allocation]
|
||||
[--enable-dataplane-v2] [--enable-fleet] [--enable-fqdn-network-policy]
|
||||
[--enable-gke-oidc] [--enable-google-cloud-access] [--enable-gvnic]
|
||||
[--enable-confidential-nodes] [--enable-confidential-storage]
|
||||
[--enable-cost-allocation] [--enable-dataplane-v2] [--enable-fleet]
|
||||
[--enable-fqdn-network-policy] [--enable-gke-oidc]
|
||||
[--enable-google-cloud-access] [--enable-gvnic]
|
||||
[--enable-identity-service] [--enable-image-streaming]
|
||||
[--enable-intra-node-visibility] [--enable-ip-alias]
|
||||
[--enable-kubernetes-alpha]
|
||||
|
|
@ -41,6 +42,7 @@ SYNOPSIS
|
|||
[--enable-stackdriver-kubernetes] [--enable-vertical-pod-autoscaling]
|
||||
[--fleet-project=PROJECT_ID_OR_NUMBER] [--gateway-api=GATEWAY_API]
|
||||
[--identity-provider=IDENTITY_PROVIDER] [--image-type=IMAGE_TYPE]
|
||||
[--in-transit-encryption=IN_TRANSIT_ENCRYPTION]
|
||||
[--ipv6-access-type=IPV6_ACCESS_TYPE] [--issue-client-certificate]
|
||||
[--istio-config=[auth=MTLS_PERMISSIVE,...]] [--labels=[KEY=VALUE,...]]
|
||||
[--linux-sysctls=KEY=VALUE,[KEY=VALUE,...]] [--logging=[COMPONENT,...]]
|
||||
|
|
@ -484,6 +486,10 @@ FLAGS
|
|||
will create nodes using Confidential VM
|
||||
https://cloud.google.com/compute/confidential-vm/docs/about-cvm.
|
||||
|
||||
--enable-confidential-storage
|
||||
Enable confidential storage for the cluster. Enabling Confidential
|
||||
Storage will create boot disk with confidential mode
|
||||
|
||||
--enable-cost-allocation
|
||||
Enable the cost management feature.
|
||||
|
||||
|
|
@ -678,6 +684,11 @@ FLAGS
|
|||
|
||||
$ gcloud container get-server-config
|
||||
|
||||
--in-transit-encryption=IN_TRANSIT_ENCRYPTION
|
||||
Enable Dataplane V2 in-transit encryption. Dataplane v2 in-transit
|
||||
encryption is disabled by default. IN_TRANSIT_ENCRYPTION must be one
|
||||
of: inter-node-transparent, none.
|
||||
|
||||
--ipv6-access-type=IPV6_ACCESS_TYPE
|
||||
IPv6 access type of the subnetwork. Defaults to 'external'.
|
||||
IPV6_ACCESS_TYPE must be one of: external, internal.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue