mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jun 15 08:33:03 UTC 2022
This commit is contained in:
parent
28d031b3c1
commit
5378794555
147 changed files with 5222 additions and 263 deletions
|
|
@ -19,16 +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-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,...]]
|
||||
[--enable-confidential-nodes] [--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]
|
||||
|
|
@ -363,6 +363,11 @@ FLAGS
|
|||
Cloud Run alpha clusters are not covered by the Cloud Run SLA and
|
||||
should not be used for production workloads.
|
||||
|
||||
--enable-confidential-nodes
|
||||
Enable confidential nodes for the cluster. Enabling Confidential Nodes
|
||||
will create nodes using Confidential VM
|
||||
https://cloud.google.com/compute/confidential-vm/docs/about-cvm.
|
||||
|
||||
--enable-dataplane-v2
|
||||
Enables the new eBPF dataplane for GKE clusters that is required for
|
||||
network security, scalability and visibility features.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue