TheNewNormal / corectl

CoreOS over macOS made very simple
Apache License 2.0
285 stars 21 forks source link

corectl 0.7.18 unable to pull CoreOS images due to failed DIGESTS #122

Closed asridharan closed 6 years ago

asridharan commented 6 years ago
corectl version
 Version:   0.7.18
 Go Version:    go1.7.3
 Built:     Wed Nov 09 15:43:38 WET 2016
 OS/Arch:   darwin/amd64

When I try to pull stable or alpha channel images from CoreOS both downloads fail due to SIGNATURE checks:

corectl run --channel stable
---> downloading and verifying stable/1520.6.0
[ERROR] Signature check for DIGESTS failed.
Avinashs-MacBook-Pro:corectl asridharan$ corectl run --channel stable
[WARN] /Users/asridharan/.coreos/images/stable/1520.6.0/coreos_production_pxe.vmlinuz missing - stable/1520.6.0 ignored
---> downloading and verifying stable/1520.6.0
[ERROR] Signature check for DIGESTS failed.
asridharan commented 6 years ago

Turning on --debug seems to suggest that corectl is unable to connect to CoreOS servers??

corectl run --debug --channel stable
[ERROR] Failed to connect to server
Please check your connection settings and ensure that 'corectld' is running.

The docs don't give any instructions on setting up network configuration for controld?

asridharan commented 6 years ago

This looks like a dup of #121