matteo malvezzi
matteo malvezzi
This will not be implemented . If you need to delete a pluggable database then you need to apply a yaml file including action : "delete" + the other options...
and that's exactly what we have in the code ... we make sure it's removed from server before removing from k8s ` func (r *PDBReconciler) deletePDB(ctx context.Context, req ctrl.Request, pdb...
Can you please specify the exact steps to reproduce this issue thx
Please give us much more detail about step1. Why do you need to update ordsImage?... it's something static (designed to pdb managment only) there should be no need to update...
We adopted the declarative approach long ago. Even if mixed object management it's not recommended https://kubernetes.io/docs/concepts/overview/working-with-objects/object-management/ I'm starting internal discussion . But just to set the expectation it will not...
Hi Ilfur I'm testing the following option for cdb (the rest server) DeletePDBCascade (boolean) if it's true all the pdb associated to the cdb will be dropped when you delete...