From 2a617c28b7e8ece3265dc0cc32c1c12d3c266d29 Mon Sep 17 00:00:00 2001 From: VIVESH <35293085+574n13y@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:36:31 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fce0487..b18c5db 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ How to Deploy a Microservices Application on AWS EC2 using Kubernetes: A Step-by sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config ``` - 6. Install a pod network add-on by running: + 6. Install a pod network add-on by running: [kube-flannel.yml](https://github.com/574n13y/Deploy-a-Microservices-Application-on-AWS-EC2-using-Kubernetes/blob/main/kube-flannel.yml) ``` kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml ``` @@ -88,7 +88,7 @@ How to Deploy a Microservices Application on AWS EC2 using Kubernetes: A Step-by ``` sudo kubeadm token create --print-join-commandsudo kubeadm token create --print-join-command ``` - 9. Verify that the master node is ready by running: `` kubectl get nodes `` + 8. Verify that the master node is ready by running: `` kubectl get nodes `` - Joining the Worker Node to the Cluster