Skip to content
  1. Oct 18, 2017
  2. Oct 17, 2017
  3. Oct 05, 2017
  4. 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
  5. Sep 15, 2017
  6. 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
  7. Sep 10, 2017
  8. Sep 05, 2017
    • Matthew Mosesohn's avatar
      Fix non-rbac deployment of resources as a list (#1613) · d279d145
      Matthew Mosesohn authored
      * Use kubectl apply instead of create/replace
      
      Disable checks for existing resources to speed up execution.
      
      * Fix non-rbac deployment of resources as a list
      
      * Fix autoscaler tolerations field
      
      * set all kube resources to state=latest
      
      * Update netchecker and weave
      d279d145
  9. Sep 04, 2017
  10. Aug 24, 2017
  11. 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
  12. Aug 14, 2017
  13. Jul 17, 2017
  14. Jul 04, 2017
  15. Jun 27, 2017
  16. Jun 12, 2017
  17. May 13, 2017
  18. May 12, 2017
  19. Apr 27, 2017
  20. Apr 24, 2017
  21. Apr 14, 2017
    • Sergii Golovatiuk's avatar
      Reschedule netchecker-server in case of HW failure. · 45044c2d
      Sergii Golovatiuk authored
      Pod opbject is not reschedulable by kubernetes. It means that if node
      with netchecker-server goes down, netchecker-server won't be scheduled
      somewhere. This commit changes the type of netchecker-server to
      Deployment, so netchecker-server will be scheduled on other nodes in
      case of failures.
      45044c2d
  22. Apr 13, 2017
  23. Apr 06, 2017
  24. Apr 05, 2017
  25. Apr 04, 2017
  26. Mar 17, 2017
    • Aleksandr Didenko's avatar
      Move calico-policy-controller into separate role · 3a399040
      Aleksandr Didenko authored
      By default Calico CNI does not create any network access policies
      or profiles if 'policy' is enabled in CNI config. And without any
      policies/profiles network access to/from PODs is blocked.
      
      K8s related policies are created by calico-policy-controller in
      such case. So we need to start it as soon as possible, before any
      real workloads.
      
      This patch also fixes kube-api port in calico-policy-controller
      yaml template.
      
      Closes #1132
      3a399040
  27. Mar 02, 2017
    • Matthew Mosesohn's avatar
      Add autoscalers for dnsmasq and kubedns · 9cb12cf2
      Matthew Mosesohn authored
      By default kubedns and dnsmasq scale when installed.
      Dnsmasq is no longer a daemonset. It is now a deployment.
      Kubedns is no longer a replicationcluster. It is now a deployment.
      Minimum replicas is two (to enable rolling updates).
      
      Reduced memory erquirements for dnsmasq and kubedns
      9cb12cf2
  28. Feb 28, 2017
  29. Feb 27, 2017
    • Brad Beam's avatar
      Lower default memory requests · 56664b34
      Brad Beam authored
      This is to address out of memory issues on CI as well as help
      fit deployments for people starting out with kargo on smaller
      machines
      56664b34
Loading