We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当网络模式为IPVS时创建NOTEBOOK时,按照下述配置创建类型为NodePort的Service
cube-studio/myapp/views/view_notebook.py
Line 495 in 5f1788d
cube-studio/myapp/utils/py/py_k8s.py
Lines 1459 to 1462 in 5f1d6a8
The text was updated successfully, but these errors were encountered:
meet_ports = core.get_not_black_port(10000 + 10 * notebook.id)
notebook的端口范围是10000以上
Sorry, something went wrong.
No branches or pull requests
当网络模式为IPVS时创建NOTEBOOK时,按照下述配置创建类型为NodePort的Service
cube-studio/myapp/views/view_notebook.py
Line 495 in 5f1788d
其中NodePort参数填写逻辑如下
cube-studio/myapp/utils/py/py_k8s.py
Lines 1459 to 1462 in 5f1d6a8
该逻辑不保证NodePort符合30000端口限制,导致用户创建Notebook(e.g. VSCODE(gpu))时平台SVC创建失败并在前端显示报错
The text was updated successfully, but these errors were encountered: