Skip to content
  1. Dec 07, 2018
    • Rong Zhang's avatar
      Upgrade kubernetes to v1.13.0 (#3810) · 225f765b
      Rong Zhang authored
      * Upgrade kubernetes to v1.13.0
      
      * Remove all precense of scheduler.alpha.kubernetes.io/critical-pod in templates
      
      * Fix cert dir
      
      * Use kubespray v2.8 as baseline for gitlab
      225f765b
  2. Nov 22, 2018
  3. Nov 19, 2018
  4. Nov 15, 2018
    • Andreas Krüger's avatar
      Update CoreDNS, KubeDNS and Autoscaler to newest templates (#3711) · 6f6274d0
      Andreas Krüger authored
      * Update DNS Autoscaler to latest
      
      * Update CoreDNS to latest
      
      * Update KubeDNS to latest
      
      * Add KubeDNS config map
      
      * Fix filename
      
      * Add missing selector to DNS Autoscaler
      
      * Add missing tolerations
      6f6274d0
    • Andreas Krüger's avatar
      Enable DNS AutoScaler for CoreDNS (#3707) · 17f07e26
      Andreas Krüger authored
      * Enable AutoScaler for CoreDNS
      
      * Only use one template for dns autoscaler
      
      * Rename a few variables for replicas and minimum pods
      
      * Rename a few variables for replicas and minimum pods
      
      * Remove replicas to make autoscale work
      
      * Cleanup kubedns-autoscaler as it has been renamed
      17f07e26
  5. Nov 13, 2018
  6. Oct 17, 2018
  7. Sep 25, 2018
    • Kuldip Madnani's avatar
      Adding pod priority for all the components. (#3361) · 36898a2c
      Kuldip Madnani authored
      * Changes to assign pod priority to kube components.
      
      * Removed the boolean flag pod_priority_assignment
      
      * Created new priorityclass k8s-cluster-critical
      
      * Created new priorityclass k8s-cluster-critical
      
      * Fixed the trailing spaces
      
      * Fixed the trailing spaces
      
      * Added kube version check while creating Priority Class k8s-cluster-critical
      
      * Moved k8s-cluster-critical.yml
      
      * Moved k8s-cluster-critical.yml to kube_config_dir
      36898a2c
  8. Sep 02, 2018
    • Pablo Estigarribia's avatar
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version · 7cbe3c21
      Pablo Estigarribia authored
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      remove empty when line
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      force kubeadm upgrade due to failure without --force flag
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      added nodeSelector to have compatibility with hybrid cluster with win nodes, also fix for download with missing container type
      
      fixes in syntax and LF for newline in files
      
      fix on yamllint check
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      some cleanup for innecesary lines
      
      remove conditions for nodeselector
      7cbe3c21
  9. Aug 22, 2018
  10. Aug 09, 2018
    • Cédric de Saint Martin's avatar
      kubedns & kubedns-autoscaler: Stick to master nodes. (#2909) · e3dcd963
      Cédric de Saint Martin authored
      * kubedns & kubedns-autoscaler: Stick to master nodes.
      
       - Tolerate only master nodes and not any NoSchedule taint
       - Pods are on different nodes
       - Pods are required to be on a master node.
      
      * kubedns: use soft nodeAffinity.
      
      Prefer to be on a master node, don't require.
      
      * coredns: Stick to (different) master nodes.
      
           - Pods are on different nodes
           - Pods are preferred to be on a master node.
      e3dcd963
  11. Mar 30, 2018
  12. 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
  13. Aug 24, 2017
  14. Jul 17, 2017
  15. Jun 27, 2017
  16. Apr 13, 2017
  17. 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