mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Nov 19 10:58:36 UTC 2025
This commit is contained in:
parent
e1ec13485a
commit
7b14250313
392 changed files with 17141 additions and 774 deletions
|
|
@ -45,7 +45,9 @@ SYNOPSIS
|
|||
[--enable-insecure-kubelet-readonly-port]
|
||||
[--enable-intra-node-visibility] [--enable-ip-access]
|
||||
[--enable-ip-alias] [--enable-k8s-certs-via-dns]
|
||||
[--enable-k8s-tokens-via-dns] [--enable-kubernetes-alpha]
|
||||
[--enable-k8s-tokens-via-dns]
|
||||
[--enable-kernel-module-signature-enforcement]
|
||||
[--enable-kubernetes-alpha]
|
||||
[--enable-kubernetes-unstable-apis=API,[API,...]]
|
||||
[--enable-l4-ilb-subsetting] [--enable-legacy-authorization]
|
||||
[--enable-legacy-lustre-port] [--enable-logging-monitoring-system-only]
|
||||
|
|
@ -710,6 +712,18 @@ FLAGS
|
|||
Enable K8s Service Account tokens Authentication to the cluster's
|
||||
control plane over DNS-based endpoint.
|
||||
|
||||
--enable-kernel-module-signature-enforcement
|
||||
Enforces that kernel modules are signed on all new nodes in the cluster
|
||||
unless explicitly overridden with
|
||||
--no-enable-kernel-module-signature-enforcement when creating the
|
||||
nodepool. Use --no-enable-kernel-module-signature-enforcement to
|
||||
disable.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container clusters create example-cluster \
|
||||
--enable-kernel-module-signature-enforcement
|
||||
|
||||
--enable-kubernetes-alpha
|
||||
Enable Kubernetes alpha features on this cluster. Selecting this option
|
||||
will result in the cluster having all Kubernetes alpha API groups and
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ SYNOPSIS
|
|||
[--enable-dns-access] [--enable-fleet] [--enable-google-cloud-access]
|
||||
[--enable-ip-access] [--enable-k8s-certs-via-dns]
|
||||
[--enable-k8s-tokens-via-dns]
|
||||
[--enable-kernel-module-signature-enforcement]
|
||||
[--enable-kubernetes-unstable-apis=API,[API,...]]
|
||||
[--enable-legacy-lustre-port] [--enable-lustre-csi-driver]
|
||||
[--enable-master-global-access] [--enable-multi-networking]
|
||||
|
|
@ -322,6 +323,18 @@ FLAGS
|
|||
Enable K8s Service Account tokens Authentication to the cluster's
|
||||
control plane over DNS-based endpoint.
|
||||
|
||||
--enable-kernel-module-signature-enforcement
|
||||
Enforces that kernel modules are signed on all new nodes in the cluster
|
||||
unless explicitly overridden with
|
||||
--no-enable-kernel-module-signature-enforcement when creating the
|
||||
nodepool. Use --no-enable-kernel-module-signature-enforcement to
|
||||
disable.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container clusters create-auto example-cluster \
|
||||
--enable-kernel-module-signature-enforcement
|
||||
|
||||
--enable-kubernetes-unstable-apis=API,[API,...]
|
||||
Enable Kubernetes beta API features on this cluster. Beta APIs are not
|
||||
expected to be production ready and should be avoided in
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ SYNOPSIS
|
|||
| --enable-identity-service | --enable-image-streaming
|
||||
| --enable-insecure-kubelet-readonly-port
|
||||
| --enable-intra-node-visibility
|
||||
| --enable-kernel-module-signature-enforcement
|
||||
| --enable-kubernetes-unstable-apis=API,[API,...]
|
||||
| --enable-l4-ilb-subsetting | --enable-legacy-authorization
|
||||
| --enable-legacy-lustre-port
|
||||
|
|
@ -436,6 +437,18 @@ REQUIRED FLAGS
|
|||
Enabling it on an existing cluster causes the cluster master and the
|
||||
cluster nodes to restart, which might cause a disruption.
|
||||
|
||||
--enable-kernel-module-signature-enforcement
|
||||
Enforces that kernel modules are signed on all new nodes in the
|
||||
cluster unless explicitly overridden with
|
||||
--no-enable-kernel-module-signature-enforcement when creating the
|
||||
nodepool. Use --no-enable-kernel-module-signature-enforcement to
|
||||
disable.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container clusters update example-cluster \
|
||||
--enable-kernel-module-signature-enforcement
|
||||
|
||||
--enable-kubernetes-unstable-apis=API,[API,...]
|
||||
Enable Kubernetes beta API features on this cluster. Beta APIs are
|
||||
not expected to be production ready and should be avoided in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue