silver-surfer
silver-surfer copied to clipboard
kubedd reports CRDs as "Removed API Version's"
I ran kubedd
against our OpenShift Cluster, where lots of things are deployed using CRDs: OpenTelemetry, ArgoCD, ...
The report contained all of these CRDs as Removed API Version's
. Although as far as I can find those are the latest versions supported by the respective operators.
So my guess is that this comes from the Kubernetes API specification simply not containing those CRDs at all.
Question: How can I exclude those errors? Or can I add multiple API specifications, to include the ones from those CRDs (if they are available somewhere, which I would assume)
Kind Regards, Johannes