Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

tests

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Thomas Nys authored
    * Add support for running a nodelocal dns cache
    
    After encountering dns issues in a cluster I was recently working on I
    noticed Kubernetes 1.13 introduced support for running a nodelocal dns
    cache.
    
    I believe this can usefull for more people.
    
    https://github.com/kubernetes/kubernetes/commit/73b548db06c5e293533344c5b6171e955eac9ff1
    https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/0030-nodelocal-dns-cache.md
    
    * Add requested changes
    
    * Add additional requested changes + documentation
    
    * Add requested changes after review
    
    * Replace incorrect variable
    3e3ee0ae
    History