Skip to content

Commit

Permalink
Update Calico, MetalLB and Longhorn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeePorte committed Jan 10, 2024
1 parent 52c1282 commit 92fe062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 92fe062

Please sign in to comment.