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

Support running a nodelocal dns cache #70555

Merged
merged 2 commits into from Nov 14, 2018

Commits on Nov 12, 2018

  1. Support running a nodelocal dns cache

    This change includes the yaml files and gce startup script changes
    to run this addon. It is disabled by default, can be enabled by setting
    KUBE_ENABLE_NODELOCAL_DNS=true
    An ip address is required for the cache instance to listen for
    requests on, default is a link local ip address of value 169.254.25.10
    
    addressed review comments, updated image location
    Picked a different prometheus port so stats port is not same as the
    coredns deployment
    
    Removed the nodelocaldns-ready label.
    Set memory limit to 30Mi
    prameshj committed Nov 12, 2018
    Copy the full SHA
    73b548d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Removed .salt template , using .sed template

    Removed default config options from yaml.
    Removed unused yaml files
    prameshj committed Nov 14, 2018
    Copy the full SHA
    6d7c5e9 View commit details
    Browse the repository at this point in the history