1. 17 Mar, 2021 1 commit
  2. 14 Jan, 2021 2 commits
  3. 22 Dec, 2020 2 commits
  4. 10 Dec, 2020 2 commits
  5. 08 Dec, 2020 2 commits
  6. 04 Dec, 2020 2 commits
  7. 30 Nov, 2020 1 commit
  8. 18 Nov, 2020 1 commit
  9. 13 Nov, 2020 1 commit
  10. 11 Nov, 2020 1 commit
  11. 28 Oct, 2020 3 commits
  12. 15 Oct, 2020 1 commit
  13. 07 Oct, 2020 1 commit
  14. 06 Oct, 2020 1 commit
  15. 18 Sep, 2020 1 commit
  16. 16 Sep, 2020 2 commits
  17. 13 Aug, 2020 2 commits
  18. 21 Jul, 2020 2 commits
  19. 16 Jul, 2020 2 commits
  20. 13 Jul, 2020 1 commit
    • Serge van Ginderachter's avatar
      Always keep restarting k3s process by openrc · 5f75e573
      Serge van Ginderachter authored
      When for some reason, k3s crashes, and can't startup again, e.g. when
      the data backend is not available (dqlite crashed, database server is
      offline, ...), on openrc systems, supervise-daemon will try to restart
      it, as per supervise-daemon(8):
      
          respawn-max:
      
          Sets the maximum number of times a daemon will be respawned during
          a respawn period. If a daemon dies more than this number of times
          during a respawn period, will give up trying to respawn it and exit.
          The default is 10, and 0 means unlimited.
      
      Setting respawn-max to 0, makes sure a k3s process on openrc systems will
      keep trying to come online, even if the database backend is offline for a
      longer period of time.
      
      This aligns the openrc service configuration with the systemd
      configuration, which has
      
          Restart=always
          RestartSec=5s
      Signed-off-by: 's avatarSerge van Ginderachter <serge@vanginderachter.be>
      5f75e573
  21. 10 Jul, 2020 1 commit
  22. 01 Jul, 2020 1 commit
  23. 17 Jun, 2020 1 commit
  24. 29 May, 2020 1 commit
  25. 28 May, 2020 1 commit
  26. 27 May, 2020 1 commit
  27. 26 May, 2020 2 commits
  28. 06 May, 2020 1 commit