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 Aug 14, 2024
1 parent 7839783 commit e4be897
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 @@ -158,7 +158,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 @@ -214,7 +214,7 @@ sudo kubeadm token create --print-join-command
_Check for latest version [here](https://github.com/longhorn/longhorn)_

```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 @@ -224,7 +224,7 @@ _Note: You can use kube-vip instead of MetalLB as a Cloud Provider to manage ser
_Check for latest version [here](https://github.com/metallb/metallb)_

```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 e4be897

Please sign in to comment.