Alexander Wels
Alexander Wels
Superseded by #498
I am probably missing something, but didn't https://github.com/kubevirt/containerized-data-importer/pull/3384 fix this particular issue? Or did I miss a particular case with that PR?
Gotcha, okay, let me know if you need a review on the PR.
@dependabot rebase
/lgtm /approve /release-note-none
The CDI operator should re-create it. If it is not look in the operator logs to see if there is an error there.
That means it is finding another configmap or secret that is not owned by the CR.
It only gets to that error if it thinks that it shouldn't create the config map. I would have to check the exact things we look for in the code.
I haven't had a chance to look at the code, but last time I tried, I just deleted all the configmaps and secrets in the cdi namespace, and it rebuild...
If you don't set the scratchSpacestorageClass and you don't have a default storage class it should default to using the same storage class as the target PVC.