You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue where the module is expecting the VirtualServer resource to belong to a different API group than what is configured in my setup.
Expected Behavior
The extDNS module should correctly recognize the VirtualServer resource in the following configuration:
apiVersion: k8s.nginx.org/v1
kind: VirtualServer
Actual Behavior
The extDNS module is looking for the VirtualServer resource under a different API group:
What would you like to be added:
I am encountering an issue where the module is expecting the VirtualServer resource to belong to a different API group than what is configured in my setup.
Expected Behavior
The extDNS module should correctly recognize the VirtualServer resource in the following configuration:
apiVersion: k8s.nginx.org/v1
kind: VirtualServer
Actual Behavior
The extDNS module is looking for the VirtualServer resource under a different API group:
external-dns/charts/external-dns/templates/clusterrole.yaml
Why is this needed:
Is it possible to support multiple/different API Groups for the VirtualServer resource?
The text was updated successfully, but these errors were encountered: