Skip to content

Commit 4d0ec94

Browse files
committed
Add generated/kubeadm-config*.md
1 parent f4fc62a commit 4d0ec94

File tree

8 files changed

+718
-0
lines changed

8 files changed

+718
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!--
2+
The file is auto-generated from the Go source code of the component using a generic
3+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4+
to generate the reference documentation, please read
5+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6+
To update the reference conent, please follow the
7+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8+
guide. You can file document formatting bugs against the
9+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10+
-->
11+
12+
13+
Manage configuration for a kubeadm cluster persisted in a ConfigMap in the cluster
14+
15+
### Synopsis
16+
17+
18+
19+
There is a ConfigMap in the kube-system namespace called "kubeadm-config" that kubeadm uses to store internal configuration about the
20+
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 'config upload' command to create this
22+
ConfigMap. This is required so that 'kubeadm upgrade' can configure your upgraded cluster correctly.
23+
24+
25+
```
26+
kubeadm config [flags]
27+
```
28+
29+
### Options
30+
31+
<table style="width: 100%; table-layout: fixed;">
32+
<colgroup>
33+
<col span="1" style="width: 10px;" />
34+
<col span="1" />
35+
</colgroup>
36+
<tbody>
37+
38+
<tr>
39+
<td colspan="2">-h, --help</td>
40+
</tr>
41+
<tr>
42+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for config</p></td>
43+
</tr>
44+
45+
<tr>
46+
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"</td>
47+
</tr>
48+
<tr>
49+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.</p></td>
50+
</tr>
51+
52+
</tbody>
53+
</table>
54+
55+
56+
57+
### Options inherited from parent commands
58+
59+
<table style="width: 100%; table-layout: fixed;">
60+
<colgroup>
61+
<col span="1" style="width: 10px;" />
62+
<col span="1" />
63+
</colgroup>
64+
<tbody>
65+
66+
<tr>
67+
<td colspan="2">--rootfs string</td>
68+
</tr>
69+
<tr>
70+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
71+
</tr>
72+
73+
</tbody>
74+
</table>
75+
76+
77+
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!--
2+
The file is auto-generated from the Go source code of the component using a generic
3+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4+
to generate the reference documentation, please read
5+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6+
To update the reference conent, please follow the
7+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8+
guide. You can file document formatting bugs against the
9+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10+
-->
11+
12+
13+
Interact with container images used by kubeadm
14+
15+
### Synopsis
16+
17+
18+
Interact with container images used by kubeadm
19+
20+
```
21+
kubeadm config images [flags]
22+
```
23+
24+
### Options
25+
26+
<table style="width: 100%; table-layout: fixed;">
27+
<colgroup>
28+
<col span="1" style="width: 10px;" />
29+
<col span="1" />
30+
</colgroup>
31+
<tbody>
32+
33+
<tr>
34+
<td colspan="2">-h, --help</td>
35+
</tr>
36+
<tr>
37+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for images</p></td>
38+
</tr>
39+
40+
</tbody>
41+
</table>
42+
43+
44+
45+
### Options inherited from parent commands
46+
47+
<table style="width: 100%; table-layout: fixed;">
48+
<colgroup>
49+
<col span="1" style="width: 10px;" />
50+
<col span="1" />
51+
</colgroup>
52+
<tbody>
53+
54+
<tr>
55+
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"</td>
56+
</tr>
57+
<tr>
58+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.</p></td>
59+
</tr>
60+
61+
<tr>
62+
<td colspan="2">--rootfs string</td>
63+
</tr>
64+
<tr>
65+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
66+
</tr>
67+
68+
</tbody>
69+
</table>
70+
71+
72+
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<!--
2+
The file is auto-generated from the Go source code of the component using a generic
3+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4+
to generate the reference documentation, please read
5+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6+
To update the reference conent, please follow the
7+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8+
guide. You can file document formatting bugs against the
9+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10+
-->
11+
12+
13+
Print a list of images kubeadm will use. The configuration file is used in case any images or image repositories are customized
14+
15+
### Synopsis
16+
17+
18+
Print a list of images kubeadm will use. The configuration file is used in case any images or image repositories are customized
19+
20+
```
21+
kubeadm config images list [flags]
22+
```
23+
24+
### Options
25+
26+
<table style="width: 100%; table-layout: fixed;">
27+
<colgroup>
28+
<col span="1" style="width: 10px;" />
29+
<col span="1" />
30+
</colgroup>
31+
<tbody>
32+
33+
<tr>
34+
<td colspan="2">--allow-missing-template-keys&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: true</td>
35+
</tr>
36+
<tr>
37+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats.</p></td>
38+
</tr>
39+
40+
<tr>
41+
<td colspan="2">--config string</td>
42+
</tr>
43+
<tr>
44+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
45+
</tr>
46+
47+
<tr>
48+
<td colspan="2">-o, --experimental-output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "text"</td>
49+
</tr>
50+
<tr>
51+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Output format. One of: text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.</p></td>
52+
</tr>
53+
54+
<tr>
55+
<td colspan="2">--feature-gates string</td>
56+
</tr>
57+
<tr>
58+
<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/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (ALPHA - default=false)</p></td>
59+
</tr>
60+
61+
<tr>
62+
<td colspan="2">-h, --help</td>
63+
</tr>
64+
<tr>
65+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for list</p></td>
66+
</tr>
67+
68+
<tr>
69+
<td colspan="2">--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "k8s.gcr.io"</td>
70+
</tr>
71+
<tr>
72+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Choose a container registry to pull control plane images from</p></td>
73+
</tr>
74+
75+
<tr>
76+
<td colspan="2">--kubernetes-version string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "stable-1"</td>
77+
</tr>
78+
<tr>
79+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Choose a specific Kubernetes version for the control plane.</p></td>
80+
</tr>
81+
82+
<tr>
83+
<td colspan="2">--show-managed-fields</td>
84+
</tr>
85+
<tr>
86+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If true, keep the managedFields when printing objects in JSON or YAML format.</p></td>
87+
</tr>
88+
89+
</tbody>
90+
</table>
91+
92+
93+
94+
### Options inherited from parent commands
95+
96+
<table style="width: 100%; table-layout: fixed;">
97+
<colgroup>
98+
<col span="1" style="width: 10px;" />
99+
<col span="1" />
100+
</colgroup>
101+
<tbody>
102+
103+
<tr>
104+
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"</td>
105+
</tr>
106+
<tr>
107+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.</p></td>
108+
</tr>
109+
110+
<tr>
111+
<td colspan="2">--rootfs string</td>
112+
</tr>
113+
<tr>
114+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
115+
</tr>
116+
117+
</tbody>
118+
</table>
119+
120+
121+
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<!--
2+
The file is auto-generated from the Go source code of the component using a generic
3+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4+
to generate the reference documentation, please read
5+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6+
To update the reference conent, please follow the
7+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8+
guide. You can file document formatting bugs against the
9+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10+
-->
11+
12+
13+
Pull images used by kubeadm
14+
15+
### Synopsis
16+
17+
18+
Pull images used by kubeadm
19+
20+
```
21+
kubeadm config images pull [flags]
22+
```
23+
24+
### Options
25+
26+
<table style="width: 100%; table-layout: fixed;">
27+
<colgroup>
28+
<col span="1" style="width: 10px;" />
29+
<col span="1" />
30+
</colgroup>
31+
<tbody>
32+
33+
<tr>
34+
<td colspan="2">--config string</td>
35+
</tr>
36+
<tr>
37+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
38+
</tr>
39+
40+
<tr>
41+
<td colspan="2">--cri-socket string</td>
42+
</tr>
43+
<tr>
44+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this value; use this option only if you have more than one CRI installed or if you have non-standard CRI socket.</p></td>
45+
</tr>
46+
47+
<tr>
48+
<td colspan="2">--feature-gates string</td>
49+
</tr>
50+
<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/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (ALPHA - default=false)</p></td>
52+
</tr>
53+
54+
<tr>
55+
<td colspan="2">-h, --help</td>
56+
</tr>
57+
<tr>
58+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for pull</p></td>
59+
</tr>
60+
61+
<tr>
62+
<td colspan="2">--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "k8s.gcr.io"</td>
63+
</tr>
64+
<tr>
65+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Choose a container registry to pull control plane images from</p></td>
66+
</tr>
67+
68+
<tr>
69+
<td colspan="2">--kubernetes-version string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "stable-1"</td>
70+
</tr>
71+
<tr>
72+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Choose a specific Kubernetes version for the control plane.</p></td>
73+
</tr>
74+
75+
</tbody>
76+
</table>
77+
78+
79+
80+
### Options inherited from parent commands
81+
82+
<table style="width: 100%; table-layout: fixed;">
83+
<colgroup>
84+
<col span="1" style="width: 10px;" />
85+
<col span="1" />
86+
</colgroup>
87+
<tbody>
88+
89+
<tr>
90+
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"</td>
91+
</tr>
92+
<tr>
93+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.</p></td>
94+
</tr>
95+
96+
<tr>
97+
<td colspan="2">--rootfs string</td>
98+
</tr>
99+
<tr>
100+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
101+
</tr>
102+
103+
</tbody>
104+
</table>
105+
106+
107+

0 commit comments

Comments
 (0)