Skip to content

Store/reuse local dynamic ports #245

@wolf31o2

Description

@wolf31o2

To prevent breaking downstream applications, we should store and reuse the dynamically allocated ports on the host for each service.

When a package is first registered, we should store the ports it gets assigned in the context configuration. Any subsequent installations should reuse the registered ports. If a package is reinstalled and does not still use the port, it should be removed from the registry. Essentially, it should be updated based on the post-install status. If a port was reused, keep it. If a new port was added, save it. If a port was removed, remove it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions