-
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
Add provisioner template for local storage #16538
Add provisioner template for local storage #16538
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed, PTAL
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.
Needs 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. Instructions 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.