mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Mar 6 09:53:10 UTC 2024
This commit is contained in:
parent
37dd57701a
commit
7f632e0c5d
115 changed files with 5800 additions and 308 deletions
|
|
@ -7,12 +7,15 @@ SYNOPSIS
|
|||
: --attestation-authority-note-project=ATTESTATION_AUTHORITY_NOTE_PROJECT)
|
||||
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create an Attestor.
|
||||
|
||||
EXAMPLES
|
||||
To create an Attestor with an existing Note projects/my_proj/notes/my_note:
|
||||
|
||||
$ gcloud alpha container binauthz attestors create my_new_attestor \
|
||||
--attestation-authority-note=my_note \
|
||||
--attestation-authority-note-project=my_proj \
|
||||
--attestation-authority-note-project=my_proj
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Attestor resource - The attestor to be created. This represents a Cloud
|
||||
|
|
|
|||
|
|
@ -20,10 +20,11 @@ SYNOPSIS
|
|||
| --enable-l4-ilb-subsetting | --enable-legacy-authorization
|
||||
| --enable-logging-monitoring-system-only
|
||||
| --enable-master-authorized-networks | --enable-master-global-access
|
||||
| --enable-network-policy | --enable-pod-security-policy
|
||||
| --enable-private-endpoint | --enable-secret-manager
|
||||
| --enable-service-externalips | --enable-shielded-nodes
|
||||
| --enable-stackdriver-kubernetes | --enable-vertical-pod-autoscaling
|
||||
| --enable-multi-networking | --enable-network-policy
|
||||
| --enable-pod-security-policy | --enable-private-endpoint
|
||||
| --enable-secret-manager | --enable-service-externalips
|
||||
| --enable-shielded-nodes | --enable-stackdriver-kubernetes
|
||||
| --enable-vertical-pod-autoscaling
|
||||
| --fleet-project=PROJECT_ID_OR_NUMBER | --gateway-api=GATEWAY_API
|
||||
| --generate-password | --identity-provider=IDENTITY_PROVIDER
|
||||
| --in-transit-encryption=IN_TRANSIT_ENCRYPTION
|
||||
|
|
@ -359,6 +360,10 @@ REQUIRED FLAGS
|
|||
endpoint from any Google Cloud region or on-premises environment
|
||||
regardless of the private cluster's region.
|
||||
|
||||
--enable-multi-networking
|
||||
Enables multi-networking on the cluster. Multi-networking is disabled
|
||||
by default.
|
||||
|
||||
--enable-network-policy
|
||||
Enable network policy enforcement for this cluster. If you are
|
||||
enabling network policy on an existing cluster the network policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue