brave-address-82092
04/28/2023, 12:05 AMkind: Pod
apiVersion: v1
metadata:
name: my-app-rahul
spec:
containers:
- name: my-busybox
image: busybox
volumeMounts:
- mountPath: "/mnt/provider/rahul"
name: my-volume
command: ["/bin/sh"]
args: ["-c", "ls /mnt/provider/rahul"]
volumes:
- name: my-provider-volume
persistentVolumeClaim:
claimName: provider-pvc-rahuluser
04/28/2023, 2:41 AM@kubernetes yet. See this issue.brave-address-82092
04/28/2023, 4:24 AMbrave-address-82092
04/28/2023, 4:26 AMbrave-address-82092
04/28/2023, 4:04 PMancient-application-36103
05/08/2023, 11:53 PMbulky-afternoon-92433
05/11/2023, 1:50 PM