diff --git a/content/en/docs/reference/config-api/kubeadm-config.v1beta2.md b/content/en/docs/reference/config-api/kubeadm-config.v1beta2.md index 95cc3161e0..77595b4599 100644 --- a/content/en/docs/reference/config-api/kubeadm-config.v1beta2.md +++ b/content/en/docs/reference/config-api/kubeadm-config.v1beta2.md @@ -721,7 +721,7 @@ for, so other administrators can know its purpose.
expires
[Required]meta/v1.Time
+meta/v1.Time
pathType
[Required]core/v1.HostPathType
+core/v1.HostPathType
taints
[Required][]core/v1.Taint
+[]core/v1.Taint
bootstrapTokens
[]github.com/tengqm/kubeconfig/config/bootstraptoken/v1.BootstrapToken
+[]BootstrapToken
pathType
core/v1.HostPathType
+core/v1.HostPathType
taints
[Required][]core/v1.Taint
+[]core/v1.Taint
imagePullPolicy
core/v1.PullPolicy
+core/v1.PullPolicy
Field | Description |
---|---|
token [Required]+ BootstrapTokenString
+ |
++ `token` is used for establishing bidirectional trust between nodes and control-planes. +Used for joining nodes in the cluster. | +
description + string
+ |
++ `description` sets a human-friendly message why this token exists and what it's used +for, so other administrators can know its purpose. | +
ttl + meta/v1.Duration
+ |
++ `ttl` defines the time to live for this token. Defaults to `24h`. +`expires` and `ttl` are mutually exclusive. | +
expires + meta/v1.Time
+ |
++ `expires` specifies the timestamp when this token expires. Defaults to being set +dynamically at runtime based on the `ttl`. `expires` and `ttl` are mutually exclusive. | +
usages + []string
+ |
++ `usages` describes the ways in which this token can be used. Can by default be used +for establishing bidirectional trust, but that can be changed here. | +
groups + []string
+ |
++ `groups` specifies the extra groups that this token will authenticate as when/if +used for authentication | +
Field | Description |
---|---|
- [Required]+ string
+ |
++ No description provided. + | +
- [Required]+ string
+ |
++ No description provided. + | +