- I've made changes to my
ClusterLogForwarder
(CLF) instance but the collectors are not redeployed/updated. Why is that?- There could be an issue with one of the inputs, outputs, or pipelines of the CLF. Check the CLF status in one of 2 ways:
-
Streamed events of the CLF.
$ oc describe clf --show-events=true
-
Check the
status
section of the CLF instanceYAML
output.$ oc get clf -oyaml
-
- There could be an issue with one of the inputs, outputs, or pipelines of the CLF. Check the CLF status in one of 2 ways: