Updated README.md
This commit is contained in:
parent
42e579a984
commit
28d2f66742
@ -11,11 +11,17 @@ helm install longhorn longhorn/longhorn --namespace longhorn-system --create-nam
|
|||||||
kubectl patch storageclass standard -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}'
|
kubectl patch storageclass standard -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**IMPORTANT: Make sure open-iscsi is installed on all nodes**
|
||||||
|
```bash
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y open-iscsi
|
||||||
|
```
|
||||||
|
|
||||||
### MetalLB (loadbalancer)
|
### MetalLB (loadbalancer)
|
||||||
```bash
|
```bash
|
||||||
kubectl apply -f ./deployments/metallb-prep.yml
|
|
||||||
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.12.1/manifests/namespace.yaml
|
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.12.1/manifests/namespace.yaml
|
||||||
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.12.1/manifests/metallb.yaml
|
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.12.1/manifests/metallb.yaml
|
||||||
|
kubectl apply -f ./deployments/metallb-prep.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Traefik (ingress)
|
### Traefik (ingress)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user