Skip to content
  1. Sep 10, 2019
  2. Sep 09, 2019
  3. Sep 05, 2019
  4. Aug 28, 2019
    • Richard Arends's avatar
      Use python3-libselinux on RHEL8/Centos8 (#5127) · 4d95bb14
      Richard Arends authored
      * Use python3-libselinux on RHEL8/Centos8
      
      * The fact ansible_facts.distribution_major_version is not present on older Ansible version.
      Default it to 0 in when not present and use libselinux-python as package to get current
      default behaviour.
      4d95bb14
  5. Aug 23, 2019
  6. Aug 22, 2019
  7. Aug 21, 2019
  8. Aug 20, 2019
  9. Aug 15, 2019
  10. Aug 13, 2019
  11. Aug 08, 2019
    • Matthew Mosesohn's avatar
      Refactor calico route reflector to run in k8s cluster (#4975) · 023108a7
      Matthew Mosesohn authored
      * Refactor calico-rr to run in k8s cluster with taint
      
      Change-Id: I75a3169ff5b36ce8302fc7ef1c32d3eb697b5afa
      
      * add preinstall checks
      
      * rework calico/rr role
      
      Change-Id: I2f0a7e6cb77cf91ad4a615923680760d2e5d9ca8
      
      * add empty calico-rr group
      
      Change-Id: I006c0a60db9b72d02245bf8fdfabcf982144a5ad
      023108a7
  12. Aug 06, 2019
  13. Aug 05, 2019
  14. Jul 31, 2019
  15. Jul 30, 2019
  16. Jul 22, 2019
  17. Jul 16, 2019
  18. Jul 15, 2019
    • Matthew Mosesohn's avatar
      remove support for calico v2.x (#4974) · 23ae6027
      Matthew Mosesohn authored
      * Remove support for calico below version v3.0.0
      
      Change-Id: If8fe3036b9e054901a8b2c48516eff1e1271970f
      
      * Update main.yml
      
      * fixup node peering
      
      Change-Id: Ifac4d363deba826f0c80e390ce80a28df9827323
      
      * fixups
      
      Change-Id: Ic35417330af6741962003b3930604393c90804d1
      
      * fixups
      
      Change-Id: I0ea82d634bb0c81d9b7dc50569c70988bc8d3a3b
      23ae6027
    • Matthew Mosesohn's avatar
      fix parsing refresh of kubeadm cert key (#4971) · b15b6e83
      Matthew Mosesohn authored
      * fix parsing refresh of kubeadm cert key
      
      Change-Id: I4de2a1df6498790a80351b4bc7d88e6c9e470358
      
      * Update kubeadm-secondary-experimental.yml
      b15b6e83
  19. Jul 12, 2019
  20. Jul 11, 2019
    • Matthew Mosesohn's avatar
    • Matthew Mosesohn's avatar
      Enable containerd to deploy vanilla containerd package (#4951) · 29307740
      Matthew Mosesohn authored
      * Enable containerd to deploy vanilla containerd package
      
      Fixes kubeadm references to CRI socket for containerd
      Fixes download role cache feature to work with containerd
      
      Change-Id: I2ab8f0031107e2f0d1a85c39b4beb66f08509a01
      
      * use containerd for flannel-addons job
      
      Change-Id: Ied375c7d65e64a625ffbd995ff16f2374067dee6
      
      * add containerd vars
      
      Change-Id: Ib9a8a04e501c481a86235413cbec63f3672baf91
      
      * fixup vars
      
      Change-Id: Ibea64e4b18405a578b52a13da100384582aa24c2
      
      * more fixes
      
      * fix rh repo
      
      Change-Id: I00575a77cfb7b81d6095db5d918a52023c8f13ba
      
      * Adjust helm host install for containerd
      29307740
  21. Jul 09, 2019
  22. Jul 08, 2019
  23. Jul 02, 2019
    • okamototk's avatar
      Use K8s 1.15 (#4905) · f2b8a361
      okamototk authored
      * Use K8s 1.15
      
      * Use Kubernetes 1.15 and use kubeadm.k8s.io/v1beta2 for
        InitConfiguration.
      * bump to v1.15.0
      
      * Remove k8s 1.13 checksums.
      
      * Update README kubernetes version 1.15.0.
      
      * Update metrics server 0.3.3 for k8s 1.15
      
      * Remove less than k8s 1.14 related code
      
      * Use kubeadm with --upload-certs instead of --experimental-upload-certs due to depricate
      
      * Update dnsautoscaler 1.6.0
      
      * Skip certificateKey if it's not defined
      
      * Add kubeadm-conftolplane.v2beta2 for k8s 1.15 or later
      
      * Support kubeadm control plane for k8s 1.15
      
      * Update sonobuoy version 0.15.0 for k8s 1.15
      f2b8a361
  24. Jul 01, 2019
  25. Jun 30, 2019
    • Matthew Mosesohn's avatar
      Default to refreshing kubeadm etcd key (#4931) · 2aa66eb1
      Matthew Mosesohn authored
      Change-Id: Icc0176773b6d581c43647de433214079440d7321
      2aa66eb1
    • okamototk's avatar
      containerd support (#4664) · 4c8b93e5
      okamototk authored
      * Add limited containerd support
      
      Containerd support for Ubuntu + Calico
      
      * Added CRI-O support for ubuntu
      
      * containerd support.
      
      * Reset  containerd support.
      
      * fix lint.
      
      * implemented feedback
      
      * Change task name cri xx instead of cri-o in reset task and timeout condition.
      
      * set crictl to fixed version
      
      * Use docker-ce's container.io package for containerd.
      
      * Add check containerd is installable or not.
      
      * Avoid stop docker when use containerd and optimize retry for reset.
      
      * Add config.toml.
      
      * Fixed containerd for kubelet.env.
      
      * Merge PR #4629
      
      * Remove unused ubuntu variable for containerd
      
      * Polish code for containerd and cri-o
      
      * Refactoring cri socket configuration.
      
      * Configurable conmon.
      
      * Remove unused crictl/runc download
      
      * Now crictl and runc is downloaded by common crictl.yml.
      
      * fixed yamllint error
      
      * Fixed brokenfiles by conflict.
      
      * Remove commented line in config.toml
      
      * Remove readded v1.12.x version
      
      * Fixed broken set_docker_image_facts
      
      * Fix yamllint errors.
      
      * Remove unused apt source
      
      * Fix crictl could not be installed
      
      * Add containerd config from skolekonov's PR #4601
      4c8b93e5
  26. Jun 28, 2019
  27. Jun 25, 2019
  28. Jun 24, 2019
Loading