Skip to content

Does it work with CoreDNS v 1.11.1 (latest) ? #54

Open
@Subetov

Description

@Subetov

Does Kubernetai plugin work with CoreDNS v1.11.1 (latest) ?

Resolving doesn't work for some reason.
Same configuration works well with CoreDNS-1.8.0

.:53 {
    errors
    health {
        lameduck 5s
    }
    ready
    kubernetai cluster.local in-addr.arpa ip6.arpa {
      ignore empty_service
      pods verified
      fallthrough cluster.local in-addr.arpa ip6.arpa
    }
    kubernetai cluster.local in-addr.arpa ip6.arpa {
        endpoint https://10.99.120.1
        kubeconfig /kubeconfigs/dc1/config dc1
        pods verified
        ignore empty_service
        fallthrough in-addr.arpa ip6.arpa cluster.local
    }
    kubernetai cluster.local in-addr.arpa ip6.arpa {
        endpoint https://10.99.220.1
        kubeconfig /kubeconfigs/dc2/config dc2
        pods verified
        ignore empty_service
        fallthrough in-addr.arpa ip6.arpa
    }
    prometheus :9153
    forward . /etc/resolv.conf {
      prefer_udp
    }
    cache 30
    loop
    reload
    loadbalance
}

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions