Skip to content
  1. Oct 07, 2019
  2. Oct 04, 2019
  3. Oct 02, 2019
    • 陈谭军's avatar
      clean up document (#5214) · 8bc07100
      陈谭军 authored
      8bc07100
    • Matthew Mosesohn's avatar
      Apply workaround for NetworkManager and calico (#5230) · fb591bf2
      Matthew Mosesohn authored
      Change-Id: I5cb2bdf1a57707c1b8da3e5ac0c80e5c353480a4
      fb591bf2
    • Matthew Mosesohn's avatar
      Switch to Kubernetes v1.16.0 (#5189) · a43e0d3f
      Matthew Mosesohn authored
      * Switch to Kubernetes v1.16.0
      
      Change-Id: I5d6a9528b2d443750fc5e031aff15ad3ffead158
      
      * Fix download localhost cached file path
      
      Change-Id: I65e79b70e3d1b37265ebc60f41b460cf4b0a0d47
      
      * fix kubeadm etcd for v1.16
      
      Change-Id: I6888a00fd48b530a38b0b31c4095492476af42d2
      
      * disable tf packet jobs
      
      Change-Id: I075c4666547fdea4c50ec04864f38e2cfaa79154
      
      * Disable contiv packet jobs. Fix kube-router
      
      Change-Id: I3170e8789e60711d4cee8faf65f2094480b79b8d
      
      * bump sonobuoy version
      
      Change-Id: Ib946905629c7c53ed88f08fb2f41c454457a0097
      a43e0d3f
  4. Sep 30, 2019
  5. Sep 26, 2019
  6. Sep 25, 2019
  7. Sep 23, 2019
  8. Sep 22, 2019
    • Sergey's avatar
      fix broken scale procedure: (#5193) · 8cb54cd7
      Sergey authored
      - do not run etcd role when etcd_kubeadm_enabled == true
      - remove default value 'systemd' for cgroup driver in containerd role.
        this value override autodetect in kubelet_cgroup_driver_detected from docker info
      8cb54cd7
  9. Sep 18, 2019
  10. Sep 17, 2019
  11. Sep 13, 2019
  12. Sep 10, 2019
  13. Sep 09, 2019
  14. Sep 05, 2019
  15. Aug 29, 2019
  16. Aug 28, 2019
  17. Aug 27, 2019
  18. Aug 23, 2019
  19. Aug 22, 2019
    • Neven Miculinic's avatar
      Added CRI-O support for ubuntu (#4629) · f255ce3f
      Neven Miculinic authored
      * Added CRI-O support for ubuntu
      
      * implemented feedback
      
      * set crictl to fixed version
      
      * Fix errors during rebasing
      
      * Fix linting errors
      f255ce3f
    • Michael Oglesby's avatar
      Replace fetch with synchronize due to memory error (#5084) · 07ecef86
      Michael Oglesby authored
      Fix for Kubespray Issue #5059 (https://github.com/kubernetes-sigs/kubespray/issues/5059). There is a known issue with the 'fetch' module that will sometimes lead to it failing with a memory error. See ansible/ansible#11702 (https://github.com/ansible/ansible/issues/11702). I encountered this issue with the "Copy kubectl binary to ansible host" task in kubespray/roles/kubernetes/client/tasks/main.yml, and it caused my entire deployment to error out (see "Output of ansible run" above). Replacing 'fetch' with 'synchronize' fixes this issue.
      07ecef86
    • ewtang's avatar
      Use raw module for bootstrap-debian.yml (#5061) · 3bc4b4c1
      ewtang authored
      Updated Openstack to terraform 0.12 (#5062)
      
      * update openstack to terraform 0.12(.5)
      
      * replace cluter.tf with cluster.tfvars
      
      * update README.md to terraform 0.12
      
      * update Openstack CI tests to use terraform 0.12
      
      * specify terraform version in openstack README
      
      * gitlab CI to copy cluster.tfvars in case of openstack provider
      
      * The terraform/openstack dynamic inventory can read
      tfstate v4 (generated by terraform 0.12) and convert them internally
      ro v3 (as generated by terraform 0.11.x).
      
      Additionally the script has been updated to Python 3.
      3bc4b4c1
Loading