Openshift origin builder fails to push to docker registry -


i'm trying work through openshift origin 'get started' tutorial using docker image i'm having problems builder; can't push image docker, says authentication required.

i0618 19:34:12.387273       1 sti.go:96] using provided push secret pushing openshift/ruby-20-centos7:latest image i0618 19:34:12.387301       1 sti.go:99] pushing 172.30.205.86:5000/test/origin-ruby-sample image ... e0618 19:34:20.595037       1 dockerutil.go:50] push image 172.30.205.86:5000/test/origin-ruby-sample failed, retry in 10s ... e0618 19:34:38.535347       1 dockerutil.go:50] push image 172.30.205.86:5000/test/origin-ruby-sample failed, retry in 10s ... f0618 19:34:59.341670       1 builder.go:70] build error: failed push image: error pushing registry: authentication required. 

i'm new docker/kubernetes/openshift, i'm not sure if missed when setting docker registry or if there's parameters supposed supply somewhere.

so restarted tutorial after removing old folders , worked. after playing number of steps, looks mistake running oadm registry command after running oc login because need start openshift registry system:admin user rather user lower privileges.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -