Update Creating a single control-plane cluster with kubeadm
This commit is contained in:
+4
-4
@@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
reviewers:
|
reviewers:
|
||||||
- sig-cluster-lifecycle
|
- sig-cluster-lifecycle
|
||||||
title: Creating a single control-plane cluster with kubeadm
|
title: Creating a cluster with kubeadm
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 30
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
<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).
|
<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).
|
||||||
`kubeadm` also supports other cluster
|
`kubeadm` also supports other cluster
|
||||||
lifecycle functions, such as [bootstrap tokens](/docs/reference/access-authn-authz/bootstrap-tokens/) and cluster upgrades.
|
lifecycle functions, such as [bootstrap tokens](/docs/reference/access-authn-authz/bootstrap-tokens/) and cluster upgrades.
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ Any commands under `kubeadm alpha` are, by definition, supported on an alpha lev
|
|||||||
|
|
||||||
## Objectives
|
## Objectives
|
||||||
|
|
||||||
* Install a single control-plane Kubernetes cluster or [high-availability cluster](/docs/setup/production-environment/tools/kubeadm/high-availability/)
|
* Install a single control-plane Kubernetes cluster
|
||||||
* Install a Pod network on the cluster so that your Pods can
|
* Install a Pod network on the cluster so that your Pods can
|
||||||
talk to each other
|
talk to each other
|
||||||
|
|
||||||
@@ -554,7 +554,7 @@ Workarounds:
|
|||||||
|
|
||||||
* Use multiple control-plane nodes. You can read
|
* Use multiple control-plane nodes. You can read
|
||||||
[Options for Highly Available topology](/docs/setup/production-environment/tools/kubeadm/ha-topology/) to pick a cluster
|
[Options for Highly Available topology](/docs/setup/production-environment/tools/kubeadm/ha-topology/) to pick a cluster
|
||||||
topology that provides higher availabilty.
|
topology that provides [high-availability](/docs/setup/production-environment/tools/kubeadm/high-availability/).
|
||||||
|
|
||||||
### Platform compatibility {#multi-platform}
|
### Platform compatibility {#multi-platform}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user