Skip to content
  1. Aug 31, 2022
  2. Jul 12, 2022
  3. Apr 09, 2022
    • Kenichi Omichi's avatar
      Removed quotation of nerdctl_extra_flags. (#8699) · 2cc5f04b
      Kenichi Omichi authored
      The quotations in the variable nerdctl_extra_flags are not required
      for the `nerdctl_image_pull_command` and throw the following error
      when executing the cluster-playbook with `container_insecure_registries` set:
              unknown flag: --insecure-registry\\\"
      This happens as the complete nerdctl_image_pull_command string
      variable gets split into an array string for the cmd task.
      The escaped quotation doesn't get escaped properly and is added to
      the cmd-string array as part of the command. This leads to a wrong
      written insecure-registry flag, which throws this error.
      2cc5f04b
  4. Apr 06, 2022
  5. Apr 04, 2022
  6. Mar 30, 2022
    • Kenichi Omichi's avatar
      [2.18] Run 0100-dhclient-hooks if dhcpclient is enabled (#8658) (#8661) · f091b1cf
      Kenichi Omichi authored
      
      
      * Run 0100-dhclient-hooks if dhcpclient is enabled (#8658)
      
      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.
      
      * Remove centos7 molecule while opensuse mirror is flaky
      
      Co-authored-by: default avatarFlorian Ruynat <16313165+floryut@users.noreply.github.com>
      f091b1cf
  7. Mar 22, 2022
  8. Mar 21, 2022
  9. Mar 18, 2022
  10. Mar 09, 2022
  11. Mar 07, 2022
  12. Mar 06, 2022
    • Kenichi Omichi's avatar
      Update quay.io/kubespray/vagrant (#8605) · 411902e9
      Kenichi Omichi authored
      quay.io/kubespray/vagrant image is used for molecule_tests.
      The tag was v2.17.1 on release-2.18 branch but the image
      contains vagrant-2.2.15 which has a bug related to a virtual machine creation.
      That caused kubespray CI failures.
      This updates the image to use a newer vagrant.
      411902e9
  13. Feb 13, 2022
    • Kenichi Omichi's avatar
      Move containerd_version to defaults/main.yml (#8379) (#8513) · c4a27455
      Kenichi Omichi authored
      All container image versions were defined in download/defaults/main.yml
      except containerd.
      The inconsistency caused the offline script(generate_list.sh) could not
      output the URL of containerd image.
      This moves the definition into a valid file.
      In addition, this adds host_os to generate_list.sh for downloading
      krew from a valid URL.
      c4a27455
  14. Feb 08, 2022
  15. Jan 25, 2022
  16. Jan 24, 2022
  17. Jan 17, 2022
  18. Jan 11, 2022
  19. Jan 04, 2022
  20. Jan 03, 2022
  21. Dec 24, 2021
  22. Dec 23, 2021
  23. Dec 22, 2021
  24. Dec 21, 2021