F5Networks / k8s-bigip-ctlr

Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
Apache License 2.0
364 stars 195 forks source link

RFE: improve log [INFO] No VirtualServers found in namespace openshift-ingress #3491

Open alonsocamaro opened 4 months ago

alonsocamaro commented 4 months ago

Title

RFE: improve log [INFO] No VirtualServers found in namespace openshift-ingress

Description

This log is shown when creating a TLSProfile. When creating a TLSProfile and a VirtualServer sequentially it might not be obvious what triggered it.

Actual Problem

The log message might add confusion because it is not known by the user what triggered that log. It can be assumed it is triggered by a VirtualServer resource adding confusion.

Solution Proposed

Show the log as follows:

[INFO] TLSProfile <namespace/name>: No VirtualServers found in namespace <namespace>
trinaths commented 3 months ago

Created [CONTCNTR-4832] for internal tracking.