Skip to content

Commit d8f116a

Browse files
authored
Update lab9-bootstrapping-kubernetes-workers.md
1 parent 97945f1 commit d8f116a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/labs/kubernetes-the-hard-way/lab9-bootstrapping-kubernetes-workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
This is a fork of the original ["Kubernetes the hard way"](https://github.com/kelseyhightower/kubernetes-the-hard-way) originally written by Kelsey Hightower (GitHub: kelseyhightower).
1515
Unlike the original that bases itself on Debian like distributions for the ARM64 architecture, this fork targets Enterprise Linux distributions such as Rocky Linux running on x86_64 architecture.
1616

17-
# Bootstrapping the Kubernetes Worker Nodes
17+
# Lab 9: Bootstrapping the Kubernetes Worker Nodes
1818

1919
In this lab you will bootstrap two Kubernetes worker nodes. The following components will be installed: [runc](https://github.com/opencontainers/runc), [container networking plugins](https://github.com/containernetworking/cni), [containerd](https://github.com/containerd/containerd), [kubelet](https://kubernetes.io/docs/admin/kubelet), and [kube-proxy](https://kubernetes.io/docs/concepts/cluster-administration/proxies).
2020

0 commit comments

Comments
 (0)