Skip to content

Commit 260a628

Browse files
authored
Merge pull request #23114 from RA489/kubeadmscp
Update Creating a single control-plane cluster with kubeadm
2 parents 8cb0b19 + 5a88063 commit 260a628

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
reviewers:
33
- sig-cluster-lifecycle
4-
title: Creating a single control-plane cluster with kubeadm
4+
title: Creating a cluster with kubeadm
55
content_type: task
66
weight: 30
77
---
88

99
<!-- overview -->
1010

11-
<img src="https://raw.githubusercontent.com/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-color.png" align="right" width="150px">The `kubeadm` tool helps you bootstrap 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).
11+
<img src="https://raw.githubusercontent.com/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-color.png" align="right" width="150px">Creating 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).
1212
`kubeadm` also supports other cluster
1313
lifecycle functions, such as [bootstrap tokens](/docs/reference/access-authn-authz/bootstrap-tokens/) and cluster upgrades.
1414

@@ -60,7 +60,7 @@ Any commands under `kubeadm alpha` are, by definition, supported on an alpha lev
6060

6161
## Objectives
6262

63-
* Install a single control-plane Kubernetes cluster or [high-availability cluster](/docs/setup/production-environment/tools/kubeadm/high-availability/)
63+
* Install a single control-plane Kubernetes cluster
6464
* Install a Pod network on the cluster so that your Pods can
6565
talk to each other
6666

@@ -554,7 +554,7 @@ Workarounds:
554554

555555
* Use multiple control-plane nodes. You can read
556556
[Options for Highly Available topology](/docs/setup/production-environment/tools/kubeadm/ha-topology/) to pick a cluster
557-
topology that provides higher availabilty.
557+
topology that provides [high-availability](/docs/setup/production-environment/tools/kubeadm/high-availability/).
558558

559559
### Platform compatibility {#multi-platform}
560560

0 commit comments

Comments
 (0)