Skip to content
Snippets Groups Projects
  1. Apr 28, 2022
  2. Apr 17, 2022
  3. Apr 14, 2022
  4. Apr 12, 2022
  5. Apr 07, 2022
  6. Apr 05, 2022
  7. Mar 29, 2022
    • Kenichi Omichi's avatar
      Run 0100-dhclient-hooks if dhcpclient is enabled (#8658) · 503ab0f7
      Kenichi Omichi authored
      If running Kubespray on static IP environments, a task was failed like:
      
        TASK [kubernetes/preinstall : Configure dhclient hooks for resolv.conf (RH-only)]
        fatal: [ak8s2]: FAILED! => {
          "changed": false, "checksum": "..",
          "msg": "Destination directory /etc/dhcp/dhclient.d does not exist"}
      
      This adds a check for dhclientconffile for running 0100-dhclient-hooks to
      run the task only if dhcpclient is enabled.
      Unverified
      503ab0f7
  8. Mar 22, 2022
  9. Mar 18, 2022
    • Cristian Calin's avatar
      [calico] don't enable ipip encapsulation by default and use vxlan in CI (#8434) · dd2d95ec
      Cristian Calin authored
      * [calico] make vxlan encapsulation the default
      
      * don't enable ipip encapsulation by default
      * set calico_network_backend by default to vxlan
      * update sample inventory and documentation
      
      * [CI] pin default calico parameters for upgrade tests to ensure proper upgrade
      
      * [CI] improve netchecker connectivity testing
      
      * [CI] show logs for tests
      
      * [calico] tweak task name
      
      * [CI] Don't run the provisioner from vagrant since we run it in testcases_run.sh
      
      * [CI] move kube-router tests to vagrant to avoid network connectivity issues during netchecker check
      
      * service proxy mode still fails connectivity tests so keeping it manual mode
      
      * [kube-router] account for containerd use-case
      Unverified
      dd2d95ec
  10. Mar 17, 2022
  11. Mar 14, 2022
  12. Mar 07, 2022
  13. Mar 02, 2022
  14. Feb 26, 2022
  15. Feb 24, 2022
  16. Feb 23, 2022
  17. Feb 22, 2022
  18. Feb 15, 2022
  19. Feb 02, 2022
  20. Feb 01, 2022
  21. Jan 27, 2022
  22. Jan 24, 2022
  23. Jan 13, 2022
  24. Jan 11, 2022
  25. Jan 10, 2022
  26. Jan 06, 2022
  27. Jan 05, 2022
  28. Jan 04, 2022
  29. Jan 03, 2022
  30. Dec 21, 2021
  31. Dec 14, 2021
  32. Dec 10, 2021
    • Cristian Calin's avatar
      containerd: change default resolvconf_mode to host_resolvconf (#8247) · 682c8a59
      Cristian Calin authored
      * containerd: change default resolvconf_mode to host_resolvconf
      
      * Wait for kube-apiserver to come back after pod refresh
      
      * Handle resolv.conf gracefully
      
      * Retain currently configured DNS entries to ensure we don't break the resolvers
      
      * Suse uses wickedd for network management so no dhcp hooks
      
      * Molecule: increase ansible timeout
      
      * CI: Increase ansible timeout to 120s for Packet jobs
      Unverified
      682c8a59
  33. Dec 07, 2021
  34. Dec 06, 2021
Loading