Add provisioner template for local storage#16538
Add provisioner template for local storage#16538openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
|
Please use YAML for all templates/examples. |
|
@mfojtik, it is yaml. Only existing files (moved across directories) are json. |
|
/retest |
|
|
||
| ## Overview | ||
| Local volumes are PersistentVolumes representing local mounted filesystems. | ||
| In future they may be extended to raw block devices. |
|
minor nit, looks good to me |
6fe7149 to
276079c
Compare
|
/retest |
|
/lgtm |
|
/assign @soltysh |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane, rootfs, soltysh The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/retest |
|
/retest |
|
/retest |
|
@jsafrane to see what the next steps are for your PR, view the Submit Queue status: |
|
/retest |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
/retest |
|
@jsafrane: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Automatic merge from submit-queue (batch tested with PRs 16538, 17430, 17432, 17433, 17442). |
Local volumes are alpha feature of 3.7 and need some example how to set it up.
Based on https://github.com/kubernetes-incubator/external-storage/tree/master/local-volume, tailored for OpenShift.
I renamed original local-storage-examples to hostpath-examples.