Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
574n13y authored Jan 1, 2024
1 parent 8eae954 commit 2a617c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ 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
```
7. Generate a token for worker nodes to join:
```
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

Expand Down

0 comments on commit 2a617c2

Please sign in to comment.