Skip to content
  1. Nov 03, 2017
  2. Nov 02, 2017
  3. Nov 01, 2017
  4. Oct 30, 2017
  5. Oct 18, 2017
  6. Oct 16, 2017
  7. Oct 15, 2017
  8. Oct 11, 2017
  9. Oct 09, 2017
  10. Sep 22, 2017
  11. Sep 21, 2017
    • Jiri Stransky's avatar
      Allow setting cgroup driver for kubelet · dbbe9419
      Jiri Stransky authored
      Red Hat family platforms run docker daemon with `--exec-opt
      native.cgroupdriver=systemd`. When kubespray tried to start kubelet
      service, it failed with:
      
      Error: failed to run Kubelet: failed to create kubelet: misconfiguration: kubelet cgroup driver: "cgroupfs" is different from docker cgroup driver: "systemd"
      
      Setting kubelet's cgroup driver to the correct value for the platform
      fixes this issue. The code utilizes autodetection of docker's cgroup
      driver, as different RPMs for the same distro may vary in that regard.
      dbbe9419
  12. Sep 16, 2017
  13. Sep 13, 2017
    • Matthew Mosesohn's avatar
      kubeadm support (#1631) · 67447260
      Matthew Mosesohn authored
      * kubeadm support
      
      * move k8s master to a subtask
      * disable k8s secrets when using kubeadm
      * fix etcd cert serial var
      * move simple auth users to master role
      * make a kubeadm-specific env file for kubelet
      * add non-ha CI job
      
      * change ci boolean vars to json format
      
      * fixup
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      67447260
  14. Sep 04, 2017
  15. Sep 01, 2017
  16. Aug 30, 2017
  17. Aug 28, 2017
  18. Aug 25, 2017
  19. Aug 24, 2017
  20. Aug 23, 2017
    • Ian Lewis's avatar
      Register standalone master w/ taints (#1426) · ecb6dc36
      Ian Lewis authored
      If Kubernetes > 1.6 register standalone master nodes w/ a
      node-role.kubernetes.io/master=:NoSchedule taint to allow
      for more flexible scheduling rather than just marking unschedulable.
      ecb6dc36
  21. Jul 31, 2017
  22. Jul 17, 2017
  23. Jul 13, 2017
  24. Jul 12, 2017
  25. Jul 03, 2017
  26. May 19, 2017
  27. May 17, 2017
  28. May 01, 2017
  29. Apr 29, 2017
Loading