First release
This commit is contained in:
parent
f9305cfab1
commit
adca04dadf
13 changed files with 260 additions and 0 deletions
7
files/local/local-path-StorageClass.yaml
Normal file
7
files/local/local-path-StorageClass.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: local-path
|
||||
provisioner: rancher.io/local-path
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
reclaimPolicy: Delete
|
||||
Loading…
Add table
Add a link
Reference in a new issue