-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
remove-node.yml exits unexpectedly with error: 'docker_bin_dir' is undefined #2702
Comments
'docker_bin_dir' is undefined? The log 'bin_dir' is undefined. |
Oh, those errors were being ignored, as you can see:
The error that caused ansible-playbook to exit was:
|
qbl
added a commit
to qbl/kubespray
that referenced
this issue
May 10, 2018
…nning ansible-playbook remove-node.yml
qbl
added a commit
to qbl/kubespray
that referenced
this issue
May 14, 2018
…nning ansible-playbook remove-node.yml
riverzhang
added a commit
that referenced
this issue
May 14, 2018
Fix issue #2702: 'docker_bin_dir' is undefined when running ansible-playbook remove-node.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Environment:
Cloud provider or hardware configuration: Digital Ocean
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ansible --version
): 2.5.0Kubespray version (commit) (
git rev-parse --short HEAD
): d1b4ea5Network plugin used: calico
Copy of your inventory file:
Command used to invoke ansible:
ansible-playbook -v -i inventory/mycluster/hosts.ini remove-node.yml
Output of ansible run: https://gist.github.com/minhdanh/c4c1fd44b69e80cafee4412956148ffc
Anything else do we need to know:
The ansible-playbook command to run
remove-node.yml
ends up with error:'docker_bin_dir' is undefined
The text was updated successfully, but these errors were encountered: