Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding multiple API Groups for VirtualServer resource #4883

Open
liviobue opened this issue Nov 18, 2024 · 0 comments
Open

Adding multiple API Groups for VirtualServer resource #4883

liviobue opened this issue Nov 18, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@liviobue
Copy link

liviobue commented Nov 18, 2024

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

{{- if has "f5-virtualserver" .Values.sources }}
  - apiGroups: ["cis.f5.com"]
    resources: ["virtualservers"]
    verbs: ["get","watch","list"]
{{- end }}

Why is this needed:
Is it possible to support multiple/different API Groups for the VirtualServer resource?

@liviobue liviobue added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant