如何通过kubeflow部署jupyterHub

时间:2019-01-09 14:40:12

标签: jupyter jupyterhub kubeflow

当我'ks应用default -c jupyter'部署jupyterHub时,它总是响应以下错误:

  

[我2019-01-09 14:28:52.866 JupyterHub应用程序:871]编写cookie_secret   到/ jupyterhub_cookie_secret [我2019-01-09 14:28:52.880   alembic.runtime.migration migration:117]上下文隐含SQLiteImpl。 [一世   2019-01-09 14:28:52.880 alembic.runtime.migration migration:122]威尔   假定非事务DDL。 [我2019-01-09 14:28:52.895   alembic.runtime.migration迁移:327]运行stamp_revision->   3ec6993fe20c [W 2019-01-09 14:28:53.034 JupyterHub app:955]没有管理员   用户,管理界面将不可用。 [W 2019-01-09 14:28:53.034   JupyterHub app:956]将任何管理用户添加到   c.Authenticator.admin_users在配置中。 [我2019-01-09 14:28:53.034   JupyterHub app:983]未使用白名单。任何经过身份验证的用户将   被)允许。 [我2019-01-09 14:28:53.059 JupyterHub应用程序:1528] Hub API   在http://0.0.0.0:8081/hub/上收听[W 2019-01-09 14:28:53.060   JupyterHub代理:415]       生成CONFIGPROXY_AUTH_TOKEN。重新启动集线器将需要重新启动代理。       设置CONFIGPROXY_AUTH_TOKEN env或JupyterHub.proxy_auth_token配置以避免此消息。 [W 2019-01-09 14:28:53.060 JupyterHub   代理服务器:456]在不使用SSL的情况下运行JupyterHub。

我希望SSL终止发生在其他地方...

  

[我2019-01-09 14:28:53.061 JupyterHub代理:458]启动代理@   http://0.0.0.0:8000/ [E 2019-01-09 14:28:53.064 JupyterHub代理:467]   找不到代理['configurable-http-proxy']       代理可以通过npm install -g configurable-http-proxy安装[C 2019-01-09 14:28:53.065 JupyterHub   app:1535]无法启动代理       追溯(最近一次通话):         在开始的文件“ /usr/local/lib/python3.6/site-packages/jupyterhub/app.py”,第1533行           产生self.proxy.start()         文件“ /usr/local/lib/python3.6/site-packages/jupyterhub/proxy.py”,行   462,开始时           self.proxy_process = Popen(cmd,env = env,start_new_session = True,shell = shell)          init 中的文件“ /usr/local/lib/python3.6/subprocess.py”,第709行           restore_signals,start_new_session)         _execute_child中的文件“ /usr/local/lib/python3.6/subprocess.py”,第1344行           提高child_exception_type(errno_num,err_msg,err_filename)       FileNotFoundError:[错误2]没有此类文件或目录:'configurable-http-proxy':'configurable-http-proxy'

1 个答案:

答案 0 :(得分:0)

尝试使用ks应用默认-c jupyterhub,而不是ks应用默认-c jupyter