Skip to content
Snippets Groups Projects
  1. Aug 28, 2024
  2. Aug 27, 2024
  3. Aug 26, 2024
  4. Aug 21, 2024
  5. Aug 20, 2024
  6. Aug 19, 2024
  7. Aug 16, 2024
  8. Aug 15, 2024
  9. Aug 14, 2024
  10. Aug 11, 2024
  11. Aug 10, 2024
  12. Aug 06, 2024
    • Not Darko's avatar
      fix: skip multus when not defined (#10934) · 1968db9a
      Not Darko authored
      fix task failure:
      TASK [kubernetes-apps/network_plugin/multus : Multus | Start resources] ************************************************
      fatal: [hfal12k8n1 -> {{ groups['kube_control_plane'][0] }}]: FAILED! => {"msg": "Error in jmespath.search in json_query filter plugin:\n'ansible.vars.hostvars.HostVarsVars object' has no attribute 'multus_manifest_2'"}
      Unverified
      1968db9a
    • Slavi Pantaleev's avatar
      Avoid empty "supersede domain-name-servers" directives for dhclient.conf (#10948) · cc03ca62
      Slavi Pantaleev authored
      Fixes https://github.com/kubernetes-sigs/kubespray/issues/10947
      
      This patch aims to be minimal and intentionally:
      
      - does not change the generation logic for `supersede_domain` and `supersede_search`
      - does not change how `nameserverentries` (for NetworkManager) is built
      
      It seems like `nameserverentries` in the "Generate nameservers for resolvconf, including cluster DNS"
      task is built the same way as `dhclient_supersede_nameserver_entries_list`.
      However, `nameserverentries` in the "Generate nameservers for resolvconf, not including cluster DNS"
      task (below) is built differently for some reason. It includes `configured_nameservers` as well.
      Due to these differences, I have refrained from reusing the same building logic
      (`dhclient_supersede_nameserver_entries_list`) for both.
      
      If the `configured_nameservers` addition can be removed or made to apply
      to dhclient as well, we could potentially build a single list and then
      generate the `nameserverentries` and `supersede_nameserver` strings from it.
      Unverified
      cc03ca62
    • Injun Baeg's avatar
  13. Aug 05, 2024
  14. Aug 02, 2024
  15. Aug 01, 2024
  16. Jul 31, 2024
  17. Jul 30, 2024
  18. Jul 29, 2024
  19. Jul 26, 2024
  20. Jul 24, 2024
Loading