Skip to content

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

@szuecs

Description

@szuecs

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions