-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Dynamic PV's not being attached to nodes on GCE #12500
Comments
Stateful set looks like it's failing because of:
? |
This should be fixed in #12642. |
Looking... |
So the PR of mine changed |
You need to fix the tests. They are not allowed to access hostpaths. |
This looks like PVs are not being mounted correctly to nodes on 1.5 on GCE. I see node status attached, the PVC is bound, but the actual disk in GCE is not being attached to the instance. I'll need some help debugging from sos-storage. |
Disabling the tests while this is investigated https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_gce/216/#showFailuresLink was the last failing test. |
This is from post 1.5.2 update. |
upstream pr created kubernetes/kubernetes#41034 |
@soltysh @smarterclayton fix in #12835 |
I'm seeing following StatefulSet extended failures (usually due to timeouts) both in master and my rebase PR (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/984/consoleFull).
@smarterclayton fyi
The text was updated successfully, but these errors were encountered: