Skip to content
  1. Aug 15, 2024
  2. Aug 14, 2024
  3. Aug 11, 2024
  4. Aug 10, 2024
  5. 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'"}
      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.
      cc03ca62
    • Injun Baeg's avatar
  6. Aug 05, 2024
  7. Aug 01, 2024
  8. Jul 31, 2024
  9. Jul 29, 2024
  10. Jul 26, 2024
  11. Jul 21, 2024
  12. Jul 16, 2024
  13. Jul 13, 2024
  14. Jul 08, 2024
  15. Jul 05, 2024
  16. Jul 03, 2024
  17. Jul 02, 2024
  18. Jul 01, 2024
  19. Jun 26, 2024
Loading