2015-06-16 16 views
0

我嘗試在Windows Server 2008 R2上的hyper-v上安裝coreos。 我設置了虛擬機,給它一個coreos.iso,然後wgetcloud-config.yaml 後來我嘗試sudo coreos-install -d /dev/sda -c cloud-config.yaml和它說Coreos在「從數據源獲取用戶數據」處安裝「stop」

Checking availability of "local-file" 
Fetching user-data from datasource of type "local-file" 

而且......這一切,它並沒有更多的

這裏是我的cloud-config.yaml

#cloud-config 

hostname: dockerhost 

coreos: 
    units: 
    - name: etcd.service 
     command: start 
    - name: fleet.service 
     command: start 

users: 
    - name: core 
    ssh-authorized-keys: 
     - ssh-rsa somesshkey 

    - groups: 
     - sudo 
     - docker 

FIY我使用this tutorial

+1

嘗試運行命令'$ sudo的bash -x coreos-install -d/dev/sda -c cloud-config.yaml'然後看看輸出 –

+0

@BrianRedbeard我優雅地感謝你的幫助,它是我們的新代理 – Saito

回答

0

圖出來 這是我們的代理服務器,我發現當我使用一個很好的命令bash -x這給了我全力輸出

司令部提出@BrianReadbeard