Skip to content

Commit 426f5e2

Browse files
authored
Merge pull request #48408 from neolit123/1.32-kubeadm-docs
kubeadm: add 1.32 documentation
2 parents b6a7ad7 + bbdb8dd commit 426f5e2

File tree

49 files changed

+1942
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1942
-76
lines changed

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_certs/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ guide. You can file document formatting bugs against the
1010
-->
1111

1212

13-
Commands related to handling kubernetes certificates
13+
Commands related to handling Kubernetes certificates
1414

1515
### Synopsis
1616

1717

18-
Commands related to handling kubernetes certificates
18+
Commands related to handling Kubernetes certificates
1919

2020
```
2121
kubeadm certs [flags]

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_certs/kubeadm_certs_renew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Renew certificates for a Kubernetes cluster
1515
### Synopsis
1616

1717

18-
This command is not meant to be run on its own. See list of available subcommands.
18+
Renew certificates for a Kubernetes cluster
1919

2020
```
2121
kubeadm certs renew [flags]

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_config/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Manage configuration for a kubeadm cluster persisted in a ConfigMap in the clust
1818

1919
There is a ConfigMap in the kube-system namespace called "kubeadm-config" that kubeadm uses to store internal configuration about the
2020
cluster. kubeadm CLI v1.8.0+ automatically creates this ConfigMap with the config used with 'kubeadm init', but if you
21-
initialized your cluster using kubeadm v1.7.x or lower, you must use the 'kubeadm init phase upload-config' command to
21+
initialized your cluster using kubeadm v1.7.x or lower, you must use the 'kubeadm init phase upload-config' command to
2222
create this ConfigMap. This is required so that 'kubeadm upgrade' can configure your upgraded cluster correctly.
2323

2424

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_config/kubeadm_config_images_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ kubeadm config images list [flags]
4848
<td colspan="2">--feature-gates string</td>
4949
</tr>
5050
<tr>
51-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (BETA - default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
51+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
5252
</tr>
5353

5454
<tr>

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_config/kubeadm_config_images_pull.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ kubeadm config images pull [flags]
4848
<td colspan="2">--feature-gates string</td>
4949
</tr>
5050
<tr>
51-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (BETA - default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
51+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
5252
</tr>
5353

5454
<tr>

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_init/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ mark-control-plane Mark a node as a control-plane
5353
bootstrap-token Generates bootstrap tokens used to join a node to a cluster
5454
kubelet-finalize Updates settings relevant to the kubelet after TLS bootstrap
5555
/enable-client-cert-rotation Enable kubelet client certificate rotation
56-
/experimental-cert-rotation Enable kubelet client certificate rotation (DEPRECATED: use 'enable-client-cert-rotation' instead)
5756
addon Install required addons for passing conformance tests
5857
/coredns Install the CoreDNS addon to a Kubernetes cluster
5958
/kube-proxy Install the kube-proxy addon to a Kubernetes cluster
@@ -141,7 +140,7 @@ kubeadm init [flags]
141140
<td colspan="2">--feature-gates string</td>
142141
</tr>
143142
<tr>
144-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (BETA - default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
143+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
145144
</tr>
146145

147146
<tr>

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_init/kubeadm_init_phase.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ guide. You can file document formatting bugs against the
1010
-->
1111

1212

13-
Use this command to invoke single phase of the init workflow
13+
Use this command to invoke single phase of the "init" workflow
1414

1515
### Synopsis
1616

1717

18-
Use this command to invoke single phase of the init workflow
18+
Use this command to invoke single phase of the "init" workflow
19+
20+
```
21+
kubeadm init phase [flags]
22+
```
1923

2024
### Options
2125

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_init/kubeadm_init_phase_addon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install required addons for passing conformance tests
1515
### Synopsis
1616

1717

18-
This command is not meant to be run on its own. See list of available subcommands.
18+
Install required addons for passing conformance tests
1919

2020
```
2121
kubeadm init phase addon [flags]

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_init/kubeadm_init_phase_addon_all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ kubeadm init phase addon all [flags]
6969
<td colspan="2">--feature-gates string</td>
7070
</tr>
7171
<tr>
72-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (BETA - default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
72+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
7373
</tr>
7474

7575
<tr>

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_init/kubeadm_init_phase_addon_coredns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ kubeadm init phase addon coredns [flags]
4848
<td colspan="2">--feature-gates string</td>
4949
</tr>
5050
<tr>
51-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (BETA - default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
51+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>EtcdLearnerMode=true|false (default=true)<br/>PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)</p></td>
5252
</tr>
5353

5454
<tr>

0 commit comments

Comments
 (0)