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
As a workaround for users who want to be able to access persistent containers on a consistent port whether the App Host is running or not, we merged #7232, which adds a new WithEndpointProxySupport experimental API that can be used to opt into running all endpoints for a container without a proxy (.WithEndpointProxySupport(false)).
We made the new API experimental and opt-in because there's additional larger work that will need to happen before we can make running proxy-less endpoints the default, but we wanted to still provide a straightforward workaround in the short term. You can try out the API in nightly builds or the upcoming 9.1 release.
There are a set of issues that we need to address wrt ContainerLifetime.Persistent, this is a tracking issue to roll up those other issues.
The text was updated successfully, but these errors were encountered: