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

Cleanup nodelocaldns configuration #11238

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 27, 2024

  1. Fix nodelocaldns Corefile path

    * Use Corefile.base so that nodelocaldns supports templating
    evan-a-a committed May 27, 2024
    Configuration menu
    Copy the full SHA
    001b16e View commit details
    Browse the repository at this point in the history
  2. Reconcile nodelocaldns config with kubernetes sample config

    * Add label kubernetes.io/cluster-service: "true"
    * Set k8s-app label to node-local-dns
    evan-a-a committed May 27, 2024
    Configuration menu
    Copy the full SHA
    454be28 View commit details
    Browse the repository at this point in the history
  3. Remove upstreamsvc option from nodelocaldns

    * Since we configure the upstream server through ansible templating,
    this arugment has no impact on node-cache
    evan-a-a committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c6d9c16 View commit details
    Browse the repository at this point in the history