Ok, that makes sense. I did completely uninstall Docker, then re-installed. I also removed the volume group Docker was using and re-ran docker-storage-setup. I was surprised when I brought Openshift back up and it appeared to retain everything even though I manually removed all containers and images. Openshift even showed the registry and router I had created before as running normally. I just assumed Openshift managed to recreate and start the containers based on it's saved information that I did not delete external to the docker runtime. So I should delete the registry and re-create it from scratch?
On Thu, Jan 28, 2016 at 1:11 PM, Clayton Coleman <[email protected]> wrote: > Manifest unknown may mean "your registry got deleted or is otherwise > incomplete". Can you pull that image from one of your nodes directly? > > On Thu, Jan 28, 2016 at 1:56 PM, Dean Peterson <[email protected]> > wrote: > >> >> I successfully build and push to the registry. >> >> Successfully built eb267616d81c >> 999 I0128 18:48:08.511970 1 docker.go:95] Pushing image >> 172.30.137.133:5000/abecorn/tradeclient:latest ... >> 1000 I0128 18:48:38.886955 1 docker.go:99] Push successful >> >> >> The deployment log says this: >> I0128 18:51:43.629999 1 deployer.go:198] Deploying from >> abecorn/tradeclientservice-1 to abecorn/tradeclientservice-7 (replicas: 1) >> 2 I0128 18:51:44.675355 1 rolling.go:232] RollingUpdater: >> Continuing update with existing controller tradeclientservice-7. >> 3 I0128 18:51:44.675402 1 rolling.go:232] RollingUpdater: Scaling >> up tradeclientservice-7 from 0 to 1, scaling down tradeclientservice-1 from >> 1 to 0 (keep -1 pods available, don't exceed 1 pods) >> 4 F0128 18:53:45.744765 1 deployer.go:65] timed out waiting for >> the condition >> >> >> The event log says this: >> >> 12:55:45 PM tradeclientservice-1-1oyl7 Pod Back-off Back-off pulling >> image " >> 172.30.137.133:5000/abecorn/tradeclient@sha256:47ef9a9da8ffd6ed5fbd32dc28caa35d2fd699428bbfa7052fe2c55c63d9308c" >> (21 times in the last 4 minutes) >> 12:54:46 PM tradeclientservice-1-1oyl7 Pod Failed Failed to pull image " >> 172.30.137.133:5000/abecorn/tradeclient@sha256:47ef9a9da8ffd6ed5fbd32dc28caa35d2fd699428bbfa7052fe2c55c63d9308c": >> manifest unknown: manifest unknown (5 times in the last 3 minutes, 7 >> seconds) >> 12:54:46 PM tradeclientservice-1-1oyl7 Pod Pulling pulling image " >> 172.30.137.133:5000/abecorn/tradeclient@sha256:47ef9a9da8ffd6ed5fbd32dc28caa35d2fd699428bbfa7052fe2c55c63d9308c" >> (5 times in the last 3 minutes, 8 seconds) >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >> >> >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
