1. 20 Oct, 2021 3 commits
  2. 19 Oct, 2021 2 commits
  3. 18 Oct, 2021 1 commit
  4. 12 Oct, 2021 1 commit
  5. 07 Oct, 2021 3 commits
  6. 04 Oct, 2021 1 commit
  7. 01 Oct, 2021 1 commit
  8. 30 Sep, 2021 2 commits
  9. 28 Sep, 2021 1 commit
  10. 23 Sep, 2021 1 commit
  11. 21 Sep, 2021 3 commits
  12. 16 Sep, 2021 1 commit
  13. 15 Sep, 2021 1 commit
  14. 14 Sep, 2021 1 commit
  15. 10 Sep, 2021 1 commit
  16. 01 Sep, 2021 1 commit
  17. 31 Aug, 2021 1 commit
  18. 27 Aug, 2021 2 commits
  19. 20 Aug, 2021 1 commit
  20. 17 Aug, 2021 2 commits
  21. 16 Aug, 2021 2 commits
  22. 13 Aug, 2021 1 commit
  23. 12 Aug, 2021 2 commits
    • Malte Starostik's avatar
      Fix URL pruning when joining an etcd member (#3832) · b23955e8
      Malte Starostik authored
      * Fix URL pruning when joining an etcd member
      
      Problem:
      Existing member clientURLs were checked if they contain the joining
      node's IP. In some edge cases this would prune valid URLs when the
      joining IP is a substring match of the only existing member's IP.
      Because of this, it was impossible to e.g. join 10.0.0.2 to an existing
      node that has an IP of 10.0.0.2X or 10.0.0.2XX:
      
      level=fatal msg="starting kubernetes: preparing server: start managed database:
      joining etcd cluster: etcdclient: no available endpoints"
      
      Solution:
      Fixed by properly parsing the URLs and comparing the IPs for equality
      instead of substring match.
      Signed-off-by: 's avatarMalte Starostik <info@stellaware.de>
      b23955e8
    • Derek Nola's avatar
      Added new testing documentation (#3823) · e87204c0
      Derek Nola authored
      * Added new testing documentation
      Signed-off-by: 's avatarDerek Nola <derek.nola@suse.com>
      e87204c0
  24. 10 Aug, 2021 3 commits
  25. 09 Aug, 2021 2 commits