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

ContainerLifetime.Persistent roll issue roll up #7063

Open
davidfowl opened this issue Jan 10, 2025 · 4 comments
Open

ContainerLifetime.Persistent roll issue roll up #7063

davidfowl opened this issue Jan 10, 2025 · 4 comments
Assignees
Labels
area-integrations Issues pertaining to Aspire Integrations packages area-orchestrator
Milestone

Comments

@davidfowl
Copy link
Member

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.

@davidfowl
Copy link
Member Author

cc @dbreshears @danegsta

@davidfowl davidfowl added this to the 9.1 milestone Jan 11, 2025
@dbreshears
Copy link
Contributor

As a first step we will log an issue in DCP for better diagnostic information as to why the persistent container is being re-created.

@dbreshears dbreshears added the area-integrations Issues pertaining to Aspire Integrations packages label Jan 21, 2025
@dbreshears
Copy link
Contributor

Additional logging was added to DCP and merged to Aspire repo

@danegsta
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-integrations Issues pertaining to Aspire Integrations packages area-orchestrator
Projects
None yet
Development

No branches or pull requests

4 participants