Skip to content

Commit

Permalink
Reset Cluster Fails #23
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkjones committed Jul 5, 2019
1 parent f37ba1f commit 78a0231
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 78a0231

Please sign in to comment.