Skip to content

Adding multiple API Groups for VirtualServer resource #4883

Closed as not planned
@liviobue

Description

@liviobue

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions