Skip to content

Commit

Permalink
Merge pull request #24 from aaronkjones/master
Browse files Browse the repository at this point in the history
Reset Cluster Fails #23
  • Loading branch information
mrlesmithjr authored Jul 8, 2019
2 parents f37ba1f + 78a0231 commit 2c46533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/reset_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- hosts: rpi_k8s_master
tasks:
- name: Resetting K8s Master
command: kubeadm reset
command: kubeadm reset -f
become: true

- name: Ensuring All Default IPTABLES Chains Are Set To ACCEPT
Expand Down

0 comments on commit 2c46533

Please sign in to comment.