chore: bump version to v1.25.3+k3s1
This commit is contained in:
parent
e369d0ded8
commit
e3ec4758bb
@ -1,5 +1,5 @@
|
||||
---
|
||||
k3s_version: v1.25.0+k3s1
|
||||
k3s_version: v1.25.3+k3s1
|
||||
|
||||
k3s_packages:
|
||||
- epel-release
|
||||
|
@ -32,7 +32,7 @@
|
||||
- name: Verify that all nodes actually joined
|
||||
command: >-
|
||||
{{ __k3s_binary }} kubectl get nodes
|
||||
-l "node-role.kubernetes.io/master=true"
|
||||
-l "node-role.kubernetes.io/control-plane=true"
|
||||
-o=jsonpath="{.items[*].metadata.name}"
|
||||
register: __k3s_init_nodes
|
||||
until: __k3s_init_nodes.rc == 0 and (__k3s_init_nodes.stdout.split() | length) == (k3s_server_nodes | length)
|
||||
|
Loading…
Reference in New Issue
Block a user