mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-02 16:06:17 +00:00
Make sure /etc/rancher/k3s dir is there (#417)
because otherwise the provider-kairos cannot enable the k3s service
This commit is contained in:
committed by
GitHub
parent
038ee95bfd
commit
59fabf5527
@@ -37,6 +37,8 @@ includes:
|
|||||||
{{ if eq .Values.name "k3s-openrc" }}
|
{{ if eq .Values.name "k3s-openrc" }}
|
||||||
- ^/etc/init.d/$
|
- ^/etc/init.d/$
|
||||||
- ^/etc/init.d/k3s.*
|
- ^/etc/init.d/k3s.*
|
||||||
|
- ^/etc/rancher/$
|
||||||
|
- ^/etc/rancher/k3s/$
|
||||||
{{ else }}
|
{{ else }}
|
||||||
- ^/etc/systemd$
|
- ^/etc/systemd$
|
||||||
- ^/etc/systemd/system$
|
- ^/etc/systemd/system$
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: k3s-openrc
|
- name: k3s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.25.11"
|
version: "1.25.11+1"
|
||||||
k3s_version: "2"
|
k3s_version: "2"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k3s-io"
|
github.owner: "k3s-io"
|
||||||
@@ -13,7 +13,7 @@ packages:
|
|||||||
|
|
||||||
- name: k3s-openrc
|
- name: k3s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.26.6"
|
version: "1.26.6+1"
|
||||||
k3s_version: "2"
|
k3s_version: "2"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k3s-io"
|
github.owner: "k3s-io"
|
||||||
@@ -25,7 +25,7 @@ packages:
|
|||||||
|
|
||||||
- name: k3s-openrc
|
- name: k3s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.27.3"
|
version: "1.27.3+1"
|
||||||
k3s_version: "2"
|
k3s_version: "2"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k3s-io"
|
github.owner: "k3s-io"
|
||||||
|
Reference in New Issue
Block a user