|
|
|
@ -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"}}}' |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## 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 |
|
|
|
|
``` |
|
|
|
|