Skip to content
  1. Nov 05, 2021
  2. Oct 27, 2021
  3. Oct 20, 2021
    • Cristian Calin's avatar
      containerd: download containerd from upstream instead of using distro specific packages (#7970) · ea8e2fc6
      Cristian Calin authored
      * Containerd: download containerd from upstream instead of using distro specific packages
      
      split runc download to separate role
      make bootstrap-os role deploy container-selinux and seccomp libraries
      clean up package manager provided containerd
      move variables to docker role that are no longer common with containerd
      
      * Containerd: make molecule testing more relevant
      
      * replace ubuntu18 with ubuntu20
      * add centos8 and debian11 to molecule tests
      * run kubernetes/preinstall role to ensure relevancy
        of test including dependency packages
      
      * CI: adjust test scenarios for downloaded containerd
      ea8e2fc6
  4. Oct 19, 2021
    • Omar Aloraini's avatar
      Rocky Linux support (#8095) · 6aac5939
      Omar Aloraini authored
      * Add Rocky as a known OS
      
      * Make sure Rocky includes bootstrap-centos.yml
      
      * Update docs with Rocky Linux
      
      * Rocky Linux wireguard and EPEL
      
      * Rocky Linux in the list of supported distributions
      6aac5939
  5. Oct 11, 2021
  6. Oct 05, 2021
  7. Oct 01, 2021
  8. Sep 30, 2021
    • rtsp's avatar
      Ensure apparmor is installed (#8036) · af04906b
      rtsp authored
      Kubespray deployment failed when using containerd backend on nodes that apparmor was not installed or previously removed. This PR ensure apparmor is installed by adding it into required_pkgs var.
      af04906b
  9. Sep 28, 2021
  10. Sep 27, 2021
  11. Sep 24, 2021
    • rtsp's avatar
      Ensure apparmor is installed (#8011) · 4bace249
      rtsp authored
      Kubespray deployment failed when using containerd backend on nodes that apparmor was not installed or previously removed. This PR ensure apparmor is installed by adding it into required_pkgs var.
      4bace249
  12. Sep 23, 2021
    • Kenichi Omichi's avatar
      Use kube_config_dir for kubeconfig (#7996) · 843252c9
      Kenichi Omichi authored
      The path of kubeconfig should be configurable, and its default value
      is /etc/kubernetes/admin.conf. Most paths of the file are configurable
      but some were not. This make those configurable.
      843252c9
  13. Sep 22, 2021
  14. Sep 21, 2021
  15. Sep 20, 2021
  16. Sep 17, 2021
  17. Sep 15, 2021
  18. Sep 14, 2021
  19. Sep 07, 2021
  20. Aug 30, 2021
  21. Aug 28, 2021
  22. Aug 11, 2021
  23. Jul 30, 2021
  24. Jul 21, 2021
  25. Jul 13, 2021
  26. Jul 12, 2021
    • Cristian Calin's avatar
      Move to Ansible 3.4.0 (#7672) · 7516fe14
      Cristian Calin authored
      * Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10
      
      * Docs: add a note about ansible upgrade post 2.9.x
      
      * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures
      
      * Ansible: use newer ansible-lint
      
      * Fix ansible-lint 5.0.11 found issues
      
      * syntax issues
      * risky-file-permissions
      * var-naming
      * role-name
      * molecule tests
      
      * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+
      
      * Pin ansible-base to 2.10.11 to get package fix on RHEL8
      7516fe14
  27. Jul 02, 2021
  28. Jun 28, 2021
  29. Jun 21, 2021
  30. Jun 16, 2021
  31. Jun 07, 2021
  32. May 28, 2021
  33. May 18, 2021
  34. May 11, 2021
  35. Apr 30, 2021
    • MRoci's avatar
      change coredns image name to `coredns/coredns` and prefix `v` to tag (#7570) · a0ee5690
      MRoci authored
      follow new naming conventions for gcr's coredns image.
      starting from 1.21 kubeadm assumes it to be `coredns/coredns`:
      this causes the kubeadm deployment being unable to pull image, beacuse `v`
      was also added in image tag, until the role `kubernetes-apps` ovverides
      it with the old name, which is only compatible with <=1.7.
      
      Backward comptability with kubeadm <=1.20 is mantained checking
      kubernetes version and falling back to old names (`coredns:1.xx`) when
      the version is less than 1.21
      a0ee5690
  36. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      360aff4a
  37. Apr 28, 2021
  38. Apr 26, 2021
  39. Apr 23, 2021
    • Cristian Calin's avatar
      Initial AlmaLinux support (#7538) · 73db44b0
      Cristian Calin authored
      * AlmaLinux: ansible>2.9.19 is needed to know about AlmaLinux
      
      * AlmaLinux: identify as a centos derrivative
      
      * AlmaLinux: add AlmaLinux to checks for CentOS
      
      * Use ansible_os_family to compare family and not distribution
      73db44b0
Loading