Skip to content
  1. Oct 26, 2018
  2. Oct 24, 2018
  3. Oct 23, 2018
  4. Oct 21, 2018
  5. Oct 20, 2018
  6. Oct 19, 2018
  7. Oct 18, 2018
  8. Oct 17, 2018
  9. 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
    • anarcat's avatar
      show FQDN first in /etc/hosts (closes: #3521) (#3522) · c33e08c3
      anarcat authored
      The hosts(5) manpage clearly states that the first entry is the
      "canonical name", or FQDN (Fully-Qualified Domain Name):
      
          IP_address canonical_hostname [aliases...]
      
      By using the alias as a first entry, `hostname -f` does not return the
      correct domain which breaks all sorts of unrelated functionality (it
      has impact over email server configuration, for example).
      c33e08c3
Loading