Skip to content
  1. Sep 25, 2017
  2. Sep 22, 2017
  3. 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
  4. Sep 20, 2017
  5. Sep 18, 2017
    • Matthew Mosesohn's avatar
      Create admin credential kubeconfig (#1647) · ef8e35e3
      Matthew Mosesohn authored
      New files: /etc/kubernetes/admin.conf
                 /root/.kube/config
                 $GITDIR/artifacts/{kubectl,admin.conf}
      
      Optional method to download kubectl and admin.conf if
      kubeconfig_lcoalhost is set to true (default false)
      ef8e35e3
  6. Sep 16, 2017
  7. Sep 15, 2017
  8. Sep 14, 2017
  9. 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
  10. Sep 10, 2017
  11. Sep 08, 2017
  12. Sep 06, 2017
  13. Sep 05, 2017
    • mkrasilnikov's avatar
    • mkrasilnikov's avatar
      Vault role updates: · bf0af1cd
      mkrasilnikov authored
        * using separated vault roles for generate certs with different `O` (Organization) subject field;
        * configure vault roles for issuing certificates with different `CN` (Common name) subject field;
        * set `CN` and `O` to `kubernetes` and `etcd` certificates;
        * vault/defaults vars definition was simplified;
        * vault dirs variables defined in kubernetes-defaults foles for using
        shared tasks in etcd and kubernetes/secrets roles;
        * upgrade vault to 0.8.1;
        * generate random vault user password for each role by default;
        * fix `serial` file name for vault certs;
        * move vault auth request to issue_cert tasks;
        * enable `RBAC` in vault CI;
      bf0af1cd
  14. Sep 04, 2017
  15. Sep 01, 2017
  16. Aug 31, 2017
  17. Aug 30, 2017
  18. Aug 28, 2017
  19. Aug 25, 2017
  20. Aug 24, 2017
  21. 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
  22. 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
  23. Aug 20, 2017
  24. Aug 18, 2017
    • Matthew Mosesohn's avatar
      Fix cert and netchecker upgrade issues (#1543) · df28db00
      Matthew Mosesohn authored
      * Bump tag for upgrade CI, fix netchecker upgrade
      
      netchecker-server was changed from pod to deployment, so
      we need an upgrade hook for it.
      
      CI now uses v2.1.1 as a basis for upgrade.
      
      * Fix upgrades for certs from non-rbac to rbac
      df28db00
  25. Jul 31, 2017
Loading