mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Oct 23 11:05:02 UTC 2025
This commit is contained in:
parent
154ebc873d
commit
a763c0bf0a
189 changed files with 4294 additions and 712 deletions
|
|
@ -58,6 +58,8 @@ SYNOPSIS
|
|||
--enable-private-nodes --master-ipv4-cidr=MASTER_IPV4_CIDR]
|
||||
[--enable-secret-manager --enable-secret-manager-rotation
|
||||
--secret-manager-rotation-interval=SECRET_MANAGER_ROTATION_INTERVAL]
|
||||
[--enable-secret-sync --enable-secret-sync-rotation
|
||||
--secret-sync-rotation-interval=SECRET_SYNC_ROTATION_INTERVAL]
|
||||
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
|
||||
[--scopes=[SCOPE,...];
|
||||
default="gke-default" --service-account=SERVICE_ACCOUNT]
|
||||
|
|
@ -729,6 +731,19 @@ FLAGS
|
|||
provider component. If you don't specify a time interval for the
|
||||
rotation, it will default to a rotation period of two minutes.
|
||||
|
||||
Flags for Secret Sync configuration:
|
||||
|
||||
--enable-secret-sync
|
||||
Enables the Secret Sync component. See
|
||||
https://cloud.google.com/secret-manager/docs/sync-k8-secrets
|
||||
|
||||
--enable-secret-sync-rotation
|
||||
Enables the rotation of secrets in the Secret Sync component.
|
||||
provider component.
|
||||
|
||||
--secret-sync-rotation-interval=SECRET_SYNC_ROTATION_INTERVAL
|
||||
Set the rotation period for secrets in the Secret Sync component.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--location=LOCATION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue