Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX-Virtualbox: TestFunctional/Provisioning: PV Creation failed with error: PV not attached to PVC #3199

Closed
tstromberg opened this issue Oct 1, 2018 · 1 comment
Labels
co/virtualbox help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/flake Categorizes issue or PR as related to a flaky test. os/macos priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. r/2019q2 Issue was last reviewed 2019q2

Comments

@tstromberg
Copy link
Contributor

https://storage.googleapis.com/minikube-builds/logs/3194/OSX-Virtualbox.txt

  --- FAIL: TestFunctional/Provisioning (44.05s)
    	util.go:303: Error: no StorageClass yet, Retrying in 5s. 20 Retries remaining.
    	util.go:303: Error: no StorageClass yet, Retrying in 5s. 19 Retries remaining.
    	util.go:303: Error: PV not attached to PVC: {{PersistentVolumeClaim v1} {testpvc  default /api/v1/namespaces/default/persistentvolumeclaims/testpvc 92a16c3b-c5ae-11e8-9583-080027b7c3a9 525 0 2018-10-01 12:17:00 -0700 PDT <nil> <nil> map[] map[] [] nil [kubernetes.io/pvc-protection] } {[ReadWriteOnce] nil {map[] map[storage:{{2147483648 0} {<nil>} 2Gi BinarySI}]}  0xc4205eacd0 <nil>} {Pending [] map[] []}}, Retrying in 2s. 5 Retries remaining.
    	util.go:303: Error: PV not attached to PVC: {{PersistentVolumeClaim v1} {testpvc  default /api/v1/namespaces/default/persistentvolumeclaims/testpvc 92a16c3b-c5ae-11e8-9583-080027b7c3a9 525 0 2018-10-01 12:17:00 -0700 PDT <nil> <nil> map[] map[] [] nil [kubernetes.io/pvc-protection] } {[ReadWriteOnce] nil {map[] map[storage:{{2147483648 0} {<nil>} 2Gi BinarySI}]}  0xc420410b40 <nil>} {Pending [] map[] []}}, Retrying in 2s. 4 Retries remaining.
    	util.go:303: Error: PV not attached to PVC: {{PersistentVolumeClaim v1} {testpvc  default /api/v1/namespaces/default/persistentvolumeclaims/testpvc 92a16c3b-c5ae-11e8-9583-080027b7c3a9 525 0 2018-10-01 12:17:00 -0700 PDT <nil> <nil> map[] map[] [] nil [kubernetes.io/pvc-protection] } {[ReadWriteOnce] nil {map[] map[storage:{{2147483648 0} {<nil>} 2Gi BinarySI}]}  0xc4204a2440 <nil>} {Pending [] map[] []}}, Retrying in 2s. 3 Retries remaining.
    	util.go:303: Error: PV not attached to PVC: {{PersistentVolumeClaim v1} {testpvc  default /api/v1/namespaces/default/persistentvolumeclaims/testpvc 92a16c3b-c5ae-11e8-9583-080027b7c3a9 525 0 2018-10-01 12:17:00 -0700 PDT <nil> <nil> map[] map[] [] nil [kubernetes.io/pvc-protection] } {[ReadWriteOnce] nil {map[] map[storage:{{2147483648 0} {<nil>} 2Gi BinarySI}]}  0xc42061de60 <nil>} {Pending [] map[] []}}, Retrying in 2s. 2 Retries remaining.
    	util.go:303: Error: PV not attached to PVC: {{PersistentVolumeClaim v1} {testpvc  default /api/v1/namespaces/default/persistentvolumeclaims/testpvc 92a16c3b-c5ae-11e8-9583-080027b7c3a9 525 0 2018-10-01 12:17:00 -0700 PDT <nil> <nil> map[] map[] [] nil [kubernetes.io/pvc-protection] } {[ReadWriteOnce] nil {map[] map[storage:{{2147483648 0} {<nil>} 2Gi BinarySI}]}  0xc420544210 <nil>} {Pending [] map[] []}}, Retrying in 2s. 1 Retries remaining.
    	pv_test.go:109: PV Creation failed with error: PV not attached to PVC: {{PersistentVolumeClaim v1} {testpvc  default /api/v1/namespaces/default/persistentvolumeclaims/testpvc 92a16c3b-c5ae-11e8-9583-080027b7c3a9 525 0 2018-10-01 12:17:00 -0700 PDT <nil> <nil> map[] map[] [] nil [kubernetes.io/pvc-protection] } {[ReadWriteOnce] nil {map[] map[storage:{{2147483648 0} {<nil>} 2Gi BinarySI}]}  0xc420544210 <nil>} {Pending [] map[] []}}
@tstromberg tstromberg added kind/flake Categorizes issue or PR as related to a flaky test. os/macos co/virtualbox labels Oct 1, 2018
@balopat
Copy link
Contributor

balopat commented Nov 27, 2018

This also happens on Linux-KVM. https://storage.googleapis.com/minikube-builds/logs/3303/Linux-KVM.txt

@tstromberg tstromberg added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Jan 23, 2019
@tstromberg tstromberg added this to the v1.0.0-candidate milestone Jan 23, 2019
@tstromberg tstromberg added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Jan 24, 2019
@tstromberg tstromberg modified the milestones: v1.0.0, v1.0.1-candidate Mar 20, 2019
@tstromberg tstromberg added the r/2019q2 Issue was last reviewed 2019q2 label Apr 4, 2019
@tstromberg tstromberg removed this from the v1.0.1-candidate milestone Apr 8, 2019
@tstromberg tstromberg added this to the v1.1.0-candidate milestone Apr 16, 2019
@tstromberg tstromberg removed this from the v1.1.0 milestone May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/virtualbox help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/flake Categorizes issue or PR as related to a flaky test. os/macos priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. r/2019q2 Issue was last reviewed 2019q2
Projects
None yet
Development

No branches or pull requests

2 participants