Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: improve logs of service discovery when services are not present #3490

Open
alonsocamaro opened this issue Jul 17, 2024 · 1 comment
Open

Comments

@alonsocamaro
Copy link

Title

RFE: improve logs of service discovery

Description

When a service is not found the following is not shown

2024/07/17 10:14:56 [WARNING] service '{router-default-route-b-ocp1 ocp2 openshift-ingress}' from cluster: ocp2 not found
2024/07/17 10:14:56 [WARNING] service '{router-default-route-b-ocp2  openshift-ingress}' from cluster: local not found
2024/07/17 10:14:56 [WARNING] service '{router-default-route-b-ocp3  openshift-ingress}' from cluster: local not found
2024/07/17 10:14:56 [WARNING] service '{router-default-route-b-ocp3 ocp2 openshift-ingress}' from cluster: ocp2 not found

Actual Problem

  • the cluster name "local" is not shown,ie: '{router-default-route-b-ocp2 openshift-ingress}'
  • message after the colon is misleading, ie: "ocp2 not found"
  • resource name should be namespace/name
  • I believe most messages have the cluster name at the beginning of the message

Solution Proposed

2024/07/17 10:14:56 [WARNING] cluster <cluster name>: service <namespace>/<service name> not found 
@trinaths
Copy link
Contributor

trinaths commented Aug 1, 2024

created [CONTCNTR-4826] for internal tracking.

@trinaths trinaths added JIRA and removed untriaged no JIRA created labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants