We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992b189 commit 5b8113fCopy full SHA for 5b8113f
1 file changed
playbooks/tasks/wait_for_deployment.yaml
@@ -59,6 +59,7 @@
59
fail_msg: "No master nodes matched the selector; cannot validate maxPods."
60
61
- name: Assert that all master nodes report the correct maxPods
62
+ no_log: true
63
ansible.builtin.assert:
64
that:
65
- (item.status.capacity.pods | int) == (masterMaxPods | int)
0 commit comments