Skip to content
  1. Oct 16, 2018
    • 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
  2. Oct 07, 2018
  3. Oct 04, 2018
  4. Sep 30, 2018
  5. Sep 28, 2018
  6. Sep 21, 2018
  7. Sep 20, 2018
  8. Sep 18, 2018
  9. Sep 17, 2018
  10. Sep 15, 2018
  11. Sep 13, 2018
  12. Sep 10, 2018
  13. Sep 09, 2018
  14. Sep 06, 2018
  15. Sep 05, 2018
  16. Sep 03, 2018
  17. Sep 02, 2018
  18. Aug 31, 2018
  19. Aug 28, 2018
  20. Aug 23, 2018
    • Aivars Sterns's avatar
      calico upgrade to v3 (#3086) · 23fd3461
      Aivars Sterns authored
      * calico upgrade to v3
      
      * update calico_rr version
      
      * add missing file
      
      * change contents of main.yml as it was left old version
      
      * enable network policy by default
      
      * remove unneeded task
      
      * Fix kubelet calico settings
      
      * fix when statement
      
      * switch back to node-kubeconfig.yaml
      23fd3461
  21. Aug 22, 2018
  22. Aug 20, 2018
  23. Aug 19, 2018
  24. Aug 17, 2018
  25. Aug 16, 2018
  26. Aug 15, 2018
  27. Aug 14, 2018
  28. Aug 10, 2018
  29. Aug 08, 2018
    • Zinin D.A's avatar
      cilium v1.1.2 · 22b89edb
      Zinin D.A authored
      Update all configs to current upstream state.
      Add more resources (unable to pass tests now)...
      22b89edb
    • rongzhang's avatar
      Remove istio support · ea6af449
      rongzhang authored
      Use helm install or support in future
      ea6af449
Loading