Skip to content

Instantly share code, notes, and snippets.

@r7vme
Created October 11, 2017 12:22
Show Gist options
  • Save r7vme/341e5e34f9a362f870397929b717d3de to your computer and use it in GitHub Desktop.
Save r7vme/341e5e34f9a362f870397929b717d3de to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: Pod
metadata:
name: iscsipd
spec:
containers:
- name: iscsipd-rw
image: kubernetes/pause
volumeMounts:
- mountPath: "/mnt/iscsipd"
name: iscsipd-rw
volumes:
- name: iscsipd-rw
iscsi:
targetPortal: 10.4.10.251:3260
portals: ['10.4.10.253:3260']
iqn: iqn.1986-03.com.ibm:2145.cargarantie.g8node
lun: 0
fsType: ext4
readOnly: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment