Changes after testing the provider (#1246)

Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
Mauro Morales 2025-01-24 15:24:47 +01:00 committed by GitHub
parent 907c8362d7
commit 31cc88664a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 14 deletions

View File

@ -23,6 +23,8 @@ steps:
- rm -rf installer.sh
- chmod +x /usr/local/bin/k0s
- mv /usr/local/bin/k0s /usr/bin/k0s
- /usr/bin/k0s install controller
- /usr/bin/k0s install worker
includes:
- ^/usr/bin/k0s

View File

@ -1,7 +1,7 @@
packages:
- name: k0s-openrc
category: k8s
version: "1.31.3+1"
version: "1.31.3+2"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -14,7 +14,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-openrc
category: k8s
version: "1.30.7+1"
version: "1.30.7+2"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -27,7 +27,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-openrc
category: k8s
version: "1.29.11+1"
version: "1.29.11+2"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -40,7 +40,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-systemd
category: k8s
version: "1.31.3+1"
version: "1.31.3+2"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -53,7 +53,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-systemd
category: k8s
version: "1.30.7+1"
version: "1.30.7+2"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -66,7 +66,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-systemd
category: k8s
version: "1.29.11+1"
version: "1.29.11+2"
k0s_version: "0"
labels:
github.owner: "k0sproject"

View File

@ -1,4 +1,4 @@
packages:
- name: "kairos-overlay-files"
category: "static"
version: "1.6.5"
version: "1.6.6"

View File

@ -1,7 +0,0 @@
[Unit]
ConditionFileIsExecutable=
ConditionFileIsExecutable=/usr/bin/k0s
[Service]
ExecStart=
ExecStart=/usr/bin/k0s controller --debug=true --single=true --verbose=true