从昨天开始,我遇到了部署应用程序的一些问题并获得了ImagePullBackOff error。然后当我今天重新创建容器时,我发现自己无法再部署路由器和注册表了。他们过去工作非常稳定。
我得到的错误消息是(对于注册表但路由器的错误相同):
5:48:22 PM docker-registry-1-deploy Pod FailedMount Unable to mount volumes for pod "docker-registry-1-deploy_default": IsLikelyNotMountPoint("/var/lib/origin/openshift.local.volumes/pods/fef8a925-be76-11e5-b607-005056b1164b/volumes/kubernetes.io~secret/deployer-token-rlofq"): file does not exist (72 times in the last 11 minutes, 43 seconds)
5:48:22 PM docker-registry-1-deploy Pod FailedSync Error syncing pod, skipping: IsLikelyNotMountPoint("/var/lib/origin/openshift.local.volumes/pods/fef8a925-be76-11e5-b607-005056b1164b/volumes/kubernetes.io~secret/deployer-token-rlofq"): file does not exist (72 times in the last 11 minutes, 43 seconds)
看起来有些related issues have been found in kubernetes并且有一个workaround。但我想知道是否以及如何将其应用于Openshift Origin。只有在docker中运行origin时才会出现问题吗?