安装MiniKF后无法连接到http://10.10.10.10上的MiniKF登录页面

问题描述 投票:1回答:1

[我正在尝试在MiniKF之后使用Kubeflow Pipelinesthis tutorial在本地(意味着:在Windows 10便携式计算机上本地运行)示例机器学习管道,但是我无法到达应该出现在以下位置的站点http://10.10.10.10

我已安装:

然后,在CMD提示符下,我运行:

C:\Users\jervan\Documents\minikf>vagrant init arrikto/minikf
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.

C:\Users\jervan\Documents\minikf>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Using C:/Users/jervan/Documents/minikf/minikf-user-data.vdi for persistent storage.
==> default: Importing base box 'arrikto/minikf'...
==> default: Generating MAC address for NAT networking...
==> default: Using C:/Users/jervan/Documents/minikf/minikf-user-data.vdi for persistent storage.
==> default: Checking if box 'arrikto/minikf' version '20200305.1.0' is up to date...
==> default: Setting the name of the VM: minikf_default_1584993248035_85721
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 32123 (guest) => 32123 (host) (adapter 1)
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Using C:/Users/jervan/Documents/minikf/minikf-user-data.vdi for persistent storage.
==> default: Running 'pre-boot' VM customizations...
==> default: Using C:/Users/jervan/Documents/minikf/minikf-user-data.vdi for persistent storage.
==> default: ** Creating persistent storage **
==> default: Using C:/Users/jervan/Documents/minikf/minikf-user-data.vdi for persistent storage.
==> default: ** Attaching persistent storage **
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Connection reset. Retrying...
    default:
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default:
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if it's present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
    default: The guest additions on this VM do not match the installed version of
    default: VirtualBox! In most cases this is fine, but in rare cases it can
    default: prevent things such as shared folders from working properly. If you see
    default: shared folder errors, please make sure the guest additions within the
    default: virtual machine match the version of VirtualBox you have installed on
    default: your host and reload your VM.
    default:
    default: Guest Additions Version: 6.0.14_Ubuntu r132055
    default: VirtualBox Version: 6.1
==> default: Using C:/Users/jervan/Documents/minikf/minikf-user-data.vdi for persistent storage.
==> default: ** Managing persistent storage **
==> default: Setting hostname...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
    default: /vagrant => C:/Users/jervan/Documents/minikf

==> default: Machine 'default' has a post `vagrant up` message. This is a message
==> default: from the creator of the Vagrantfile, and not from Vagrant itself:
==> default:
==> default:     Welcome to MiniKF!
==> default:     Visit http://10.10.10.10/ to get started.
==> default:

但是当我访问http://10.10.10.10时,我收到一个“无法访问此站点。10.10.10.10花费了很长时间才能回复。”错误。

我的Virtualbox设置如下:

Virtualbox settings

我可以像这样将其缩进盒​​子里:

C:\Users\jervan\Documents\minikf>vagrant ssh
Last login: Mon Mar 23 13:14:17 2020 from 10.0.2.2

Welcome to MiniKF!

Type "minikf" to ensure everything is up and running.

vagrant@minikf:~$

并且当我键入minikf时,我得到了MiniKF Provisioing工具(这就是您的would normally see embedded in the MiniKF landing page)。

MiniKF Provisioning tool

调配软件后,我看到Pod正在启动,并显示消息“已部署Kubeflow”。但是在“公开服务”阶段之后,我看到了弹出的错误:

enter image description here

如果我单击Enter,则错误消失,并且“设置已完成。”出现带有用户名和密码的屏幕。

如果我进入VirtualBox并单击绿色箭头,那么它将显示ubuntu登录页面,但我无法使用上一步中显示的凭据登录。

enter image description here

vagrant virtualbox kubeflow
1个回答
0
投票
我有类似的问题。第一次,它无法启动,并且当我再次运行流浪汉后,它启动了,但是我无法访问10.10.10.10errors I had

然后我进入了虚拟机本身,然后像这样关闭它:

shutting down the VM

手动关闭它之后,我又重新游荡了,现在我可以访问10.10.10.10

© www.soinside.com 2019 - 2024. All rights reserved.