-
Notifications
You must be signed in to change notification settings - Fork 274
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
Human readable service identification for loadbalancer frontend IPs #6170
Comments
Frontend IP configuration is not a network subresource so we cannot tag it. One possible solution is to tag the load balancer, but that would be messy if the number of frontend ip configs is big. |
Possible to just put a configmap in kube-system for the mapping? |
We need to consider if it's worth it creating a new resource just for clarification. The cost of checking this config map and checking the service uid would be pretty much the same. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
What would you like to be added:
Add a indicator on which frontend IP address is for which service of which namespace, either as a part of LB comment (if that come to exist), or as a part of service status.
Why is this needed:
This will be more direct for users to see which service is relevant for which frontend IP object for troubleshooting, eliminate the need to crosscheck joining loadbalancer setting with the service yamls.
The text was updated successfully, but these errors were encountered: