mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Dec 18 10:08:20 UTC 2024
This commit is contained in:
parent
ec6dc40f99
commit
9c53f3cabe
128 changed files with 3295 additions and 279 deletions
|
|
@ -22,8 +22,8 @@ SYNOPSIS
|
|||
[--create-subnetwork=[KEY=VALUE,...]]
|
||||
[--database-encryption-key=DATABASE_ENCRYPTION_KEY]
|
||||
[--default-max-pods-per-node=DEFAULT_MAX_PODS_PER_NODE]
|
||||
[--disable-default-snat] [--disk-size=DISK_SIZE]
|
||||
[--disk-type=DISK_TYPE]
|
||||
[--disable-default-snat] [--disable-l4-lb-firewall-reconciliation]
|
||||
[--disk-size=DISK_SIZE] [--disk-type=DISK_TYPE]
|
||||
[--enable-authorized-networks-on-private-endpoint]
|
||||
[--enable-autorepair] [--no-enable-autoupgrade]
|
||||
[--enable-cilium-clusterwide-network-policy] [--enable-cloud-logging]
|
||||
|
|
@ -430,6 +430,10 @@ FLAGS
|
|||
requires that you also set --enable-ip-alias and
|
||||
--enable-private-nodes.
|
||||
|
||||
--disable-l4-lb-firewall-reconciliation
|
||||
Disable reconciliation on the cluster for L4 Load Balancer VPC
|
||||
firewalls targeting ingress traffic.
|
||||
|
||||
--disk-size=DISK_SIZE
|
||||
Size for node VM boot disks in GB. Defaults to 100GB.
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ SYNOPSIS
|
|||
[--containerd-config-from-file=PATH_TO_FILE]
|
||||
[--create-subnetwork=[KEY=VALUE,...]]
|
||||
[--database-encryption-key=DATABASE_ENCRYPTION_KEY]
|
||||
[--disable-l4-lb-firewall-reconciliation]
|
||||
[--enable-authorized-networks-on-private-endpoint]
|
||||
[--enable-backup-restore] [--enable-cilium-clusterwide-network-policy]
|
||||
[--enable-dns-access] [--enable-fleet] [--enable-google-cloud-access]
|
||||
|
|
@ -232,6 +233,10 @@ FLAGS
|
|||
For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/encrypting-secrets.
|
||||
|
||||
--disable-l4-lb-firewall-reconciliation
|
||||
Disable reconciliation on the cluster for L4 Load Balancer VPC
|
||||
firewalls targeting ingress traffic.
|
||||
|
||||
--enable-authorized-networks-on-private-endpoint
|
||||
Enable enforcement of --master-authorized-networks CIDR ranges for
|
||||
traffic reaching cluster's control plane via private IP.
|
||||
|
|
|
|||
|
|
@ -72,6 +72,8 @@ SYNOPSIS
|
|||
| --disable-dataplane-v2-flow-observability
|
||||
| --enable-dataplane-v2-flow-observability
|
||||
--disable-dataplane-v2-metrics | --enable-dataplane-v2-metrics
|
||||
| --disable-l4-lb-firewall-reconciliation
|
||||
| --enable-l4-lb-firewall-reconciliation
|
||||
| --enable-authorized-networks-on-private-endpoint
|
||||
--enable-dns-access --enable-google-cloud-access --enable-ip-access
|
||||
--enable-master-global-access --enable-private-endpoint
|
||||
|
|
@ -1074,6 +1076,17 @@ REQUIRED FLAGS
|
|||
--enable-dataplane-v2-metrics
|
||||
Exposes advanced datapath flow metrics on node port.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-l4-lb-firewall-reconciliation
|
||||
Disable reconciliation on the cluster for L4 Load Balancer VPC
|
||||
firewalls targeting ingress traffic.
|
||||
|
||||
--enable-l4-lb-firewall-reconciliation
|
||||
Enable reconciliation on the cluster for L4 Load Balancer VPC
|
||||
firewalls targeting ingress traffic. L4 LB VPC firewall
|
||||
reconciliation is enabled by default.
|
||||
|
||||
--enable-authorized-networks-on-private-endpoint
|
||||
Enable enforcement of --master-authorized-networks CIDR ranges for
|
||||
traffic reaching cluster's control plane via private IP.
|
||||
|
|
|
|||
|
|
@ -69,7 +69,8 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
--role=ROLE
|
||||
Role to assign. ROLE must be one of: admin, edit, view.
|
||||
Predefined role to assign to principal (admin, edit, view). ROLE must
|
||||
be one of: admin, edit, view.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
FLAGS
|
||||
--role=ROLE
|
||||
Role for the RBACRoleBinding to update to. ROLE must be one of: admin,
|
||||
edit, view.
|
||||
Predefined role to assign to principal (admin, edit, view). ROLE must
|
||||
be one of: admin, edit, view.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
|
|
|
|||
|
|
@ -69,7 +69,8 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
--role=ROLE
|
||||
Role to assign. ROLE must be one of: admin, edit, view.
|
||||
Predefined role to assign to principal (admin, edit, view). ROLE must
|
||||
be one of: admin, edit, view.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
FLAGS
|
||||
--role=ROLE
|
||||
Role for the RBACRoleBinding to update to. ROLE must be one of: admin,
|
||||
edit, view.
|
||||
Predefined role to assign to principal (admin, edit, view). ROLE must
|
||||
be one of: admin, edit, view.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue