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 <saiakhil2012>
  • Loading branch information
Bala Siva Sai Akhil Malepati committed Sep 4, 2024
1 parent d27c579 commit 2e74f3c
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 2e74f3c

Please sign in to comment.