Skip to content
  1. Jun 29, 2016
  2. Jun 28, 2016
  3. Jun 27, 2016
  4. Jun 24, 2016
  5. Jun 22, 2016
  6. Jun 21, 2016
  7. Jun 17, 2016
  8. Jun 14, 2016
  9. Jun 12, 2016
  10. Jun 11, 2016
  11. Jun 09, 2016
  12. Jun 02, 2016
  13. 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
  14. May 25, 2016
  15. May 24, 2016
  16. May 23, 2016
  17. 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
  18. May 21, 2016
    • Paul Czarkowski's avatar
      race condition in download role under vagrant · ba615ff9
      Paul Czarkowski authored
      using a shared folder can cause race conditions for the download
      role as it tries to download files on all the nodes to the same
      shared path.  This adds a flag to run the tasks in the download
      role on just one node.
      ba615ff9
  19. May 16, 2016
    • Paul Czarkowski's avatar
      Fix issue with check_certs playbook · d8bebcd2
      Paul Czarkowski authored
      check_certs task "Check_certs | Set 'sync_certs' to true" was failing
      due to the dict not existing, this sets defaults that allows the
      correct behavior of the conditionals.
      d8bebcd2
  20. May 13, 2016
  21. May 12, 2016
  22. May 11, 2016
Loading