Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

cluster.yml

Blame
    • Chad Swenson's avatar
      e5d8d823
      Remove proxy settings from etcd and kubernetes/master roles · e5d8d823
      Chad Swenson authored
      When proxy vars are set, `uri` module tasks will attempt to route traffic through the proxy. This causes the "Wait for" tasks in the `etcd` and `kubernetes/master` roles to hang, as localhost connections struggle with a proxy.
      
      As far as I know these roles only need local/cluster networking, so a proxy doesn't apply here anyway.
      e5d8d823
      History
      Remove proxy settings from etcd and kubernetes/master roles
      Chad Swenson authored
      When proxy vars are set, `uri` module tasks will attempt to route traffic through the proxy. This causes the "Wait for" tasks in the `etcd` and `kubernetes/master` roles to hang, as localhost connections struggle with a proxy.
      
      As far as I know these roles only need local/cluster networking, so a proxy doesn't apply here anyway.
    cluster.yml 3.86 KiB