0

I am trying to install CoreOS on VirtualBox and I have coreos_production_iso_image. I followed the link to install it.

I am stuck at installation part. When I ran sudo coreos-install -d /dev/sda -C stable -c cloud_config.yml command, the installation stuck at that point and after long time it gives exit 1 as an error message.

So I used -v option with coreos-install command, so it tries to download (wget) file from the URL.

When I run separate wget command (without any options) with that URL, it downloaded that CoreOS file that means proxy doesn't block that URL but when I run coreos-install command it stuck at that point.

Please suggest.

nickgryg
  • 25,567
  • 5
  • 77
  • 79
  • Have you created a `cloud_config`? Did you follow CoreOS's volume management scheme? – zetavolt May 31 '16 at 06:08
  • yes. I have created cloud_config file with following content. #cloud-config users: - name: suraj passwd: $1$yxV9YDKT$s.fAj5dlFyrPwrH0xAQJy/ groups: - sudo - docker No. i didnt followed coreOS's volume management scheme. – Suraj Kharage May 31 '16 at 06:13
  • I have done a CoreOS install for K8s following documentation from CoreOS but using private ip https://coreos.com/kubernetes/docs/latest/getting-started.html – Katlock Apr 25 '17 at 17:53

0 Answers0