1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Aug 20 11:13:38 UTC 2025

This commit is contained in:
Automated 2025-08-20 11:13:38 +00:00
parent d6d01162c7
commit 470b35e498
164 changed files with 1705 additions and 392 deletions

View file

@ -6,6 +6,7 @@ SYNOPSIS
gcloud alpha container backup-restore backup-plans create
(BACKUP_PLAN : --location=LOCATION) --cluster=CLUSTER
(--all-namespaces | --selected-applications=SELECTED_APPLICATIONS
| --selected-namespace-labels=SELECTED_NAMESPACE_LABELS
| --selected-namespaces=[SELECTED_NAMESPACES,...]) [--async]
[--deactivated] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--backup-delete-lock-days=BACKUP_DELETE_LOCK_DAYS
@ -81,18 +82,25 @@ REQUIRED FLAGS
--all-namespaces
Scope of the backup includes resources from all namespaces. Mutually
exclusive with --selected-namespaces and --selected-applications.
exclusive with --selected-namespaces, --selected-applications and
--selected-namespace-labels.
--selected-applications=SELECTED_APPLICATIONS
List of ProtectedApplication instances whose resources are included
in the backup. Mutually exclusive with --all-namespaces and
--selected-namespaces. e.g:
in the backup. Mutually exclusive with --all-namespaces,
--selected-namespaces and --selected-namespace-labels. e.g:
--selected-applications=namespace1/foo,namespace2/bar
--selected-namespace-labels=SELECTED_NAMESPACE_LABELS
List of Namespace labels whose resources are included in the backup.
Mutually exclusive with --all-namespaces, --selected-namespaces and
--selected-applications. e.g:
--selected-namespace-labels=namespacelabel1=value1,namespacelabel2=value2
--selected-namespaces=[SELECTED_NAMESPACES,...]
List of namespaces whose resources are included in the backup.
Mutually exclusive with --all-namespaces and --selected-applications.
e.g: --selected-namespaces=foo,bar
Mutually exclusive with --all-namespaces, --selected-applications and
--selected-namespace-labels. e.g: --selected-namespaces=foo,bar
OPTIONAL FLAGS
--async

View file

@ -8,6 +8,7 @@ SYNOPSIS
[--description=DESCRIPTION] [--etag=ETAG]
[--update-labels=[KEY=VALUE,...]]
[--all-namespaces | --selected-applications=SELECTED_APPLICATIONS
| --selected-namespace-labels=SELECTED_NAMESPACE_LABELS
| --selected-namespaces=[SELECTED_NAMESPACES,...]]
[--backup-delete-lock-days=BACKUP_DELETE_LOCK_DAYS
--backup-retain-days=BACKUP_RETAIN_DAYS --locked]
@ -97,18 +98,25 @@ FLAGS
--all-namespaces
Scope of the backup includes resources from all namespaces. Mutually
exclusive with --selected-namespaces and --selected-applications.
exclusive with --selected-namespaces, --selected-applications and
--selected-namespace-labels.
--selected-applications=SELECTED_APPLICATIONS
List of ProtectedApplication instances whose resources are included
in the backup. Mutually exclusive with --all-namespaces and
--selected-namespaces. e.g:
in the backup. Mutually exclusive with --all-namespaces,
--selected-namespaces and --selected-namespace-labels. e.g:
--selected-applications=namespace1/foo,namespace2/bar
--selected-namespace-labels=SELECTED_NAMESPACE_LABELS
List of Namespace labels whose resources are included in the backup.
Mutually exclusive with --all-namespaces, --selected-namespaces and
--selected-applications. e.g:
--selected-namespace-labels=namespacelabel1=value1,namespacelabel2=value2
--selected-namespaces=[SELECTED_NAMESPACES,...]
List of namespaces whose resources are included in the backup.
Mutually exclusive with --all-namespaces and --selected-applications.
e.g: --selected-namespaces=foo,bar
Mutually exclusive with --all-namespaces, --selected-applications and
--selected-namespace-labels. e.g: --selected-namespaces=foo,bar
--backup-delete-lock-days=BACKUP_DELETE_LOCK_DAYS
Number of days a backup produced via this plan cannot be deleted.

View file

@ -37,8 +37,9 @@ SYNOPSIS
[--enable-cloud-monitoring] [--enable-cloud-run-alpha]
[--enable-confidential-nodes] [--enable-confidential-storage]
[--enable-cost-allocation] [--enable-dataplane-v2]
[--enable-dns-access] [--enable-fleet] [--enable-fqdn-network-policy]
[--enable-gke-oidc] [--enable-google-cloud-access] [--enable-gvnic]
[--enable-default-compute-class] [--enable-dns-access] [--enable-fleet]
[--enable-fqdn-network-policy] [--enable-gke-oidc]
[--enable-google-cloud-access] [--enable-gvnic]
[--enable-identity-service] [--enable-image-streaming]
[--enable-insecure-kubelet-readonly-port]
[--enable-intra-node-visibility] [--enable-ip-access]
@ -591,6 +592,12 @@ FLAGS
Enables the new eBPF dataplane for GKE clusters that is required for
network security, scalability and visibility features.
--enable-default-compute-class
Enable the default compute class to use for the cluster.
To disable Default Compute Class in an existing cluster, explicitly set
flag --no-enable-default-compute-class.
--enable-dns-access
Enable access to the cluster's control plane over DNS-based endpoint.

View file

@ -19,9 +19,9 @@ SYNOPSIS
[--disable-l4-lb-firewall-reconciliation]
[--enable-authorized-networks-on-private-endpoint] [--enable-auto-ipam]
[--enable-backup-restore] [--enable-cilium-clusterwide-network-policy]
[--enable-confidential-nodes] [--enable-dns-access] [--enable-fleet]
[--enable-google-cloud-access] [--enable-ip-access]
[--enable-kubernetes-unstable-apis=API,[API,...]]
[--enable-confidential-nodes] [--enable-default-compute-class]
[--enable-dns-access] [--enable-fleet] [--enable-google-cloud-access]
[--enable-ip-access] [--enable-kubernetes-unstable-apis=API,[API,...]]
[--enable-legacy-lustre-port] [--enable-lustre-csi-driver]
[--enable-master-global-access] [--enable-multi-networking]
[--enable-ray-cluster-logging] [--enable-ray-cluster-monitoring]
@ -282,6 +282,12 @@ FLAGS
will create nodes using Confidential VM
https://cloud.google.com/compute/confidential-vm/docs/about-cvm.
--enable-default-compute-class
Enable the default compute class to use for the cluster.
To disable Default Compute Class in an existing cluster, explicitly set
flag --no-enable-default-compute-class.
--enable-dns-access
Enable access to the cluster's control plane over DNS-based endpoint.

View file

@ -18,9 +18,10 @@ SYNOPSIS
| --[no-]enable-autopilot-compatibility-auditing
| --enable-autoscaling
| --[no-]enable-cilium-clusterwide-network-policy
| --enable-cost-allocation | --enable-fqdn-network-policy
| --enable-gke-oidc | --enable-identity-service
| --enable-image-streaming | --enable-insecure-kubelet-readonly-port
| --enable-cost-allocation | --enable-default-compute-class
| --enable-fqdn-network-policy | --enable-gke-oidc
| --enable-identity-service | --enable-image-streaming
| --enable-insecure-kubelet-readonly-port
| --enable-intra-node-visibility
| --enable-kubernetes-unstable-apis=API,[API,...]
| --enable-l4-ilb-subsetting | --enable-legacy-authorization
@ -363,6 +364,12 @@ REQUIRED FLAGS
Use --no-enable-cost-allocation to disable this feature.
--enable-default-compute-class
Enable the default compute class to use for the cluster.
To disable Default Compute Class in an existing cluster, explicitly
set flag --no-enable-default-compute-class.
--enable-fqdn-network-policy
Enable FQDN Network Policies on the cluster. FQDN Network Policies
are disabled by default.

View file

@ -0,0 +1,27 @@
NAME
gcloud alpha container fleet config-management describe - describe the
Config Management feature
SYNOPSIS
gcloud alpha container fleet config-management describe
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe the Config Management feature.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta container fleet config-management describe

View file

@ -27,6 +27,9 @@ COMMANDS
(ALPHA) (DEPRECATED) Remove the Config Management feature spec for the
given membership.
describe
(ALPHA) Describe the Config Management feature.
disable
(ALPHA) Disable the Config Management feature.

View file

@ -0,0 +1,27 @@
NAME
gcloud alpha container hub config-management describe - describe the Config
Management feature
SYNOPSIS
gcloud alpha container hub config-management describe
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe the Config Management feature.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta container hub config-management describe

View file

@ -26,6 +26,9 @@ COMMANDS
(ALPHA) (DEPRECATED) Remove the Config Management feature spec for the
given membership.
describe
(ALPHA) Describe the Config Management feature.
disable
(ALPHA) Disable the Config Management feature.