Closed telmich closed 3 years ago
Describe the bug
If changing the rook resources (see https://code.ungleich.ch/ungleich-public/ungleich-k8s/-/tree/master/rook for a condensed example), it must be deleted and created in order, see https://rook.io/docs/rook/v1.6/ceph-teardown.html
If not deleted in order, the namespace will never be freed.
To Reproduce
Install above set of manifests via flux, modify it so that flux recreates it - for instance by rename the kustomization.
Expected behavior
Flux needs to have a way to delete in order.
Additional context
Wrong repo, recreated in https://github.com/fluxcd/flux2/issues/1614
Describe the bug
If changing the rook resources (see https://code.ungleich.ch/ungleich-public/ungleich-k8s/-/tree/master/rook for a condensed example), it must be deleted and created in order, see https://rook.io/docs/rook/v1.6/ceph-teardown.html
If not deleted in order, the namespace will never be freed.
To Reproduce
Install above set of manifests via flux, modify it so that flux recreates it - for instance by rename the kustomization.
Expected behavior
Flux needs to have a way to delete in order.
Additional context