kubernetes-vagrant-centos-cluster icon indicating copy to clipboard operation
kubernetes-vagrant-centos-cluster copied to clipboard

node1: SSH auth method: private key

Open zhongstar opened this issue 4 years ago • 0 comments

Environment

  • OS:centos 7
  • Kubernetes version: 1.15
  • VirtualBox version: 5.20
  • Vagrant version: 2.2.0

What I did

vagrant up

Your operations on this repo.

Messages

卡在下面位置不动了,用的是root用户执行的。

Logs or error messages.

[root@k8s-node2 kubernetes-vagrant-centos-cluster]# vagrant up Bringing machine 'node1' up with 'virtualbox' provider... Bringing machine 'node2' up with 'virtualbox' provider... Bringing machine 'node3' up with 'virtualbox' provider... ==> node1: Clearing any previously set forwarded ports... ==> node1: Clearing any previously set network interfaces... ==> node1: Preparing network interfaces based on configuration... node1: Adapter 1: nat node1: Adapter 2: hostonly ==> node1: Forwarding ports... node1: 22 (guest) => 2222 (host) (adapter 1) ==> node1: Running 'pre-boot' VM customizations... ==> node1: Booting VM... ==> node1: Waiting for machine to boot. This may take a few minutes... node1: SSH address: 127.0.0.1:2222 node1: SSH username: vagrant node1: SSH auth method: private key

zhongstar avatar Jan 20 '21 07:01 zhongstar