Skip to content
Snippets Groups Projects
  1. Nov 08, 2024
  2. May 17, 2024
  3. Jan 24, 2024
  4. May 31, 2023
  5. May 25, 2023
  6. May 13, 2023
  7. Jan 05, 2023
  8. Dec 28, 2022
  9. Dec 14, 2022
  10. Nov 08, 2022
  11. Sep 23, 2022
  12. Sep 04, 2022
  13. Feb 01, 2022
  14. Jan 31, 2022
  15. Nov 09, 2021
  16. Sep 25, 2020
  17. Aug 01, 2020
  18. Jun 26, 2020
  19. Mar 27, 2020
  20. Mar 14, 2020
  21. Feb 14, 2020
  22. Dec 04, 2019
  23. Oct 30, 2019
  24. Sep 26, 2019
  25. May 08, 2019
  26. Apr 01, 2019
  27. Dec 25, 2018
  28. Dec 12, 2018
  29. Dec 11, 2018
  30. Jun 28, 2018
  31. Mar 17, 2018
  32. Jan 23, 2018
  33. Jun 16, 2017
  34. Jan 06, 2017
  35. Dec 23, 2016
  36. Dec 21, 2016
  37. Dec 19, 2016
  38. Dec 13, 2016
    • Bogdan Dobrelya's avatar
      Fix resolvconf · 0515814e
      Bogdan Dobrelya authored
      
      Do not repeat options and nameservers in the dhclient hooks.
      Do not prepend nameservers for dhclient but supersede and fail back
      to the upstream_dns_resolvers then default_resolver. Fixes order of
      nameservers placement, which is cluster DNS ip goes always first.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      0515814e
  39. Dec 12, 2016
    • Bogdan Dobrelya's avatar
      Rework DNS stack to meet hostnet pods needs · 3117858d
      Bogdan Dobrelya authored
      * For Debian/RedHat OS families (with NetworkManager/dhclient/resolvconf
        optionally enabled) prepend /etc/resolv.conf with required nameservers,
        options, and supersede domain and search domains via the dhclient/resolvconf
        hooks.
      
      * Drop (z)nodnsupdate dhclient hook and re-implement it to complement the
        resolvconf -u command, which is distro/cloud provider specific.
        Update docs as well.
      
      * Enable network restart to apply and persist changes and simplify handlers
        to rely on network restart only. This fixes DNS resolve for hostnet K8s
        pods for Red Hat OS family. Skip network restart for canal/calico plugins,
        unless https://github.com/projectcalico/felix/issues/1185
      
       fixed.
      
      * Replace linefiles line plus with_items to block mode as it's faster.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      Co-authored-by: default avatarMatthew Mosesohn <mmosesohn@mirantis.com>
      3117858d
Loading