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

add reverse channel to the user to show egress IPs #6

Open
szuecs opened this issue Nov 30, 2017 · 1 comment
Open

add reverse channel to the user to show egress IPs #6

szuecs opened this issue Nov 30, 2017 · 1 comment

Comments

@szuecs
Copy link
Owner

szuecs commented Nov 30, 2017

Users want to know which IPs they will have for static egress IPs.
A ConfigMap has no status field, so we have to use something like a label or annotation to provide this information back to the user.

A user can get the egress IP with:

% kubectl get configmap --show-labels -l egress=static
NAME        DATA      AGE       LABELS
egress-t1   1         1m        egress=static,status=<ip1>|<ip2>|<ip3>
@aermakov-zalando
Copy link

Another option would be to create a CRD for egress definitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants