Skip to content

Instantly share code, notes, and snippets.

@owensengoku
Created March 31, 2019 12:52
Show Gist options
  • Save owensengoku/b398db503a0b2959a7ed41fb0fce3d87 to your computer and use it in GitHub Desktop.
Save owensengoku/b398db503a0b2959a7ed41fb0fce3d87 to your computer and use it in GitHub Desktop.
kind config.yaml for mounting volume
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
nodes:
- role: control-plane
extraMounts:
- containerPath: /tmp-in-kind
hostPath: /tmp
readOnly: false
selinuxRelabel: false
propagation: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment