Skip to content

Instantly share code, notes, and snippets.

@bharathirajatut
Created October 13, 2021 06:14
Show Gist options
  • Save bharathirajatut/be7290285ef713c5847e8750282d74fb to your computer and use it in GitHub Desktop.
Save bharathirajatut/be7290285ef713c5847e8750282d74fb to your computer and use it in GitHub Desktop.
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: local-storage
provisioner: kubernetes.io/no-provisioner
volumeBindingMode: WaitForFirstConsumer
allowVolumeExpansion: true
reclaimPolicy: Delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment