Skip to content

Commit

Permalink
Use kubespray-defaults in remove-node role (kubernetes-sigs#4946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timoses authored and k8s-ci-robot committed Jul 5, 2019
1 parent d90a5f2 commit 53032a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions remove-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

- hosts: kube-master
roles:
- { role: kubespray-defaults }
- { role: remove-node/pre-remove, tags: pre-remove }

- hosts: "{{ node | default('kube-node') }}"
Expand All @@ -41,4 +42,5 @@

- hosts: kube-master
roles:
- { role: kubespray-defaults }
- { role: remove-node/post-remove, tags: post-remove }

0 comments on commit 53032a6

Please sign in to comment.