Description
Version
$ openshift-install version
bin/openshift-install v0.7.0-master
and
bin/openshift-install v0.7.0
Platform (aws|libvirt|openstack):
aws
What happened?
Ran the installer and got errors related to pulling an image. The location seems to be incorrect and has 2 shas:
Dec 17 19:44:54 ip-10-0-9-101 bootkube.sh[3794]: unable to pull quay.io/openshift-release-dev/ocp-release@sha256@sha256:4f02d5c7183360a519a7c7dbe601f58123c9867cd5721ae503072ae62920575b: error getting default registries to try: invalid reference format
What you expected to happen?
I expect the installer to run
How to reproduce it (as minimally and precisely as possible)?
run the installer, note that it hangs at the below DEBUG lines for 20 minutes:
DEBUG added kube-scheduler.157140aa428fc565: ip-10-0-3-94_a271882c-024e-11e9-ae96-024b8209fb6a became leader DEBUG added kube-controller-manager.157140ab00eeb507: ip-10-0-3-94_a26c1b70-024e-11e9-98fb-024b8209fb6a became leader
until proceeding to the error:
ERROR: logging before flag.Parse: E1217 15:14:13.773270 1521 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=3, ErrCode=NO_ERROR, debug="" WARNING RetryWatcher - getting event failed! Re-creating the watcher. Last RV: 148 WARNING Failed to connect events watcher: Get https://k-api.devcluster.openshift.com:6443/api/v1/namespaces/kube-system/events?resourceVersion=148&watch=true: dial tcp 52.37.184.199:6443: connect: connection refused
the pastebin logs below are occuring at the time that the WARNINGs in the main terminal appear.
Anything else we need to know?
Output from running journalctl -b -u bootkube --no-pager
on bootstrap:
http://pastebin.test.redhat.com/685235
Activity