From 3bcdfd414ee8c2da808c2c9acf3cbbe9c69b7818 Mon Sep 17 00:00:00 2001 From: Matt Banak <56086552+MattBanak@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:27:57 -0700 Subject: [PATCH] Fix small typo --- docs/08-bootstrapping-kubernetes-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index 099c15c..e5ba494 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -1,6 +1,6 @@ # Bootstrapping the Kubernetes Control Plane -In this lab you will bootstrap the Kubernetes control plane. The following components will be installed the controller machine: Kubernetes API Server, Scheduler, and Controller Manager. +In this lab you will bootstrap the Kubernetes control plane. The following components will be installed on the controller machine: Kubernetes API Server, Scheduler, and Controller Manager. ## Prerequisites