mirror of
https://github.com/kairos-io/packages.git
synced 2025-07-07 12:08:47 +00:00
Changes after testing the provider (#1246)
Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
parent
907c8362d7
commit
31cc88664a
@ -23,6 +23,8 @@ steps:
|
|||||||
- rm -rf installer.sh
|
- rm -rf installer.sh
|
||||||
- chmod +x /usr/local/bin/k0s
|
- chmod +x /usr/local/bin/k0s
|
||||||
- mv /usr/local/bin/k0s /usr/bin/k0s
|
- mv /usr/local/bin/k0s /usr/bin/k0s
|
||||||
|
- /usr/bin/k0s install controller
|
||||||
|
- /usr/bin/k0s install worker
|
||||||
|
|
||||||
includes:
|
includes:
|
||||||
- ^/usr/bin/k0s
|
- ^/usr/bin/k0s
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: k0s-openrc
|
- name: k0s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.31.3+1"
|
version: "1.31.3+2"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -14,7 +14,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-openrc
|
- name: k0s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.30.7+1"
|
version: "1.30.7+2"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -27,7 +27,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-openrc
|
- name: k0s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.29.11+1"
|
version: "1.29.11+2"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -40,7 +40,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-systemd
|
- name: k0s-systemd
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.31.3+1"
|
version: "1.31.3+2"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -53,7 +53,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-systemd
|
- name: k0s-systemd
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.30.7+1"
|
version: "1.30.7+2"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -66,7 +66,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-systemd
|
- name: k0s-systemd
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.29.11+1"
|
version: "1.29.11+2"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: "kairos-overlay-files"
|
- name: "kairos-overlay-files"
|
||||||
category: "static"
|
category: "static"
|
||||||
version: "1.6.5"
|
version: "1.6.6"
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
ConditionFileIsExecutable=
|
|
||||||
ConditionFileIsExecutable=/usr/bin/k0s
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=
|
|
||||||
ExecStart=/usr/bin/k0s controller --debug=true --single=true --verbose=true
|
|
Loading…
Reference in New Issue
Block a user