-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ansible_os_family is undefined #8090
Comments
fix FAILED! => {"msg": "The conditional check 'ansible_os_family not in [\"Flatcar\", \"Flatcar Container Linux by Kinvolk\"]' failed. The error was: error while evaluating conditional (ansible_os_family not in [\"Flatcar\", \"Flatcar Container Linux by Kinvolk\"]) kubernetes-sigs#8090 kubernetes-sigs#7798 kubernetes-sigs#8009
Any updates? |
Got the same problem on Centos 8, I use also 2.17.0 kubespray NAME="CentOS Linux" |
#8231 has fixed this issue according to the both error messages on this issue and the pull request. /close |
@oomichi: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Environment:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ansible --version
):python --version
):Kubespray version (commit) (
git rev-parse --short HEAD
):b83e8b0
(tag 2.17.0)Command used to invoke ansible:
ansible-playbook remove-node.yml -e "node=worker-h1-1059205-204"
Output of ansible run:
Anything else do we need to know:
changing this field to yes fixed the problem:
https://github.com/kubernetes-sigs/kubespray/blob/v2.17.0/remove-node.yml#L32
The text was updated successfully, but these errors were encountered: