From e6f416bd2f2e25baa30701562ee2b8fc6e989f65 Mon Sep 17 00:00:00 2001
From: Qiming Teng
Date: Fri, 11 Mar 2022 12:09:23 +0800
Subject: [PATCH] Update kubeadm config API v1beta3
---
.../config-api/kubeadm-config.v1beta3.md | 216 +++++++++---------
1 file changed, 108 insertions(+), 108 deletions(-)
diff --git a/content/en/docs/reference/config-api/kubeadm-config.v1beta3.md b/content/en/docs/reference/config-api/kubeadm-config.v1beta3.md
index 10c1ff80dd..730973fd82 100644
--- a/content/en/docs/reference/config-api/kubeadm-config.v1beta3.md
+++ b/content/en/docs/reference/config-api/kubeadm-config.v1beta3.md
@@ -156,15 +156,15 @@ configuration types to be used during a kubeadm init run.
effect: "NoSchedule"
kubeletExtraArgs:
v: 4
-ignorePreflightErrors:
-- IsPrivilegedUser
- imagePullPolicy: "IfNotPresent"
+ ignorePreflightErrors:
+ - IsPrivilegedUser
+ imagePullPolicy: "IfNotPresent"
localAPIEndpoint:
advertiseAddress: "10.100.0.1"
bindPort: 6443
certificateKey: "e6a2eb8581237ab72a4f494f30285ec12a9694d750b9785706a83bfcbbbd2204"
- skipPhases:
- - addon/kube-proxy
+skipPhases:
+ - addon/kube-proxy
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
@@ -264,6 +264,109 @@ node only (e.g. the node ip).
+## `BootstrapToken` {#BootstrapToken}
+
+
+**Appears in:**
+
+- [InitConfiguration](#kubeadm-k8s-io-v1beta3-InitConfiguration)
+
+
+BootstrapToken describes one bootstrap token, stored as a Secret in the cluster
+
+
+
+| 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
+ |
+
+
+
+
+## `BootstrapTokenString` {#BootstrapTokenString}
+
+
+**Appears in:**
+
+- [BootstrapToken](#BootstrapToken)
+
+
+BootstrapTokenString is a token of the format abcdef.abcdef0123456789 that is used
+for both validation of the practically of the API server from a joining node's point
+of view and as an authentication method for the node in the bootstrap phase of
+"kubeadm join". This token is and should be short-lived.
+
+
+
+| Field | Description |
+
+
+
+- [Required]
+string
+ |
+
+ No description provided. |
+
+- [Required]
+string
+ |
+
+ No description provided. |
+
+
+
+
+
+
## `ClusterConfiguration` {#kubeadm-k8s-io-v1beta3-ClusterConfiguration}
@@ -1237,106 +1340,3 @@ first alpha-numerically.
-
-
-
-## `BootstrapToken` {#BootstrapToken}
-
-
-**Appears in:**
-
-- [InitConfiguration](#kubeadm-k8s-io-v1beta3-InitConfiguration)
-
-
-BootstrapToken describes one bootstrap token, stored as a Secret in the cluster
-
-
-
-| 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
- |
-
-
-
-
-## `BootstrapTokenString` {#BootstrapTokenString}
-
-
-**Appears in:**
-
-- [BootstrapToken](#BootstrapToken)
-
-
-BootstrapTokenString is a token of the format abcdef.abcdef0123456789 that is used
-for both validation of the practically of the API server from a joining node's point
-of view and as an authentication method for the node in the bootstrap phase of
-"kubeadm join". This token is and should be short-lived.
-
-
-
-| Field | Description |
-
-
-
-- [Required]
-string
- |
-
- No description provided. |
-
-- [Required]
-string
- |
-
- No description provided. |
-
-
-