From e120df30e3ee2401007fbe937eb3385e165aaac4 Mon Sep 17 00:00:00 2001 From: kanhaya kumar yadav Date: Tue, 13 Jun 2023 11:46:55 +0530 Subject: [PATCH] Update 100-installing-a-local-cluster.md fixed typo for ubuntu in 100-installing-a-local-cluster.md --- .../102-setting-up-kubernetes/100-installing-a-local-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/kubernetes/content/102-setting-up-kubernetes/100-installing-a-local-cluster.md b/src/data/roadmaps/kubernetes/content/102-setting-up-kubernetes/100-installing-a-local-cluster.md index a0c94e3a6..3206c583f 100644 --- a/src/data/roadmaps/kubernetes/content/102-setting-up-kubernetes/100-installing-a-local-cluster.md +++ b/src/data/roadmaps/kubernetes/content/102-setting-up-kubernetes/100-installing-a-local-cluster.md @@ -1,6 +1,6 @@ # Installing a Local Cluster -To install and configure a Kubernetes cluster on CentOS 7 or Ubunto, you would need to setup the prerequisites and requirements for setting up a Kubernetes cluster after which you would be installing the Kubernetes components, including Kubeadm, Kubelet, and Kubectl and then you'll need to connect the master and the worker nodes. Once the connection is established you can check it by deploying application on the cluster. +To install and configure a Kubernetes cluster on CentOS 7 or Ubuntu, you would need to setup the prerequisites and requirements for setting up a Kubernetes cluster after which you would be installing the Kubernetes components, including Kubeadm, Kubelet, and Kubectl and then you'll need to connect the master and the worker nodes. Once the connection is established you can check it by deploying application on the cluster. Learn more from the following links: