Networking 由于网络原因,远程配置Coreos点火失败

Networking 由于网络原因,远程配置Coreos点火失败,networking,vmware,coreos,vsphere,coreos-ignition,Networking,Vmware,Coreos,Vsphere,Coreos Ignition,我正在尝试使用远程文件(在S3 amazon中)中分配的自定义点火数据在VSphere中启动coreOS ova映像。不幸的是,我总是遇到同样的错误: A start job is running formation (disks) ignition[380]: Get https//s3..... ignition.json: dial tcp: i/o timeout 我的点火文件包含以下数据: { "networkd": { "units": [ {

我正在尝试使用远程文件(在S3 amazon中)中分配的自定义点火数据在VSphere中启动coreOS ova映像。不幸的是,我总是遇到同样的错误:

A start job is running formation (disks) ignition[380]: Get https//s3..... ignition.json: dial tcp: i/o timeout
我的点火文件包含以下数据:

{
    "networkd": {
      "units": [
       {
         "contents": "Match]\nName=eth0\n\n[Network]\nDNS=8.8.8.8\nAddress=192.168.1.1/24\nGateway=192.168.1.1",
         "name": "eth0.network"
  }
  ]
    },
    "ignition": {
        "version": "2.1.0",
        "config": {
            "replace": {
                "source": "https://s3-us-west-2.amazonaws.com/.../ignition.json"
            }
        }
    }
}
有人能帮我吗

非常感谢!
Jorge

我的问题是因为我在VMware中部署了Vsphere ESXi,它需要在主机VM中设置混杂模式。如果我们不设置此网络功能,来宾VM将无法访问internet或外部访问。