問題タブ [kubeflow]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
164 参照

jupyter - kubeflow で jupyterHub をデプロイする方法

jupyterHub をデプロイするために 'ks apply default -c jupyter' を実行すると、常に次のエラーが返されます。

[I 2019-01-09 14:28:52.866 JupyterHub app:871] /jupyterhub_cookie_secret への cookie_secret の書き込み [I 2019-01-09 14:28:52.880 alembic.runtime.migration migration:117] コンテキスト impl SQLiteImpl. [I 2019-01-09 14:28:52.880 alembic.runtime.migration migration:122] 非トランザクション DDL を想定します。[I 2019-01-09 14:28:52.895 alembic.runtime.migration 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_usersconfig に管理ユーザーを追加します。[I 2019-01-09 14:28:53.034 JupyterHub app:983] ホワイトリストを使用していません。認証されたすべてのユーザーが許可されます。[I 2019-01-09 14:28:53.059 JupyterHub アプリ:1528] http://0.0.0.0:8081/hub/でリッスンするハブ API[W 2019-01-09 14:28:53.060 JupyterHub プロキシ:415] CONFIGPROXY_AUTH_TOKEN を生成しています。ハブを再起動するには、プロキシを再起動する必要があります。このメッセージを回避するには、CONFIGPROXY_AUTH_TOKEN env または JupyterHub.proxy_auth_token config を設定します。[W 2019-01-09 14:28:53.060 JupyterHub proxy:456] SSL なしで JupyterHub を実行しています。

他の場所で SSL ターミネーションが発生していることを願っています...

[I 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] 見つかりませんでしたproxy ['configurable-http-proxy'] The proxy can be installed with npm install -g configurable-http-proxy[C 2019-01-09 14:28:53.065 JupyterHub app:1535] Failed to start proxy Traceback (most recent call last): ファイル "/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 行目、start self.proxy_process = Popen(cmd, env=env, start_new_session=True, shell=shell) ファイル内 "/usr/local/lib/python3.6/subprocess.py", 行709、初期化中 restore_signals, start_new_session) ファイル "/usr/local/lib/python3.6/subprocess.py", 行 1344, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'configurable -http-proxy': 'configurable-http-proxy'

0 投票する
1 に答える
547 参照

pipeline - Kubeflow パイプラインを定期的に実行する方法は?

Kubeflow にパイプラインがあります。パイプラインはパイプライン UI で実行できます。

私のパイプラインは、crontab のように指定された時間に実行する必要があります。

パイプラインを定期的に実行するにはどうすればよいですか?