You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,12 @@ weight: 30
8
8
9
9
<!-- overview -->
10
10
11
-
<imgsrc="https://raw.githubusercontent.com/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-color.png"align="right"width="150px">Using `kubeadm`, you can create a minimum viable Kubernetes cluster that conforms to best practices. In fact, you can use `kubeadm` to set up a cluster that will pass the [Kubernetes Conformance tests](https://kubernetes.io/blog/2017/10/software-conformance-certification).
12
-
`kubeadm` also supports other cluster
13
-
lifecycle functions, such as [bootstrap tokens](/docs/reference/access-authn-authz/bootstrap-tokens/) and cluster upgrades.
`kubeadm` also supports other cluster lifecycle functions, such as
16
+
[bootstrap tokens](/docs/reference/access-authn-authz/bootstrap-tokens/) and cluster upgrades.
14
17
15
18
The `kubeadm` tool is good if you need:
16
19
@@ -42,7 +45,8 @@ To follow this guide, you need:
42
45
You also need to use a version of `kubeadm` that can deploy the version
43
46
of Kubernetes that you want to use in your new cluster.
44
47
45
-
[Kubernetes' version and version skew support policy](/docs/setup/release/version-skew-policy/#supported-versions) applies to `kubeadm` as well as to Kubernetes overall.
48
+
[Kubernetes' version and version skew support policy](/docs/setup/release/version-skew-policy/#supported-versions)
49
+
applies to `kubeadm` as well as to Kubernetes overall.
46
50
Check that policy to learn about what versions of Kubernetes and `kubeadm`
47
51
are supported. This page is written for Kubernetes {{< param "version" >}}.
48
52
@@ -97,7 +101,8 @@ a provider-specific value. See [Installing a Pod network add-on](#pod-network).
97
101
1. (Optional) Since version 1.14, `kubeadm` tries to detect the container runtime on Linux
98
102
by using a list of well known domain socket paths. To use different container runtime or
99
103
if there are more than one installed on the provisioned node, specify the `--cri-socket`
100
-
argument to `kubeadm init`. See [Installing runtime](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#installing-runtime).
104
+
argument to `kubeadm init`. See
105
+
[Installing a runtime](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#installing-runtime).
with the default gateway to set the advertise address for this particular control-plane node's API server.
103
108
To use a different network interface, specify the `--apiserver-advertise-address=<ip-address>` argument
@@ -139,9 +144,12 @@ is not supported by kubeadm.
139
144
140
145
For more information about `kubeadm init` arguments, see the [kubeadm reference guide](/docs/reference/setup-tools/kubeadm/).
141
146
142
-
To configure `kubeadm init` with a configuration file see [Using kubeadm init with a configuration file](/docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file).
147
+
To configure `kubeadm init` with a configuration file see
148
+
[Using kubeadm init with a configuration file](/docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file).
143
149
144
-
To customize control plane components, including optional IPv6 assignment to liveness probe for control plane components and etcd server, provide extra arguments to each component as documented in [custom arguments](/docs/setup/production-environment/tools/kubeadm/control-plane-flags/).
150
+
To customize control plane components, including optional IPv6 assignment to liveness probe
151
+
for control plane components and etcd server, provide extra arguments to each component as documented in
0 commit comments