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
|
||||
Setup the cluster's backbone
|
||||
```
|
||||
kubectl apply -k environment/dev
|
||||
```
|
||||
Taint the outsider node to not be scheduled on unless actively setup
|
||||
```
|
||||
kubectl taint nodes outsider type=services:NoSchedule
|
||||
make dev
|
||||
# Include SOPS master secret generation
|
||||
kubectl create secret generic age-key --from-file=~/.sops/key.txt -n sops
|
||||
```
|
||||
|
||||
```
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user