Skip to content
  1. Feb 09, 2018
  2. Feb 07, 2018
  3. Feb 06, 2018
    • Ryan Zenker's avatar
      baremetal tweaks · ad9049a4
      Ryan Zenker authored
      * allow installs to not have hostname overriden with fqdn from inventory
      * calico-config no longer requires local as and will default to global
      * when cloudprovider is not defined, use the inventory_hostname for cni-calico
      * allow reset to not restart network (buggy nodes die with this cmd)
      * default kube_override_hostname to inventory_hostname instead of ansible_hostname
      ad9049a4
    • Erwan Miran's avatar
  4. Feb 05, 2018
  5. Feb 01, 2018
  6. Jan 31, 2018
  7. Jan 30, 2018
    • Andreas Krüger's avatar
      Loadbalancer Apiserver Address is missing · 6f36faa4
      Andreas Krüger authored
      If you configure your external loadbalancer to do a simple tcp pass-through to the api servers, and you do not use a DNS FQDN but just the ip, then you need to add the ip adress to the certificates too.
      
      Example config:
      
      ```
      ## External LB example config
      apiserver_loadbalancer_domain_name: "10.50.63.10"
      loadbalancer_apiserver:
        address: 10.50.63.10
        port: 8383
      ```
      6f36faa4
    • rong.zhang's avatar
      Support ipvs mode for kube-proxy · b10c308a
      rong.zhang authored
      Support ipvs mode for kube-proxy
      b10c308a
  8. Jan 29, 2018
  9. Jan 23, 2018
  10. Jan 22, 2018
  11. Jan 18, 2018
  12. Jan 17, 2018
  13. Jan 16, 2018
  14. Jan 12, 2018
  15. Jan 09, 2018
  16. Jan 05, 2018
  17. Jan 03, 2018
  18. Jan 02, 2018
  19. Dec 25, 2017
    • Matthew Mosesohn's avatar
      Update Kubernetes to v1.9.0 (#2100) · ad6fecef
      Matthew Mosesohn authored
      Update checksum for kubeadm
      Use v1.9.0 kubeadm params
      Include hash of ca.crt for kubeadm join
      Update tag for testing upgrades
      Add workaround for testing upgrades
      Remove scale CI scenarios because of slow inventory parsing
      in ansible 2.4.x.
      
      Change region for tests to us-central1 to
      improve ansible performance
      ad6fecef
Loading