docs(dev): Update README for dev environment setup
This commit is contained in:
parent
f98ae20083
commit
b5bbecad55
13
README.md
13
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user