Skip to content
  1. 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
  2. Aug 24, 2017
  3. Jul 17, 2017
  4. Jun 27, 2017
  5. Apr 13, 2017
  6. 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
Loading