Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devopspro-bot authored Jun 17, 2024
1 parent 704ab0c commit fe55f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cluster Setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config
## Install Flannel (Run only on master)
Use the following command to install Flannel:
```
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.20.2/Documentation/kube-flannel.yml
kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml
```

## Verify Installation
Expand Down

0 comments on commit fe55f09

Please sign in to comment.