Skip to content

Commit

Permalink
Add k0s paths to be persistent (#1243)
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Jan 23, 2025
1 parent 93b4ce7 commit 907c836
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/static/kairos-overlay-files/collection.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: "kairos-overlay-files"
category: "static"
version: "1.6.4"
version: "1.6.5"
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ stages:
/etc/cni
/etc/init.d
/etc/iscsi
/etc/k0s
/etc/kubernetes
/etc/modprobe.d
/etc/pwx
Expand All @@ -44,6 +45,7 @@ stages:
/var/lib/dbus
/var/lib/etcd
/var/lib/extensions
/var/lib/k0s
/var/lib/kubelet
/var/lib/longhorn
/var/lib/osd
Expand Down Expand Up @@ -73,6 +75,7 @@ stages:
/etc/cni
/etc/init.d
/etc/iscsi
/etc/k0s
/etc/kubernetes
/etc/modprobe.d
/etc/pwx
Expand All @@ -94,6 +97,7 @@ stages:
/var/lib/cni
/var/lib/containerd
/var/lib/calico
/var/lib/k0s
/var/lib/kubelet
/var/lib/longhorn
/var/lib/osd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ stages:
PERSISTENT_STATE_PATHS: >-
/etc/cni
/etc/iscsi
/etc/k0s
/etc/kubernetes
/etc/modprobe.d
/etc/rancher
Expand All @@ -40,6 +41,7 @@ stages:
/var/lib/dbus
/var/lib/etcd
/var/lib/extensions
/var/lib/k0s
/var/lib/kubelet
/var/lib/longhorn
/var/lib/rancher
Expand Down

0 comments on commit 907c836

Please sign in to comment.