Skip to content

Commit 240476f

Browse files
authored
Merge pull request #52393 from Rablet/main
Fix indentation of kubelet, kubeadm, kubectl install commands
2 parents 8f90d54 + 6086553 commit 240476f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,11 @@ exist by default, and it should be created before the curl command.
309309
310310
3. Install kubelet, kubeadm and kubectl:
311311
312-
For systems with DNF:
312+
For systems with DNF:
313313
```shell
314314
sudo yum install -y kubelet kubeadm kubectl --disableexcludes=kubernetes
315315
```
316-
For systems with DNF5:
316+
For systems with DNF5:
317317
```shell
318318
sudo yum install -y kubelet kubeadm kubectl --setopt=disable_excludes=kubernetes
319319
```

0 commit comments

Comments
 (0)