Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Fix misleading errors with synthetic service #2533

Closed
shashankram opened this issue Feb 16, 2021 · 1 comment
Closed

Fix misleading errors with synthetic service #2533

shashankram opened this issue Feb 16, 2021 · 1 comment
Assignees
Labels
kind/bug Something isn't working

Comments

@shashankram
Copy link
Member

Bug description:
When client pods are not associated with a k8s service, the controller currently creates synthetic services. Some parts of the controller code report misleading errors when they cannot find k8s information for the synthetic service.

{"level":"error","component":"kube-provider","time":"2021-02-16T19:54:56Z","file":"client.go:123","message":"[Kubernetes] Error fetching Kubernetes Endpoints from cache"}
{"level":"error","component":"envoy/lds","error":"Error fetching port:protocol mapping for service client-one/client-one.client-one.osm.synthetic-084dcde9-9d6a-4511-8a77-cd7bb5b8c3ae","time":"2021-02-16T19:54:56Z","file":"inmesh.go:39","message":"Error retrieving port to protocol mapping for service client-one/client-one.client-one.osm.synthetic-084dcde9-9d6a-4511-8a77-cd7bb5b8c3ae"}

These errors are misleading and must be fixed.

Synthetic services will be removed with #2064.

@shashankram shashankram added the kind/bug Something isn't working label Feb 16, 2021
@shashankram shashankram self-assigned this Feb 26, 2021
@shashankram
Copy link
Member Author

Synthetic service has been removed by PR #2619 for issue #2064.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant