Skip to content
  1. Jul 03, 2016
  2. Jul 02, 2016
  3. Jun 29, 2016
  4. Jun 27, 2016
  5. Jun 24, 2016
  6. Jun 12, 2016
  7. Jun 11, 2016
  8. May 31, 2016
  9. May 24, 2016
  10. May 23, 2016
  11. 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
  12. 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
  13. May 13, 2016
  14. May 12, 2016
  15. May 11, 2016
  16. May 09, 2016
  17. May 08, 2016
    • Paul Czarkowski's avatar
      Add native Vagrant support · 8f4e879c
      Paul Czarkowski authored
      This allows you to simply run `vagrant up` to get a 3 node HA cluster.
      
      * Creates a dynamic inventory and uses the inventory/group_vars/all.yml
      * commented lines in inventory.example so that ansible doesn't try to use it.
      * added requirements.txt to give easy way to install ansible/ipaddr
      * added gitignore files to stop attempts to save unwated files
      * changed `Check if kube-system exists` to `failed_when: false` instead of
      `ignore_errors`
      8f4e879c
  18. May 07, 2016
  19. Apr 20, 2016
  20. Apr 13, 2016
  21. Apr 12, 2016
  22. Apr 11, 2016
  23. Apr 10, 2016
  24. Apr 08, 2016
  25. Apr 05, 2016
  26. Apr 04, 2016
  27. Apr 01, 2016
  28. Mar 31, 2016
  29. Mar 30, 2016
  30. Mar 29, 2016
Loading