Skip to content

Commit 5b8113f

Browse files
committed
assert master maxPods with no_log
1 parent 992b189 commit 5b8113f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playbooks/tasks/wait_for_deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
fail_msg: "No master nodes matched the selector; cannot validate maxPods."
6060

6161
- name: Assert that all master nodes report the correct maxPods
62+
no_log: true
6263
ansible.builtin.assert:
6364
that:
6465
- (item.status.capacity.pods | int) == (masterMaxPods | int)

0 commit comments

Comments
 (0)