File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ Application Options:
2525 --debug debug mode [$DEBUG]
2626 -v, --verbose verbose mode [$VERBOSE]
2727 --log.json Switch log output to json format [$LOG_JSON]
28+ --bootstraptoken.id-template= Template for token ID for bootstrap tokens (default: {{.Date}}) [$BOOTSTRAPTOKEN_ID_TEMPLATE]
29+ --bootstraptoken.id-validation= Regexp for validation of bootstrap token IDs (default: ^[a-z0-9]{6}\.[a-z0-9]{16}$) [$BOOTSTRAPTOKEN_ID_VALIDATION]
2830 --bootstraptoken.name= Name for bootstrap tokens (default: bootstrap-token-%s) [$BOOTSTRAPTOKEN_NAME]
2931 --bootstraptoken.label= Label for bootstrap tokens (default: webdevops.kubernetes.io/bootstraptoken-managed) [$BOOTSTRAPTOKEN_LABEL]
3032 --bootstraptoken.namespace= Namespace for bootstrap tokens (default: kube-system) [$BOOTSTRAPTOKEN_NAMESPACE]
@@ -42,7 +44,7 @@ Application Options:
4244 --cloud-config= Cloud provider configuration path [$CLOUD_CONFIG]
4345 --azure-environment= Azure environment name [$AZURE_ENVIRONMENT]
4446 --azure.keyvault-name= Name of Keyvault to sync token [$AZURE_KEYVAULT_NAME]
45- --azure.keyvault-secret-name= Name of Keyvault secret to sync token [$AZURE_KEYVAULT_SECRET_NAME]
47+ --azure.keyvault-secret-name= Name of Keyvault secret to sync token (default: kube-bootstrapt-token) [$AZURE_KEYVAULT_SECRET_NAME]
4648 --dry-run Dry run (do not apply to nodes) [$DRY_RUN]
4749 --bind= Server address (default: :8080) [$SERVER_BIND]
4850
You can’t perform that action at this time.
0 commit comments