You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm trying to clean up a Kubernetes cluster from remove-node.yml.
However, it task stopped in reset | Restart network.
I use Fedora CoreOS for worker and control planes.
I think that the task failed because of not enough conditions.
Fedora CoreOS is essentially using NetworkManager, but this task returns network.
Hi!
I'm trying to clean up a Kubernetes cluster from
remove-node.yml
.However, it task stopped in
reset | Restart network
.I use Fedora CoreOS for worker and control planes.
I think that the task failed because of not enough conditions.
Fedora CoreOS is essentially using
NetworkManager
, but this task returnsnetwork
.kubespray/roles/reset/tasks/main.yml
Lines 323 to 328 in 1a91792
How about changing it like this. It works in my environment.
Environment:
Hyper-V
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ansible --version
):python --version
):Kubespray version (commit) (
git rev-parse --short HEAD
):v2.15.0
Network plugin used:
calico-rr
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):Command used to invoke ansible:
Output of ansible run:
Anything else do we need to know:
The text was updated successfully, but these errors were encountered: