Merge branch 'main' of github.com:allanger/notes
This commit is contained in:
commit
9e8bbb863f
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
TODO:
|
||||||
|
- [ ] Finish the [scar](https://github.com/allanger/notes/projects/1) beat
|
7
home-k8s/storage/local-storage.yaml
Normal file
7
home-k8s/storage/local-storage.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
apiVersion: storage.k8s.io/v1
|
||||||
|
kind: StorageClass
|
||||||
|
metadata:
|
||||||
|
name: local-storage
|
||||||
|
provisioner: kubernetes.io/no-provisioner
|
||||||
|
volumeBindingMode: WaitForFirstConsumer
|
Loading…
Reference in New Issue
Block a user