Juju - 无法在 vsphere 上创建控制器

Juju - 无法在 vsphere 上创建控制器

使用 Windows Juju 客户端创建 vsphere 控制器失败;

它创建了虚拟机,但是当它无法连接到虚拟机时,Juju 会因“主机密钥验证失败”而出现错误。

错误信息

ERROR failed to bootstrap model: waited for 20m0s without being able to connect: No RSA host key is known for fe80::250:56ff:fe1a:5fb7 and you have requested strict checking.
Host key verification failed.

命令输出

Select a cloud [localhost]: vsphere
Enter a name for the Controller [vsphere-DB-Datacenter1]: juju-ctl1
Creating Juju controller "juju-ctl1" on vsphere/DB-Datacenter1
Looking for packaged Juju agent version 2.4.7 for amd64
Launching controller instance(s) on vsphere/DB-Datacenter1...
 - juju-ab09a5-0 (arch=amd64 mem=3.5G) f49-8a71-cb751c5c4ba2/bionic/5113149876294bb99c41afb7ee3972249c0fa5e25ffb3171af4f5556f45a498d.vmdk.tmp: 83.04% (14.1MiB/s)
Installing Juju agent on bootstrap instance
Fetching Juju GUI 2.14.0
Waiting for address
Attempting to connect to 10.0.0.123:22

ERROR failed to bootstrap model: waited for 20m0s without being able to connect: No RSA host key is known for 10.0.0.123 and you have requested strict checking.
Host key verification failed.

答案1

VSAN 支持的数据存储存在一个已知错误。尝试使用 NFS 或传统块(iSCSI 应该很容易设置)。我遇到了同样的问题。

相关内容