Closed donovanmuller closed 6 years ago
since this is for the token /cc @simo5
Hello,I can`t start api-server,the logs tells: Nov 27 22:47:48 localhost kubelet: E1127 22:47:48.679948 2374 kubelet_volumes.go:114] Orphaned pod "4d166379-d370-11e7-bed4-0e85c26ea6ca" found, but volume paths are still present on disk. Nov 27 22:47:48 localhost kubelet: E1127 22:47:48.680037 2374 kubelet_volumes.go:114] Orphaned pod "d8d80b9a-d354-11e7-bed4-0e85c26ea6ca" found, but volume paths are still present on disk. Nov 27 22:47:48 localhost kubelet: E1127 22:47:48.680115 2374 kubelet_volumes.go:114] Orphaned pod "d8d827be-d354-11e7-bed4-0e85c26ea6ca" found, but volume paths are still present on disk. Do you resolve the problem? can you help?
New release https://github.com/openshift/origin/releases/tag/v3.7.0 seems to be working well.
This does still not work for me in context of a Travis build: https://travis-ci.org/donovanmuller/spring-cloud-deployer-openshift/jobs/316810682
scdf 2m 6m 10 app-testsimpledeployme-1-deploy Pod Warning FailedMount kubelet, localhost MountVolume.SetUp failed for volume "deployer-token-blkj9" : exit status 1
default 2s 4m 3 router-1-deploy Pod Warning FailedMount kubelet, localhost Unable to mount volumes for pod "router-1-deploy_default(b97153e2-e170-11e7-a033-42010a1400d9)": timeout expired waiting for volumes to attach/mount for pod "default"/"router-1-deploy". list of unattached/unmounted volumes=[deployer-token-fdjp7]
default 2s 4m 3 docker-registry-1-deploy Pod Warning FailedMount kubelet, localhost Unable to mount volumes for pod "docker-registry-1-deploy_default(b963df7c-e170-11e7-a033-42010a1400d9)": timeout expired waiting for volumes to attach/mount for pod "default"/"docker-registry-1-deploy". list of unattached/unmounted volumes=[deployer-token-fdjp7]
default 2s 4m 3 persistent-volume-setup-pz5zw Pod Warning FailedMount kubelet, localhost Unable to mount volumes for pod "persistent-volume-setup-pz5zw_default(b981f00e-e170-11e7-a033-42010a1400d9)": timeout expired waiting for volumes to attach/mount for pod "default"/"persistent-volume-setup-pz5zw". list of unattached/unmounted volumes=[pvinstaller-token-rz9z4]
scdf 1m 4m 2 app-testsimpledeployme-1-deploy Pod Warning FailedMount kubelet, localhost Unable to mount volumes for pod "app-testsimpledeployme-1-deploy_scdf(c5e624d6-e170-11e7-a033-42010a1400d9)": timeout expired waiting for volumes to attach/mount for pod "scdf"/"app-testsimpledeployme-1-deploy". list of unattached/unmounted volumes=[deployer-token-blkj9]
Using the 3.9.0-alpha.3
release produces a successful build. See https://travis-ci.org/donovanmuller/spring-cloud-deployer-openshift/jobs/337055121
I'll leave this issue open until the 3.9.0
release produces a successful build.
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Confirmed this is working in the 3.9.0 release.
Using a Travis job to run integration tests against various Origin versions, using the
v3.7.0-rc.0
release fails to create/deploy any Pod with the error:MountVolume.SetUp failed for volume "deployer-token-bt4hk" : exit status 1
Using
v3.6.1
works as expected.See https://github.com/donovanmuller/spring-cloud-deployer-openshift/issues/48 for context.
Version
Steps To Reproduce
oc cluster up --version=v3.7.0-rc.0
(see Travis config for all steps)Current Result
Pods fail to mount volumes for any deployments/builds/etc.
Expected Result
Pods are scheduled successfully
Additional Information
Diagnostic Pod fails to deploy because of this issue: