MiniKF 用户配置阶段失败
MiniKF users provisioning phase fails
我正在尝试在我的本地 Mac 上安装 MiniKF。
我按照 here 列出的说明进行操作。
浏览至 http://10.10.10.10 并继续使用向导后,我收到此错误消息:
An unexpected exception has occured
Line: build/bdist.linux-x86_64/egg/rok_common/cmdutils.py:942
Type: CommandExecutionError
Reason: Command <ExtCommand [TY2CSkwoO9o]
rok-gw --url http://10.10.10.10:8080/rok/ --username user bucket-create snapshots', status=FINISHED (ret: 1), PID=29432, shell=False>' failed. Error log: Traceback (most recent call last):\n File "/usr/local/bin/rok-gw", line 11, in \n sys.exit [...truncated...] line 81, in login\n File "build/bdist.linux-x86_64/egg/rok_common/http.py", line 224, in raise_for_status\nrok_fort_client.client.FortClientError: 401 (Unauthorized) Error for 'POST http://10.10.10.10:8080/rok/auth/v1/user/sessions', API Error: unauthorized, code: 401, msg: Invalid user credentials, details: This server could not verify that you are authorized to access the document you requested\n
The logfile `/home/vagrant/provision.log' may contain more information on this error, including a backtrace.
*** MiniKF provisioning tool terminated. Press Enter to restart, Ctrl-C to exit... ***
这个错误可以在下图中看到。
当我点击“连接到 Kubeflow”并输入用户名和密码时,如下图所示,我收到错误消息:“电子邮件地址和密码无效。”。
有什么解决办法吗?
通过删除 vdi 文件 (minikf-user-data.vdi) 和 运行 这些命令再次解决:
vagrant init arrikto/minikf
vargant up
我正在尝试在我的本地 Mac 上安装 MiniKF。 我按照 here 列出的说明进行操作。 浏览至 http://10.10.10.10 并继续使用向导后,我收到此错误消息:
An unexpected exception has occured Line: build/bdist.linux-x86_64/egg/rok_common/cmdutils.py:942 Type: CommandExecutionError Reason: Command
<ExtCommand [TY2CSkwoO9o]
rok-gw --url http://10.10.10.10:8080/rok/ --username user bucket-create snapshots', status=FINISHED (ret: 1), PID=29432, shell=False>' failed. Error log: Traceback (most recent call last):\n File "/usr/local/bin/rok-gw", line 11, in \n sys.exit [...truncated...] line 81, in login\n File "build/bdist.linux-x86_64/egg/rok_common/http.py", line 224, in raise_for_status\nrok_fort_client.client.FortClientError: 401 (Unauthorized) Error for 'POST http://10.10.10.10:8080/rok/auth/v1/user/sessions', API Error: unauthorized, code: 401, msg: Invalid user credentials, details: This server could not verify that you are authorized to access the document you requested\n The logfile `/home/vagrant/provision.log' may contain more information on this error, including a backtrace. *** MiniKF provisioning tool terminated. Press Enter to restart, Ctrl-C to exit... ***
这个错误可以在下图中看到。
当我点击“连接到 Kubeflow”并输入用户名和密码时,如下图所示,我收到错误消息:“电子邮件地址和密码无效。”。
有什么解决办法吗?
通过删除 vdi 文件 (minikf-user-data.vdi) 和 运行 这些命令再次解决:
vagrant init arrikto/minikf
vargant up