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

Unable to access services through web during installation/deployment #30

Open
yuanminhui opened this issue Nov 20, 2023 · 0 comments
Open

Comments

@yuanminhui
Copy link
Contributor

Describe the bug

Following the deployment guide, I stumbled over two steps that require/check the communication with the deployed services on k8s:

2.2 安装 Jupyterhub
...

# 将 jupyterhub 服务暴露出来,使浏览器可以直接访问.拿到 token 之后,就可以关掉这个端口转发。
kubectl -n bioos port-forward --address 0.0.0.0 service/hub 8081:8081

打开浏览器访问:http://服务器IP/jupyterhub, 申请新 token.

2.4 安装 Bioos 服务
...

# 端口转发:
kubectl -n ingress-nginx port-forward --address 0.0.0.0 service/ingress-nginx-controller 8888:80

...
打开浏览器访问 http://服务器IP/workspace,至此完成 bioos 安装.

To Reproduce

Follow the deployment guide at https://bio-os.gitbook.io/userguide/bu-shu/getting-set-up/bu-shu-bioos or https://github.com/Bio-OS/helm-charts/blob/main/README.md.

Expected behavior

Successful installation and interaction with k8s backend services.

Screenshots

cant-connect-jupyterhub

Error status of bioos access is the same with jupyterhub access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants