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

Warning in WebUI if the pre-open port and the app port of the image overlap #2189

Closed
hoyajigi opened this issue May 27, 2024 · 1 comment · Fixed by #2482
Closed

Warning in WebUI if the pre-open port and the app port of the image overlap #2189

hoyajigi opened this issue May 27, 2024 · 1 comment · Fixed by #2482
Labels
type:feature Add new features

Comments

@hoyajigi
Copy link
Member

Main idea

If you set pre-open port that is overlapping with the image's app's port (or 2000, 2001), You got Assertion error and session creation fail. So you should prehibit or warn that you cannot use those ports as pre-open port.

Example of those ports

2000, 2001: backend.ai reserved ipython:3000,jupyter:8091,jupyterlab:8090,vscode:8180,tensorboard:6006,mlflow-ui:5000,nniboard:8080

Alternative ideas

No response

Anything else?

No response

@hoyajigi hoyajigi added the type:feature Add new features label May 27, 2024
@adrysn
Copy link
Member

adrysn commented Jul 17, 2024

Another port which cannot be used as a pre-open port: 2200.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Add new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants