Skip to content
  1. Nov 03, 2017
  2. Nov 02, 2017
  3. Nov 01, 2017
  4. Oct 30, 2017
  5. Oct 25, 2017
  6. Oct 19, 2017
  7. Oct 18, 2017
  8. Oct 16, 2017
  9. Oct 15, 2017
  10. Oct 13, 2017
  11. Oct 11, 2017
  12. Oct 09, 2017
  13. Oct 05, 2017
  14. Sep 27, 2017
  15. Sep 26, 2017
    • Matthew Mosesohn's avatar
      Upgrade to kubeadm (#1667) · bd272e0b
      Matthew Mosesohn authored
      * Enable upgrade to kubeadm
      
      * fix kubedns upgrade
      
      * try upgrade route
      
      * use init/upgrade strategy for kubeadm and ignore kubedns svc
      
      * Use bin_dir for kubeadm
      
      * delete more secrets
      
      * fix waiting for terminating pods
      
      * Manually enforce kube-proxy for kubeadm deploy
      
      * remove proxy. update to kubeadm 1.8.0rc1
      bd272e0b
  16. Sep 22, 2017
  17. 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
  18. Sep 16, 2017
  19. 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
  20. Sep 06, 2017
  21. Sep 04, 2017
  22. Sep 01, 2017
  23. Aug 30, 2017
  24. Aug 28, 2017
  25. Aug 25, 2017
    • Chad Swenson's avatar
      Initial version of Flannel using CNI (#1486) · a39e78d4
      Chad Swenson authored
      * Updates Controller Manager/Kubelet with Flannel's required configuration for CNI
      * Removes old Flannel installation
      * Install CNI enabled Flannel DaemonSet/ConfigMap/CNI bins and config (with portmap plugin) on host
      * Uses RBAC if enabled
      * Fixed an issue that could occur if br_netfilter is not a module and net.bridge.bridge-nf-call-iptables sysctl was not set
      a39e78d4
  26. Aug 24, 2017
  27. 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
  28. Aug 21, 2017
    • Matthew Mosesohn's avatar
      Update to Kubernetes v1.7.3 (#1549) · ca3050ec
      Matthew Mosesohn authored
      Change kubelet deploy mode to host
      Enable cri and qos per cgroup for kubelet
      Update CoreOS images
      Add upgrade hook for switching from kubelet deployment from docker to host.
      Bump machine type for ubuntu-rkt-sep
      ca3050ec
Loading