Skip to content

Commit

Permalink
Add local storage based Storage Class for SPIRE server for kubeadm
Browse files Browse the repository at this point in the history
Signed-off-by: Bala Siva Sai Akhil Malepati <[email protected]>
  • Loading branch information
saiakhil2012 committed Sep 4, 2024
1 parent d27c579 commit a44e7d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions k8s/quickstart/server-local-storageclass.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: local-storage
provisioner: kubernetes.io/no-provisioner
volumeBindingMode: WaitForFirstConsumer

0 comments on commit a44e7d8

Please sign in to comment.