++ rook notes

This commit is contained in:
Nico Schottelius 2021-07-11 20:37:21 +02:00
parent cea322b04f
commit 3e3dd72cec
2 changed files with 26 additions and 0 deletions

14
FLOW.md
View File

@ -15,6 +15,20 @@
- kustomized manifests need to be updated/annotated ("also this - kustomized manifests need to be updated/annotated ("also this
domain") domain")
## Kubernetes services
### Flux
Get the flux binary, run:
```
flux check --pre
```
Fix any problems, then continue.
https://code.ungleich.ch/ungleich-intern/k8s-config
## Service List ## Service List
### DNS servers ### DNS servers

View File

@ -107,3 +107,15 @@ should be deployed:
``` ```
[21:22] server47.place7:~/ungleich-k8s/rook# kubectl patch storageclass rook-ceph-block -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}' [21:22] server47.place7:~/ungleich-k8s/rook# kubectl patch storageclass rook-ceph-block -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
``` ```
## Deleting in case rook gets stuck
* Need to manually go through the list, the patching of finalizersdoes
not work reliable
Especially these:
```
finalizers:
- cephblockpool.ceph.rook.io
```