Skip to content

Instantly share code, notes, and snippets.

@j-griffith
Created April 18, 2019 15:31
Show Gist options
  • Select an option

  • Save j-griffith/ed355cc0f342605a3de1366e231ee718 to your computer and use it in GitHub Desktop.

Select an option

Save j-griffith/ed355cc0f342605a3de1366e231ee718 to your computer and use it in GitHub Desktop.
apiVersion: "local.storage.openshift.io/v1alpha1"
kind: "LocalVolume"
metadata:
name: "local-disks"
spec:
nodeSelector:
nodeSelectorTerms:
⤫ - matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
⤫ - ip-10-0-136-143.us-west-1.compute.internal
- ip-10-0-140-255.us-west-1.compute.internal
- ip-10-0-144-180.us-west-1.compute.internal
storageClassDevices:
- storageClassName: "local-sc"
volumeMode: Filesystem
fsType: xfs
deviceNames:
- xvdj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment