You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Usage:
23
23
24
24
Application Options:
25
25
--debug debug mode [$DEBUG]
26
-
-v, --verbose verbose mode [$VERBOSE]
26
+
--traceverbose mode [$TRACE]
27
27
--log.json Switch log output to json format [$LOG_JSON]
28
28
--bootstraptoken.id-template= Template for token ID for bootstrap tokens (default: {{.Date}}) [$BOOTSTRAPTOKEN_ID_TEMPLATE]
29
29
--bootstraptoken.name= Name for bootstrap tokens (default: bootstrap-token-%s) [$BOOTSTRAPTOKEN_NAME]
@@ -35,15 +35,16 @@ Application Options:
35
35
--bootstraptoken.auth-extra-groups= Auth extra groups for bootstrap tokens (default: system:bootstrappers:worker,system:bootstrappers:ingress) [$BOOTSTRAPTOKEN_AUTH_EXTRA_GROUPS]
36
36
--bootstraptoken.expiration= Expiration (time.Duration) for bootstrap tokens (default: 8760h) [$BOOTSTRAPTOKEN_EXPIRATION]
37
37
--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:
--bootstraptoken.token-runes= Runes which should be used for the random token string for bootstrap tokens (default: abcdefghijklmnopqrstuvwxyz0123456789)
39
+
[$BOOTSTRAPTOKEN_TOKEN_RUNES]
40
40
--sync.time= Sync time (time.Duration) (default: 1h) [$SYNC_TIME]
41
41
--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]
0 commit comments