mirror of
https://github.com/rancher/k3k.git
synced 2026-08-23 22:36:17 +00:00
Default to dynamic persistence and fix HA restarts (#250)
* Default to dynamic persistence and fix HA restarts Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> --------- Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
@@ -99,3 +99,10 @@ jobs:
|
||||
with:
|
||||
name: k3s-logs
|
||||
path: /tmp/k3s.log
|
||||
|
||||
- name: Archive k3k logs
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: k3k-logs
|
||||
path: /tmp/k3k.log
|
||||
|
||||
Reference in New Issue
Block a user