From 92fe06252c6d50ca657aa5b183425ed9bbb463d9 Mon Sep 17 00:00:00 2001 From: Lee Porte Date: Wed, 10 Jan 2024 18:17:04 +0000 Subject: [PATCH] Update Calico, MetalLB and Longhorn versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4410e76..bf03b35 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ sudo chown -R $(id -u):$(id -g) $HOME/.kube/config **1. Install Calcio operator** ```bash -kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/tigera-operator.yaml +kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/tigera-operator.yaml ``` **2. Apply basic Calico IPIP config @@ -213,7 +213,7 @@ sudo kubeadm token create --print-join-command _Check for latest version, this version is latest of this edit_ ```bash -kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.4.0/deploy/longhorn.yaml +kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.5.3/deploy/longhorn.yaml ``` ## Install MetalLB and Contour @@ -222,7 +222,7 @@ _Note: You can use kube-vip instead of MetalLB as a Cloud Provider to manage ser ```bash -kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.9/config/manifests/metallb-native.yaml +kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.12/config/manifests/metallb-native.yaml ``` Config: