1. 31 Aug, 2021 1 commit
  2. 27 Aug, 2021 2 commits
  3. 20 Aug, 2021 1 commit
  4. 17 Aug, 2021 2 commits
  5. 16 Aug, 2021 2 commits
  6. 13 Aug, 2021 1 commit
  7. 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
  8. 10 Aug, 2021 3 commits
  9. 09 Aug, 2021 2 commits
  10. 06 Aug, 2021 1 commit
  11. 05 Aug, 2021 2 commits
  12. 04 Aug, 2021 2 commits
  13. 03 Aug, 2021 1 commit
  14. 02 Aug, 2021 2 commits
  15. 30 Jul, 2021 5 commits
  16. 29 Jul, 2021 1 commit
  17. 28 Jul, 2021 3 commits
  18. 27 Jul, 2021 1 commit
  19. 26 Jul, 2021 1 commit
  20. 25 Jul, 2021 1 commit
  21. 23 Jul, 2021 4 commits