You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: