Skip to content

Commit 8279881

Browse files
authored
Merge pull request #25820 from ydFu/patch-1
Fix some typo in install-kubeadm.md
2 parents 9590537 + 7add440 commit 8279881

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ For information how to create a cluster with kubeadm once you have performed thi
2626
- Fedora 25+
2727
- HypriotOS v1.0.1+
2828
- Flatcar Container Linux (tested with 2512.3.0)
29-
* 2 GB or more of RAM per machine (any less will leave little room for your apps)
30-
* 2 CPUs or more
31-
* Full network connectivity between all machines in the cluster (public or private network is fine)
29+
* 2 GB or more of RAM per machine (any less will leave little room for your apps).
30+
* 2 CPUs or more.
31+
* Full network connectivity between all machines in the cluster (public or private network is fine).
3232
* Unique hostname, MAC address, and product_uuid for every node. See [here](#verify-mac-address) for more details.
3333
* Certain ports are open on your machines. See [here](#check-required-ports) for more details.
3434
* Swap disabled. You **MUST** disable swap in order for the kubelet to work properly.
@@ -76,15 +76,15 @@ For more details please see the [Network Plugin Requirements](/docs/concepts/ext
7676
|----------|-----------|------------|-------------------------|---------------------------|
7777
| TCP | Inbound | 6443* | Kubernetes API server | All |
7878
| TCP | Inbound | 2379-2380 | etcd server client API | kube-apiserver, etcd |
79-
| TCP | Inbound | 10250 | Kubelet API | Self, Control plane |
79+
| TCP | Inbound | 10250 | kubelet API | Self, Control plane |
8080
| TCP | Inbound | 10251 | kube-scheduler | Self |
8181
| TCP | Inbound | 10252 | kube-controller-manager | Self |
8282

8383
### Worker node(s)
8484

8585
| Protocol | Direction | Port Range | Purpose | Used By |
8686
|----------|-----------|-------------|-----------------------|-------------------------|
87-
| TCP | Inbound | 10250 | Kubelet API | Self, Control plane |
87+
| TCP | Inbound | 10250 | kubelet API | Self, Control plane |
8888
| TCP | Inbound | 30000-32767 | NodePort Services† | All |
8989

9090
† Default port range for [NodePort Services](/docs/concepts/services-networking/service/).
@@ -160,7 +160,7 @@ need to ensure they match the version of the Kubernetes control plane you want
160160
kubeadm to install for you. If you do not, there is a risk of a version skew occurring that
161161
can lead to unexpected, buggy behaviour. However, _one_ minor version skew between the
162162
kubelet and the control plane is supported, but the kubelet version may never exceed the API
163-
server version. For example, kubelets running 1.7.0 should be fully compatible with a 1.8.0 API server,
163+
server version. For example, the kubelet running 1.7.0 should be fully compatible with a 1.8.0 API server,
164164
but not vice versa.
165165

166166
For information about installing `kubectl`, see [Install and set up kubectl](/docs/tasks/tools/install-kubectl/).
@@ -299,7 +299,7 @@ Please mind, that you **only** have to do that if the cgroup driver of your CRI
299299
is not `cgroupfs`, because that is the default value in the kubelet already.
300300

301301
{{< note >}}
302-
Since `--cgroup-driver` flag has been deprecated by kubelet, if you have that in `/var/lib/kubelet/kubeadm-flags.env`
302+
Since `--cgroup-driver` flag has been deprecated by the kubelet, if you have that in `/var/lib/kubelet/kubeadm-flags.env`
303303
or `/etc/default/kubelet`(`/etc/sysconfig/kubelet` for RPMs), please remove it and use the KubeletConfiguration instead
304304
(stored in `/var/lib/kubelet/config.yaml` by default).
305305
{{< /note >}}

0 commit comments

Comments
 (0)