Skip to content
  1. Dec 09, 2016
  2. Dec 07, 2016
    • Dan Bode's avatar
      Allow etcd_access_addresses to be more flexible · eec2ed58
      Dan Bode authored
      The variale etcd_access_addresses is used to determine
      how to address communication from other roles to
      the etcd cluster.
      
      It was set to the address that ansible uses to
      connect to instance ({{ item }})s and not the
      the variable:
        ip_access
      which had already been created and could already
      be overridden through the access_ip variable.
      
      This change allows ansible to connect to a machine using
      a different address than the one used to access etcd.
      eec2ed58
    • Bogdan Dobrelya's avatar
      Change GCE sysctls placement and docs · f0f2b812
      Bogdan Dobrelya authored
      
      
      Override GCE sysctl in /etc/sysctl.d/99-sysctl.conf instead of
      the /etc/sysctl.d/11-gce-network-security.conf. It is recreated
      by GCE, f.e. if gcloud CLI invokes some security related changes,
      thus losing customizations we want to be persistent.
      
      Update cloud providers firewall requirements in calico docs.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      f0f2b812
  3. Dec 06, 2016
  4. Dec 02, 2016
  5. Nov 29, 2016
  6. Nov 21, 2016
  7. Nov 09, 2016
  8. Nov 08, 2016
  9. Oct 24, 2016
  10. Oct 21, 2016
  11. Oct 19, 2016
  12. Oct 15, 2016
  13. Oct 05, 2016
  14. Sep 18, 2016
  15. Sep 15, 2016
  16. Sep 14, 2016
  17. Sep 13, 2016
  18. Aug 26, 2016
  19. Aug 23, 2016
  20. Aug 08, 2016
  21. Jul 26, 2016
    • Matthew Mosesohn's avatar
      Fix etcd standalone deployment · 1b1f5f22
      Matthew Mosesohn authored
      etcd facts are generated in kubernetes/preinstall, so etcd nodes need
      to be evaluated first before the rest of the deployment.
      
      Moved several directory facts from kubernetes/node to
      kubernetes/preinstall because they are not backward dependent.
      1b1f5f22
  22. Jul 25, 2016
    • Bogdan Dobrelya's avatar
      Add HA/LB endpoints for kube-apiserver · 731d32af
      Bogdan Dobrelya authored
      
      
      * Add HA docs for API server.
      * Add auto-evaluated internal endpoints and clarify the loadbalancer_apiserver
      vars and usecases.
      * Use facts for kube_apiserver to not repeat code and enable LB endpoints use.
      * Use /healthz check for the wait-for apiserver.
      * Use the single endpoint for kubelet instead of the list of apiservers
      * Specify kube_apiserver_count to for HA layout
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      731d32af
  23. Jul 22, 2016
  24. Jul 21, 2016
    • Bogdan Dobrelya's avatar
      Add HA/LB endpoints for kube-apiserver · a70c3b66
      Bogdan Dobrelya authored
      
      
      * Add auto-evaluated internal endpoints and clarify the loadbalancer_apiserver
      vars and usecases.
      * Add loadbalancer_apiserver_localhost (default false). If enabled, override
      the external LB and expect localhost:443/8080 to be new internal only frontends.
      * Add kube_apiserver_multiaccess to ignore loadbalancers, and make clients
      to access the apiservers as a comma-separated list of access_ip/ip/ansible ip
      (a default mode). When disabled, allow clients to use the given loadbalancers.
      * Define connections security mode for kube controllers, schedulers, proxies.
      It is insecure be default, which is the current deployment choice.
      * Rework the groups['kube-master'][0] hardcode defining the apiserver
      endpoints.
      * Improve grouping of vars and add facts for kube_apiserver.
      * Define kube_apiserver_insecure_bind_address as a fact, add more
      facts for ease of use.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      a70c3b66
  25. Jul 20, 2016
  26. Jun 12, 2016
  27. Jun 11, 2016
  28. May 24, 2016
  29. May 23, 2016
  30. Apr 20, 2016
  31. Apr 13, 2016
  32. Apr 12, 2016
  33. Apr 11, 2016
Loading