1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00

gcloud: Tue Nov 18 10:53:36 UTC 2025

This commit is contained in:
Automated 2025-11-18 10:53:36 +00:00
parent 4b21ae6795
commit e1ec13485a
380 changed files with 16045 additions and 783 deletions

View file

@ -112,6 +112,7 @@ SYNOPSIS
| --disable-dataplane-v2-flow-observability
| --enable-dataplane-v2-flow-observability]
[--disable-dataplane-v2-metrics | --enable-dataplane-v2-metrics]
[--disable-pod-snapshots | --enable-pod-snapshots]
[--enable-autoprovisioning --autoprovisioning-config-file=PATH_TO_FILE
| --autoprovisioning-image-type=AUTOPROVISIONING_IMAGE_TYPE
--autoprovisioning-locations=ZONE,[ZONE,...]
@ -2071,6 +2072,14 @@ FLAGS
--enable-dataplane-v2-metrics
Exposes advanced datapath flow metrics on node port.
At most one of these can be specified:
--disable-pod-snapshots
Disable the Pod Snapshot feature on the cluster.
--enable-pod-snapshots
Enable the Pod Snapshot feature on the cluster.
Node autoprovisioning
--enable-autoprovisioning

View file

@ -49,6 +49,7 @@ SYNOPSIS
[--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
| --disable-dataplane-v2-flow-observability
| --enable-dataplane-v2-flow-observability]
[--disable-pod-snapshots | --enable-pod-snapshots]
[--enable-insecure-binding-system-authenticated
--enable-insecure-binding-system-unauthenticated]
[--enable-master-authorized-networks
@ -650,6 +651,14 @@ FLAGS
Enables Advanced Datapath Observability which allows for a real-time
view into pod-to-pod traffic within your cluster.
At most one of these can be specified:
--disable-pod-snapshots
Disable the Pod Snapshot feature on the cluster.
--enable-pod-snapshots
Enable the Pod Snapshot feature on the cluster.
--enable-insecure-binding-system-authenticated
Allow using system:authenticated as a subject in ClusterRoleBindings
and RoleBindings. Allowing bindings that reference system:authenticated

View file

@ -92,7 +92,8 @@ SYNOPSIS
--disable-dataplane-v2-metrics | --enable-dataplane-v2-metrics
| --disable-auto-ipam | --enable-auto-ipam
| --disable-l4-lb-firewall-reconciliation
| --enable-l4-lb-firewall-reconciliation
| --enable-l4-lb-firewall-reconciliation | --disable-pod-snapshots
| --enable-pod-snapshots
| --enable-authorized-networks-on-private-endpoint
--enable-dns-access --enable-google-cloud-access --enable-ip-access
--enable-k8s-certs-via-dns --enable-k8s-tokens-via-dns
@ -1320,6 +1321,14 @@ REQUIRED FLAGS
firewalls targeting ingress traffic. L4 LB VPC firewall
reconciliation is enabled by default.
At most one of these can be specified:
--disable-pod-snapshots
Disable the Pod Snapshot feature on the cluster.
--enable-pod-snapshots
Enable the Pod Snapshot feature on the cluster.
--enable-authorized-networks-on-private-endpoint
Enable enforcement of --master-authorized-networks CIDR ranges for
traffic reaching cluster's control plane via private IP.