Skip to content

Commit

Permalink
Merge pull request #36 from rdxmb/fail-when-init-failed
Browse files Browse the repository at this point in the history
fail when kubeadm init fails
  • Loading branch information
geerlingguy committed Mar 19, 2020
2 parents 9fde307 + d47b792 commit 65b8c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/master-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
--ignore-preflight-errors={{ kubernetes_ignore_preflight_errors }}
{{ kubernetes_kubeadm_init_extra_opts }}
register: kubeadmin_init
failed_when: false
when: not kubernetes_init_stat.stat.exists

- name: Print the init output to screen.
Expand Down

0 comments on commit 65b8c76

Please sign in to comment.