Skip to content

Commit 8b18219

Browse files
committed
Update README
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 9c3cb08 commit 8b18219

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Usage:
2323
2424
Application Options:
2525
--debug debug mode [$DEBUG]
26-
-v, --verbose verbose mode [$VERBOSE]
26+
--trace verbose mode [$TRACE]
2727
--log.json Switch log output to json format [$LOG_JSON]
2828
--bootstraptoken.id-template= Template for token ID for bootstrap tokens (default: {{.Date}}) [$BOOTSTRAPTOKEN_ID_TEMPLATE]
2929
--bootstraptoken.name= Name for bootstrap tokens (default: bootstrap-token-%s) [$BOOTSTRAPTOKEN_NAME]
@@ -35,15 +35,16 @@ Application Options:
3535
--bootstraptoken.auth-extra-groups= Auth extra groups for bootstrap tokens (default: system:bootstrappers:worker,system:bootstrappers:ingress) [$BOOTSTRAPTOKEN_AUTH_EXTRA_GROUPS]
3636
--bootstraptoken.expiration= Expiration (time.Duration) for bootstrap tokens (default: 8760h) [$BOOTSTRAPTOKEN_EXPIRATION]
3737
--bootstraptoken.token-length= Length of the random token string for bootstrap tokens (default: 16) [$BOOTSTRAPTOKEN_TOKEN_LENGTH]
38-
--bootstraptoken.token-runes= Runes which should be used for the random token string for bootstrap tokens (default:
39-
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789) [$BOOTSTRAPTOKEN_TOKEN_RUNES]
38+
--bootstraptoken.token-runes= Runes which should be used for the random token string for bootstrap tokens (default: abcdefghijklmnopqrstuvwxyz0123456789)
39+
[$BOOTSTRAPTOKEN_TOKEN_RUNES]
4040
--sync.time= Sync time (time.Duration) (default: 1h) [$SYNC_TIME]
4141
--sync.recreate-before= Time duration (time.Duration) when token should be recreated (default: 2190h) [$SYNC_RECREATE_BEFORE]
42+
--sync.full Sync also previous tokens (full sync) [$SYNC_FULL]
4243
--cloud-provider=[azure] Cloud provider [$CLOUD_PROVIDER]
4344
--cloud-config= Cloud provider configuration path [$CLOUD_CONFIG]
4445
--azure-environment= Azure environment name [$AZURE_ENVIRONMENT]
4546
--azure.keyvault-name= Name of Keyvault to sync token [$AZURE_KEYVAULT_NAME]
46-
--azure.keyvault-secret-name= Name of Keyvault secret to sync token (default: kube-bootstrapt-token) [$AZURE_KEYVAULT_SECRET_NAME]
47+
--azure.keyvault-secret-name= Name of Keyvault secret to sync token (default: kube-bootstrap-token) [$AZURE_KEYVAULT_SECRET_NAME]
4748
--dry-run Dry run (do not apply to nodes) [$DRY_RUN]
4849
--bind= Server address (default: :8080) [$SERVER_BIND]
4950

0 commit comments

Comments
 (0)