central storage
This commit is contained in:
parent
92ae36aacd
commit
96b03e4b9d
3 changed files with 34 additions and 18 deletions
17
pvc-inpsector.yaml
Normal file
17
pvc-inpsector.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: pvc-inspector
|
||||
namespace: superflat
|
||||
spec:
|
||||
containers:
|
||||
- image: busybox
|
||||
name: pvc-inspector
|
||||
command: ["sleep", "3600"]
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: data
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: data
|
||||
Loading…
Add table
Add a link
Reference in a new issue