Skip to content
  1. Jul 14, 2016
  2. Jul 12, 2016
  3. Jul 08, 2016
  4. Jul 07, 2016
  5. Jul 06, 2016
  6. Jul 05, 2016
  7. Jul 03, 2016
  8. Jul 02, 2016
  9. Jun 29, 2016
  10. Jun 28, 2016
  11. Jun 27, 2016
  12. Jun 24, 2016
  13. Jun 22, 2016
  14. Jun 21, 2016
  15. Jun 17, 2016
  16. Jun 14, 2016
  17. Jun 12, 2016
  18. Jun 11, 2016
  19. Jun 09, 2016
  20. Jun 02, 2016
  21. May 31, 2016
    • mattymo's avatar
      Fix order in restart kubelet to fix systemd reload · 68808534
      mattymo authored
      Systemd reload before reload kubelet was failing because its definition was before "restart kubelet". Its definition should be after the notify hook.
      68808534
    • Evgeny L's avatar
      Scale-up functionality for etcd cluster · 0500f27d
      Evgeny L authored
      * Set ETCD_INITIAL_CLUSTER_STATE from `new` to `existing`,
      because parameter `new` makes sense only on cluster assembly
      stage.
      * If cluster exists and current node is not a part
      of the cluster, add it with command `etcdctl add member name url`.
      
      Closes kubespray/kargo/#270
      0500f27d
  22. May 25, 2016
  23. May 24, 2016
  24. May 23, 2016
  25. May 22, 2016
    • Paul Czarkowski's avatar
      fixes issue #258 · c226b4e5
      Paul Czarkowski authored
      Kubernetes API server has an option:
      
      ```
      --advertise-address=<nil>: The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster. If blank, the --bind-address will be used. If --bind-address is unspecified, the host's default interface will be used.
      ```
      
      kargo does not set --bind-address, thus it binds to eth0, in vagrant and similar
      environments this causes issues because nodes cannot talk to eachother over eth0.
      
      This sets `--advertise-address` to `ip` if its set, otherwise the default behavior
      of is persisted by using `ansible_default_ipv4.address`.
      c226b4e5
Loading