añadido driver seagate
This commit is contained in:
18
seagate/pod-a.yaml
Normal file
18
seagate/pod-a.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: pod-a
|
||||
spec:
|
||||
nodeSelector:
|
||||
topology.kubernetes.io/zone: site-a
|
||||
containers:
|
||||
- name: app
|
||||
image: busybox:1.36
|
||||
command: ["sh","-c","sleep 3600"]
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: pvc-a
|
||||
Reference in New Issue
Block a user