Move k3s version control into testing CI

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2026-03-11 11:30:54 -07:00
parent 1f1228f3e8
commit bb17e0439f
3 changed files with 12 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ k3s_cluster:
ansible_connection: docker
ansible_user: root
ansible_become: true
# The version here is an abitrary example and is replaced/set in the testing workflow
k3s_version: v1.33.4+k3s1
token: "secret12345"
api_endpoint: "server-node"
+1
View File
@@ -11,6 +11,7 @@ k3s_cluster:
ansible_connection: docker
ansible_user: root
ansible_become: true
# The version here is an abitrary example and is replaced/set in the testing workflow
k3s_version: v1.33.4+k3s1
api_endpoint: "server-node"
extra_server_args: "--snapshotter=native"