Skip to content

Commit

Permalink
Merge branch 'master' into feature/virtualbox
Browse files Browse the repository at this point in the history
* master:
  Remove environment variable in remove-node play (kubernetes-sigs#7729)
  • Loading branch information
younggyu.lee committed Aug 5, 2021
2 parents 51ba7b3 + 86b45fc commit ce94e03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion remove-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

- hosts: "{{ node | default('etcd:k8s_cluster:calico_rr') }}"
gather_facts: no
environment: "{{ proxy_disable_env }}"
tasks:
- name: Confirm Execution
pause:
Expand Down

0 comments on commit ce94e03

Please sign in to comment.