Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save j-griffith/12e7e7da5decea14d5d66b4d0d232a3a to your computer and use it in GitHub Desktop.
Save j-griffith/12e7e7da5decea14d5d66b4d0d232a3a to your computer and use it in GitHub Desktop.
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