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
This is a special case of #386, and is related to #560.
Making a service IP known to pods targeted by it is most compelling for nominal services (#260), but I could see it being useful for other cases, also.
We've decided that environment variables are not going to be the mechanism for communicating this type of data -- instead we'll use (pseudo) files and/or HTTP.
Currently, internal service IP addresses (portals) are propagated to pods via environment variables (MY_SERVICE_HOST etc).
Should there be a similar mechanism for external portals (which are created by specifying publicIPs in the service spec)?
The text was updated successfully, but these errors were encountered: