Skip to content

Conversation

@khushalchandak17
Copy link

@khushalchandak17 khushalchandak17 commented Sep 4, 2025

Summary:

Fix duplication of cluster.local in the Corefile when rendering parameters for the kubernetes plugin.

Before:

Corefile: |-
  .:53 {
      errors
      health {
          lameduck 10s
      }
      ready
      kubernetes  cluster.local  cluster.local in-addr.arpa ip6.arpa {
          pods insecure
          fallthrough in-addr.arpa ip6.arpa
          ttl 30
      }

After:

Corefile: |-
  .:53 {
    errors
    health {
        lameduck 10s
    }
    ready
    kubernetes cluster.local in-addr.arpa ip6.arpa {
        pods insecure
        fallthrough in-addr.arpa ip6.arpa
        ttl 30
    }

@khushalchandak17 khushalchandak17 marked this pull request as ready for review September 4, 2025 07:00
@khushalchandak17 khushalchandak17 requested a review from a team as a code owner September 4, 2025 07:00
@thomasferrandiz
Copy link
Contributor

Hi,
can you include a description of what the PR does?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants