Skip to content
  1. Sep 05, 2024
  2. Sep 02, 2024
  3. Sep 01, 2024
  4. Aug 31, 2024
  5. Aug 30, 2024
  6. Aug 29, 2024
  7. Aug 28, 2024
  8. Aug 27, 2024
  9. Aug 26, 2024
  10. Aug 21, 2024
  11. Aug 20, 2024
  12. Aug 19, 2024
  13. Aug 16, 2024
  14. Aug 15, 2024
  15. Aug 14, 2024
  16. Aug 11, 2024
  17. Aug 10, 2024
  18. 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
  19. Aug 05, 2024
  20. Aug 02, 2024
    • Bas's avatar
      Bugfix/code inspection. (#11384) · dd51ef6f
      Bas authored
      
      
      - Make ansible-galaxy collection dependencies explicit
      - Reorganized requirements.yml
      - Adding required collections to galaxy.yml
      - Ansible 9.6.0 was yanked on Pypi
      - Sync pre-commit requirements with requirements.txt
      
      Signed-off-by: default avatarBas Meijer <bas.meijer@enexis.nl>
      dd51ef6f
Loading