docs(dev): Update README for dev environment setup

This commit is contained in:
Tanguy Herbron 2023-11-14 00:22:13 +01:00
parent f98ae20083
commit b5bbecad55

View File

@ -106,18 +106,11 @@ longhorn
### Cluster base setup ### Cluster base setup
Setup the cluster's backbone Setup the cluster's backbone
``` ```
kubectl apply -k environment/dev make dev
``` # Include SOPS master secret generation
Taint the outsider node to not be scheduled on unless actively setup kubectl create secret generic age-key --from-file=~/.sops/key.txt -n sops
```
kubectl taint nodes outsider type=services:NoSchedule
``` ```
```
kubectl create -k monitoring/prometheus
```
DO NOT FORGET TO INSTALL THE SOPS PART
NOTE: It might be required to update the metallb IP range as well as traefik LoadBalancerIPs NOTE: It might be required to update the metallb IP range as well as traefik LoadBalancerIPs