From fe55f09f0c976cd0602dc2abc69266a7009c0db1 Mon Sep 17 00:00:00 2001 From: devopspro-bot Date: Tue, 18 Jun 2024 01:13:40 +0530 Subject: [PATCH] Update README.md --- Cluster Setup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cluster Setup/README.md b/Cluster Setup/README.md index afe286d..c1c3e4b 100644 --- a/Cluster Setup/README.md +++ b/Cluster Setup/README.md @@ -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