Update bootstrap instructions.
This commit is contained in:
parent
3c88662515
commit
d783fa6e53
1 changed files with 7 additions and 2 deletions
|
@ -39,10 +39,15 @@ sops --decrypt kubernetes/flux/vars/cluster-secrets.sops.yaml | kubectl apply -f
|
||||||
kubectl apply -f kubernetes/flux/vars/cluster-settings.yaml
|
kubectl apply -f kubernetes/flux/vars/cluster-settings.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Wipe Rook Ceph
|
### Bootsrap Kube Prometheus Stack CRDs.
|
||||||
|
```sh
|
||||||
|
kubectl apply -k kubernetes/bootstrap/kps-crds/
|
||||||
|
```
|
||||||
|
|
||||||
|
## Reset ZFS Pool
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
kubectl apply -f kubernetes/tools/wiperook.yaml
|
# TBD
|
||||||
```
|
```
|
||||||
|
|
||||||
## Kick off Flux applying this repository
|
## Kick off Flux applying this repository
|
||||||
|
|
Loading…
Reference in a new issue