Skip to content
Snippets Groups Projects
Commit 5d994618 authored by Jacopo Secchiero's avatar Jacopo Secchiero Committed by Kubernetes Prow Robot
Browse files

Add ignore_assert_errors to "kube-master, ... (#4779)

... kube-node or etcd is empty" task
As a assert must be ignored if ignore_assert_errors is true
parent 5ba169a6
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
- kube-node - kube-node
- etcd - etcd
run_once: true run_once: true
ignore_errors: "{{ ignore_assert_errors }}"
- name: Stop if non systemd OS type - name: Stop if non systemd OS type
assert: assert:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment