Skip to content

Instantly share code, notes, and snippets.

@a-patel
Last active June 7, 2022 11:48
Show Gist options
  • Save a-patel/35765646e8bc14871a2b0ea7cb052fbf to your computer and use it in GitHub Desktop.
Save a-patel/35765646e8bc14871a2b0ea7cb052fbf to your computer and use it in GitHub Desktop.
Kubernetes - Storage - Storage Class (SC)
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: myapp-sc
namespace: myapp-ns
provisioner: kubernetes.io/aws-ebs
reclaimPolicy: Retain
volumeBindingMode: WaitForFirstConsumer
parameters:
type: io1
iopsPerGB: "10"
fsType: ext4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment