mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +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
@@ -107,6 +107,8 @@
|
||||
- inventory_hostname in groups['etcd']
|
||||
- sync_certs|default(false)
|
||||
- inventory_hostname != groups['etcd'][0]
|
||||
loop_control:
|
||||
label: "{{ item.item }}"
|
||||
|
||||
- set_fact:
|
||||
my_etcd_node_certs: ['ca.pem',
|
||||
|
||||
Reference in New Issue
Block a user