Skip to content
  1. Aug 05, 2016
  2. Aug 03, 2016
  3. Aug 02, 2016
  4. Aug 01, 2016
  5. Jul 31, 2016
  6. Jul 30, 2016
  7. Jul 29, 2016
  8. Jul 28, 2016
  9. Jul 27, 2016
  10. Jul 26, 2016
  11. 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
    • Matthew Mosesohn's avatar
      Copy kubectl from docker container · b4688701
      Matthew Mosesohn authored
      Nearly the last stage of source all components to containers.
      Kubectl will be called from hyperkube image.
      
      Remaining tasks:
       * Move kube_version variable to kubernetes/preinstall
       * Drop placeholder download.nothing requirement
      b4688701
  12. Jul 24, 2016
  13. Jul 22, 2016
  14. Jul 21, 2016
    • Antoine Legrand's avatar
      Merge pull request #361 from bogdando/issue/26_p2 · 296eccd2
      Antoine Legrand authored
      Add HA/LB endpoints for kube-apiserver
      296eccd2
    • Aleksandr Didenko's avatar
      Support --ipip option for calico pool · f94eb0b9
      Aleksandr Didenko authored
      Adds new boolean configuration variable for calico network plugin
      `ipip`. When it's enabled calico pool is created with '--ipip'
      option (IP-over-IP encapsulation across hosts).
      
      Also refactor pool creation tasks to simplify logic and make tasks
      more readable.
      f94eb0b9
    • 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
    • Antoine Legrand's avatar
      Merge pull request #365 from kubespray/etcddockerdefault · 0f246bfb
      Antoine Legrand authored
      Set default etcd deployment to docker
      0f246bfb
  15. Jul 20, 2016
Loading