Skip to content
  1. Mar 22, 2018
  2. Mar 21, 2018
  3. Mar 20, 2018
  4. Mar 16, 2018
    • woopstar's avatar
      Add CoreDNS support with various fixes · e40368ae
      woopstar authored
      Added CoreDNS to downloads
      
      Updated with labels. Should now work without RBAC too
      
      Fix DNS settings on hosts
      
      Rename CoreDNS service from kube-dns to coredns
      
      Add rotate based on http://edgeofsanity.net/rant/2017/12/20/systemd-resolved-is-broken.html
      
      Updated docs with CoreDNS info
      
      Added labels and fixed minor settings from official yaml file: https://github.com/kubernetes/kubernetes/blob/release-1.9/cluster/addons/dns/coredns.yaml.sed
      
      Added a secondary deployment and secondary service ip. This is to mitigate dns timeouts and create high resitency for failures. See discussion at 'https://github.com/coreos/coreos-kubernetes/issues/641#issuecomment-281174806'
      
      Set dns list correct. Thanks to @whereismyjetpack
      
      Only download KubeDNS or CoreDNS if selected
      
      Move dns cleanup to its own file and import tasks based on dns mode
      
      Fix install of KubeDNS when dnsmask_kubedns mode is selected
      
      Add new dns option coredns_dual for dual stack deployment. Added variable to configure replicas deployed. Updated docs for dual stack deployment. Removed rotate option in resolv.conf.
      
      Run DNS manifests for CoreDNS and KubeDNS
      
      Set skydns servers on dual stack deployment
      
      Use only one template for CoreDNS dual deployment
      
      Set correct cluster ip for the dns server
      e40368ae
    • Sergey Bondarev's avatar
      Add --iface-regex options to flannel · b7e6dd0d
      Sergey Bondarev authored
      Flannel use interface for inter-host communication setted on --iface options
      Defaults to the interface for the default route on the machine.
      
      flannel config set via daemonset, and flannel config on all nodes is the same.
      But different nodes can have different interface names for the inter-host communication network
      
      The option --iface-regex allows the flannel to find the interface on which the address is set from the inter-host communication network
      b7e6dd0d
  5. Mar 15, 2018
  6. Mar 14, 2018
  7. Mar 13, 2018
  8. Mar 12, 2018
  9. Mar 09, 2018
    • chadswen's avatar
      Fix kubernetes cert permission sync · cd153a1f
      chadswen authored
      Add `state: directory` to `file` task so that `recurse: yes` will actually take effect and ensure
      certs/keys have the right file mode and owner
      cd153a1f
    • chadswen's avatar
      Prefix system:node CRB · b0ab92c9
      chadswen authored
      Change the name of `system:node` CRB to `kubespray:system:node` to avoid
      conflicts with the auto-reconciled CRB also named `system:node`
      
      Fixes #2121
      b0ab92c9
  10. Mar 08, 2018
  11. Mar 07, 2018
  12. Mar 06, 2018
  13. Mar 05, 2018
  14. Mar 03, 2018
Loading