Background: A while ago cert-manager introduced a breaking change in their CRDs. This leads to two CRDs having the name
order, which can be seen inkubectl api-resources
How can I list orders from just the newer CRD?
I recall there was something like kubectl get acme.cert-manager.io/order (which is not correct), but cannot piece together anymore.
An excerpt of kubectl api-resources | grep "order" would be
orders acme.cert-manager.io true Order
orders certmanager.k8s.io true Order