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

dns-stack.md

  • Bogdan Dobrelya's avatar
    5fd43b7c
    Allow subdomains of dns_domain and fix kubelet restarts · 5fd43b7c
    Bogdan Dobrelya authored
    
    * Add a var for ndots (default 5) and put it hosts' /etc/resolv.conf.
    * Poke kube dns container image to v1.7
    * In order to apply changes to kubelet, notify it to
    be restarted on changes made to /etc/resolv.conf. Ignore errors as the kubelet
    may yet to be present up to the moment of the notification being processed.
    * Remove unnecessary kubelet restart for master role as the node role ensures
    it is up and running. Notify master static pods waiters for apiserver,
    scheduler, controller-manager instead.
    
    Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
    5fd43b7c
    History
    Allow subdomains of dns_domain and fix kubelet restarts
    Bogdan Dobrelya authored
    
    * Add a var for ndots (default 5) and put it hosts' /etc/resolv.conf.
    * Poke kube dns container image to v1.7
    * In order to apply changes to kubelet, notify it to
    be restarted on changes made to /etc/resolv.conf. Ignore errors as the kubelet
    may yet to be present up to the moment of the notification being processed.
    * Remove unnecessary kubelet restart for master role as the node role ensures
    it is up and running. Notify master static pods waiters for apiserver,
    scheduler, controller-manager instead.
    
    Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>