Skip to content
  1. Dec 25, 2018
    • Zefool's avatar
      controlPlaneEndpoint set up through load balancer should be possible … (#3888) · 6ebcaab2
      Zefool authored
      * controlPlaneEndpoint set up through load balancer should be possible  even in single master setups
      
      Enable load balancer for single-master setups
      Fixes an issue where single-master setups are not reachable using the usual admin.conf from outside the cluster. 
      
      controlPlaneEndpoint set up through load balancer should be possible  even in single master setups
      
      * add fix to other api versions
      
      * remove obsolete check completely
      
      * remove check, pass 2
      
      * removes checks in client configuration
      
      * delete 'and'
      6ebcaab2
    • Rong Zhang's avatar
      Fix reconfigure and upgrade cluster (#3938) · cd42e649
      Rong Zhang authored
      cd42e649
  2. Dec 20, 2018
  3. Dec 19, 2018
  4. Dec 18, 2018
  5. Dec 07, 2018
  6. Dec 06, 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
    • Andreas Krüger's avatar
      Remove non-kubeadm deployment (#3811) · ddffdb63
      Andreas Krüger authored
      * Remove non-kubeadm deployment
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * Fix gitlab
      
      * Try stop gce first before absent to make the delete process work
      
      * More cleanup
      
      * Fix bug with checking if kubeadm has already run
      
      * Fix bug with checking if kubeadm has already run
      
      * More fixes
      
      * Fix test
      
      * fix
      
      * Fix gitlab checkout untill kubespray 2.8 is on quay
      
      * Fixed
      
      * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path
      
      * Readd secret checking
      
      * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0
      
      * fix typo
      
      * Fix CI jobs to kubeadm again. Fix broken hyperkube path
      
      * Fix gitlab
      
      * Fix rotate tokens
      
      * More fixes
      
      * More fixes
      
      * Fix tokens
      ddffdb63
  7. Dec 03, 2018
  8. Nov 29, 2018
  9. Nov 28, 2018
  10. Nov 27, 2018
  11. Nov 21, 2018
  12. Nov 19, 2018
  13. Nov 15, 2018
  14. Nov 14, 2018
  15. Nov 13, 2018
  16. Nov 07, 2018
  17. Oct 23, 2018
  18. Oct 19, 2018
  19. Oct 17, 2018
  20. Oct 16, 2018
    • Rong Zhang's avatar
    • 刘旭's avatar
      fix --etcd-servers-overrides invalid (#3470) · cf4dd645
      刘旭 authored
      cf4dd645
    • JuanJo Ciarlante's avatar
      [jjo] add kube-router support (#3339) · a5edd0d7
      JuanJo Ciarlante authored
      * [jjo] add kube-router support
      
      Fixes cloudnativelabs/kube-router#147.
      
      * add kube-router as another network_plugin choice
      * support most used kube-router flags via
        `kube_router_foo` vars as other plugins
      * implement replacing kube-proxy (--run-service-proxy=true) via
        `kube_proxy_mode: none`, verified in a _non kubeadm_enabled_
        install, should also work for recent kubeadm releases via
        `skipKubeProxyInstall: true` config
      
      * [jjo] address PR#3339 review from @woopstar
      
      * add busybox image used by kube-router to downloads
      
      * fix busybox download groups key
      
      * rework kubeadm_enabled + kube_router_run_service_proxy
      
      - verify it working ok w/the kubeadm_enabled and
        kube_router_run_service_proxy true or false
      
      - introduce `kube_proxy_remove` fact, to decouple logic
        from kube_proxy_mode (which affects kubeadm configmap
        settings, thus no-good to ab-use it to 'none')
      
      * improve kube-router.md re: kubeadm_enabled and kube_router_run_service_proxy
      
      * address @woopstar latest review
      
      * add inventory/sample/group_vars/k8s-cluster/k8s-net-kube-router.yml
      
      * fix kube_router_run_service_proxy conditional for kube-proxy removal
      
      * fix kube_proxy_remove fact (w/ |bool), add some needed kube-proxy tags on my and existing changes
      
      * update kube-router tolerations for 1.12 compatibility
      
      * add PriorityClass to kube-router DaemonSet
      a5edd0d7
  21. Oct 09, 2018
  22. Oct 04, 2018
  23. Oct 01, 2018
  24. Sep 28, 2018
  25. 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
  26. Sep 24, 2018
Loading