-
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
UPSTREAM: Added PV Recycler support #2879
Conversation
LGTM [merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/2986/) (Image: devenv-fedora_1763) |
[Test]ing while waiting on the merge queue |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/2986/) |
Rebased and pushed the latest. I don't understand the Travis build error. Everything it needs to build is in there. Clean build and test works locally. |
You may need to rebase, but the tests are still failing. |
somehow lost my original commit and had to redo/reopen. also needed to specifically add files with "-f" in git because it didn't find new additions. this is likely my build errors previously. trying again... |
Approved, LGTM [merge] |
Evaluated for origin up to 508684f |
[merge] |
Adds ability to recycle PersistentVolumes (just NFS currently and HostPath for testing).
Upstream PR: kubernetes/kubernetes#9024