Open leelavg opened 3 months ago
In order to make sure ceph-csi-operator
takes ownership of an existing CSIDriver, you need to add an ceph.csi.io/ownerref
annotation with the namespace name of the driver.csi.ceph.io
resource (serialized as json) that will own it
@subhamkrai you can do this one as well, where you need to set the annotation instead of deleting the csidriver object
@subhamkrai you can do this one as well, where you need to set the annotation instead of deleting the csidriver object
added
Pls note correct label key is csi.ceph.io/ownerref
Pls note correct label key is
csi.ceph.io/ownerref
I'm setting this value as only
I see operator backing off from reconciling CSIDriver based on some heuristics, could those scenarios be mentioned and what is the expectation from code base which want to upgrade to using csi-operator.