Created
May 31, 2019 17:01
-
-
Save j-griffith/12e7e7da5decea14d5d66b4d0d232a3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: "local.storage.openshift.io/v1alpha1" | |
kind: "LocalVolume" | |
metadata: | |
name: "local-disks" | |
namespace: local-storage | |
spec: | |
nodeSelector: | |
nodeSelectorTerms: | |
- matchExpressions: | |
- key: kubernetes.io/hostname | |
operator: In | |
values: | |
- ip-10-0-136-160 | |
- ip-10-0-137-237 | |
- ip-10-0-146-76 | |
storageClassDevices: | |
- storageClassName: "local-sc" | |
volumeMode: Block | |
deviceNames: | |
- xvdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment