Skip to content
  1. May 26, 2022
  2. May 23, 2022
  3. May 18, 2022
  4. May 10, 2022
  5. May 09, 2022
  6. May 07, 2022
  7. May 06, 2022
  8. May 05, 2022
  9. May 02, 2022
  10. Apr 28, 2022
  11. Apr 17, 2022
  12. Apr 14, 2022
  13. Apr 12, 2022
  14. Apr 07, 2022
  15. Apr 05, 2022
  16. 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.
      503ab0f7
  17. Mar 22, 2022
  18. 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
      dd2d95ec
  19. Mar 17, 2022
  20. Mar 14, 2022
  21. Mar 07, 2022
  22. Mar 02, 2022
  23. Feb 26, 2022
  24. Feb 24, 2022
  25. Feb 23, 2022
    • Alex's avatar
      Encrypting Secret Data at Rest (#8574) · 36393d77
      Alex authored
      * change default value for Encrypting Secret Data at Rest to secretbox, remove experimental flag and add documentation
      
      * fix MD012/no-multiple-blanks
      36393d77
  26. Feb 22, 2022
  27. Feb 15, 2022
  28. Feb 02, 2022
    • Ilya Margolin's avatar
      Fix kubelet_kubelet_cgroups_cgroupfs (#8500) · aed187e5
      Ilya Margolin authored
      If kubelet is run with systemd (as it always is when using kubespray),
      it starts in systemd's /system.slice/kubelet.service cgroup.
      
      This commit prevents a creation and usage of a second unrelated cgroup.
      aed187e5
  29. Feb 01, 2022
  30. Jan 27, 2022
  31. Jan 24, 2022
  32. Jan 13, 2022
  33. Jan 11, 2022
  34. Jan 10, 2022
Loading