Skip to content
  1. Jul 04, 2022
  2. Jun 28, 2022
  3. Jun 22, 2022
  4. Jun 17, 2022
  5. Jun 15, 2022
  6. May 23, 2022
  7. May 09, 2022
  8. May 06, 2022
  9. May 02, 2022
  10. Apr 17, 2022
  11. Apr 12, 2022
  12. Apr 05, 2022
  13. Feb 24, 2022
  14. 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
  15. Feb 22, 2022
  16. Jan 27, 2022
  17. Jan 13, 2022
  18. Jan 10, 2022
  19. Jan 06, 2022
  20. Jan 05, 2022
  21. Dec 21, 2021
    • Cristian Calin's avatar
      Support deploying kubernetes 1.23 (#8323) · c1954ff9
      Cristian Calin authored
      * Ensure entries for 1.23 are added for supported_versions vars
      
      * cri-o: add support for kubernetes 1.23 but still use cri-o 1.22
      
      * kubescheduler-config: diferentiate config versions based on kube_version
      c1954ff9
  22. Dec 20, 2021
  23. Dec 06, 2021
  24. Dec 03, 2021
  25. Nov 16, 2021
  26. Oct 11, 2021
  27. 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
  28. Sep 21, 2021
  29. Sep 17, 2021
  30. Sep 15, 2021
  31. 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
  32. Jun 07, 2021
  33. 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
  34. 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
  35. Apr 21, 2021
Loading