CMP-3591: Suppress warnings about file-permissions-proxy-kubeconfig - #13894
Conversation
This rule fetches an openshift-sdn daemon set, but if the user isn't using that netowrking provider the operator will emit a warning about it not being present, which is obvious and noisy. Let's suppress it.
|
Should be ready for some reviews. |
|
/lgtm |
|
/lgtm |
|
@rhmdnd: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Platform and node compliance test issues are unrelated to this change and due to a recent refactor (we need to update golang versions - which we're doing in a separate patch). |
This rule fetches an openshift-sdn daemon set, but if the user isn't
using that netowrking provider the operator will emit a warning about it
not being present, which is obvious and noisy.
Let's suppress it.