We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27c579 commit a44e7d8Copy full SHA for a44e7d8
k8s/quickstart/server-local-storageclass.yml
@@ -0,0 +1,7 @@
1
+apiVersion: storage.k8s.io/v1
2
+kind: StorageClass
3
+metadata:
4
+ name: local-storage
5
+provisioner: kubernetes.io/no-provisioner
6
+volumeBindingMode: WaitForFirstConsumer
7
+
0 commit comments