mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
Reduce log spam of verbose tasks (#3806)
Added a loop_control label to a few tasks that flood our logs.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9051aa5296
commit
145687a48e
@@ -11,6 +11,8 @@
|
||||
- "{{ calico_node_manifests.results }}"
|
||||
when:
|
||||
- inventory_hostname == groups['kube-master'][0] and not item is skipped
|
||||
loop_control:
|
||||
label: "{{ item.item.file }}"
|
||||
|
||||
- name: "calico upgrade complete"
|
||||
shell: "{{ bin_dir }}/calico-upgrade complete --no-prompts --apiconfigv1 /etc/calico/etcdv2.yml --apiconfigv3 /etc/calico/etcdv3.yml"
|
||||
|
||||
Reference in New Issue
Block a user