Skip to content
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

Fix issue #2702: 'docker_bin_dir' is undefined when running ansible-playbook remove-node.yml #2757

Merged
merged 2 commits into from
May 14, 2018

Conversation

qbl
Copy link
Contributor

@qbl qbl commented May 10, 2018

Added - { role: kubespray-defaults } to make it work.

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 10, 2018
remove-node.yml Outdated
@@ -18,12 +18,15 @@

- hosts: kube-master
roles:
- { role: kubespray-defaults }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete it. Only need it when reset node.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have deleted this line in my new commit. Kindly review it.

remove-node.yml Outdated
- { role: reset, tags: reset }

- hosts: kube-master
roles:
- { role: kubespray-defaults }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete it. Only need it when reset node.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have deleted this line in my new commit. Kindly review it.

@riverzhang riverzhang merged commit 32f312f into kubernetes-sigs:master May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants