Skip to content

TASK [k3s/post : Wait for MetalLB resources] fails when updating metallb #146

Locked Answered by vdovhanych
vdovhanych asked this question in Questions
Discussion options

You must be logged in to vote

Was updating to v1.24.7+k3s1 and metal_lb_speaker_tag_version: "v0.13.7", metal_lb_controller_tag_version: "v0.13.7"

the issue is still there, ansible-playbook failed on the same task
failed: [192.168.10.8] (item=ready replicas of controller) => changed=false

It was resolved by deleting the old replicaset. If you take a look below, there is an old replicaset for metallb left behind, and everything is at zero.

After I deleted the replicaset k delete replicasets.apps -n metallb-system controller-5888676bc9 and run the ansible-playbook site.yml -i inventory/my-cluster/hosts.ini all of the tasks finished correctly.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by timothystewart6
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #126 on November 05, 2022 04:09.