Skip to content
  1. Nov 12, 2018
  2. Nov 10, 2018
  3. Nov 09, 2018
  4. Nov 07, 2018
  5. Nov 04, 2018
    • Louis Woods's avatar
      Adds support for Multus (multiple interfaces) CNI plugin (#3166) · bc9e14a7
      Louis Woods authored
      * Adds support for Multus (multiple interfaces) CNI plugin
      
      Multus is a latin word for "Multi". As the name suggests, it acts as a
      Multi plugin in Kubernetes and provides multiple network interface
      support in a pod. Multus uses the concept of invoking delegates by
      grouping multiple plugins into delegates and invoking them in the
      sequential order of the CNI configuration file provided in json format.
      
      * Change CNI version (0.1.0->0.3.1) of Contiv to be compatible with Multus
      bc9e14a7
  6. Nov 01, 2018
  7. Oct 30, 2018
  8. Oct 28, 2018
  9. Oct 26, 2018
  10. Oct 24, 2018
  11. Oct 21, 2018
  12. Oct 19, 2018
  13. Oct 17, 2018
  14. 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
  15. Oct 11, 2018
  16. Oct 08, 2018
    • Andreas Krüger's avatar
      Fix DNS loop when resolvconf_mode is set to host_resolvconf (#3390) · 7e195b06
      Andreas Krüger authored
      * Fix DNS loop when resolvconf_mode is set to host_resolvconf
      
      * Make sure upstream_dns_servers is defined when using resolvconf_mode == 'host_resolvconf'
      
      * Only set upstream dns servers on KubeDNS and CoreDNS if they are defined
      
      * Only set upstream dns servers on KubeDNS and CoreDNS if they are defined
      7e195b06
  17. Oct 01, 2018
  18. Sep 30, 2018
  19. Sep 20, 2018
  20. Sep 19, 2018
  21. Sep 18, 2018
  22. Sep 17, 2018
  23. Sep 13, 2018
  24. Sep 04, 2018
  25. Sep 03, 2018
Loading