File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ weight: 30
11
11
<img src =" https://raw.githubusercontent.com/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-color.png " align =" right " width =" 150px " >
12
12
Using ` kubeadm ` , you can create a minimum viable Kubernetes cluster that conforms to best practices.
13
13
In fact, you can use ` kubeadm ` to set up a cluster that will pass the
14
- [ Kubernetes Conformance tests] ( https://kubernetes.io/blog/2017/10/software-conformance-certification ) .
14
+ <a href =" https://kubernetes.io/blog/2017/10/software-conformance-certification " >Kubernetes Conformance tests</a >.
15
+
15
16
` kubeadm ` also supports other cluster lifecycle functions, such as
16
- [ bootstrap tokens] ( /docs/reference/access-authn-authz/bootstrap-tokens/ ) and cluster upgrades.
17
+ <a href =" /docs/reference/access-authn-authz/bootstrap-tokens/ " >bootstrap tokens</a >
18
+ and cluster upgrades.
17
19
18
20
The ` kubeadm ` tool is good if you need:
19
21
You can’t perform that action at this time.
0 commit comments