diff --git a/README.md b/README.md index 96f86a5..51c545b 100644 --- a/README.md +++ b/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