Skip to content

Commit a02c6ce

Browse files
committed
add debug workflow
1 parent 001438e commit a02c6ce

File tree

2 files changed

+4959
-0
lines changed

2 files changed

+4959
-0
lines changed

kubeflow/rsync.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: v1
2+
kind: Pod
3+
metadata:
4+
name: dataaccess52
5+
spec:
6+
containers:
7+
- name: alpine
8+
image: zhuwq0/waveform-env:1.1
9+
command: ['sleep', 'infinity']
10+
volumeMounts:
11+
- name: mypvc
12+
mountPath: /data
13+
volumes:
14+
- name: mypvc
15+
persistentVolumeClaim:
16+
claimName: quakeflow-w8gfg-data-volume-52

0 commit comments

Comments
 (0)