My Task failed though it was done successfully

Hi @Tej-Singh-Rana @Inderpreet Support,

My task with done successfully for creating persistent volumes in Kubernetes but i can all the errors that nothing is created including Kubernetes pod which is running as well.
Can this task be resolved or back into pending state.

Thanks,
Sudheer

Hi @sudheer

Please try again this task.

Hi,

Got the same issue again

thor@jump_host ~$ cat pv.yaml

apiVersion: v1
kind: PersistentVolume
metadata:
name: pv-xfusion
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
storageClassName: manual
hostPath:
path: /mnt/dba

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-xfusion
spec:
storageClassName: manual
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi