ONTAP Discussions

timeout attaching a pvc to pod

Lalitha_Kolluru
1,051 Views

Hi,

 

I created a pvc  using trident and storage classes . The pvc got created successfully but when attaching a pvc to a pod , its giving a timeout .

Below are a versions used:

oc version Client Version: 4.6.30 Server Version: 4.6.28 Kubernetes Version: v1.19.0+d856161  

trident - 21.04.0, 20.10.1

Please let me know how do I proceed on resolving .

1 REPLY 1

dbenadib
919 Views

Hi,

 

what kind of protocol are you using ? If it is nfs then check export-policy  backend parameters 

should be 

“autoExportCIDRs": ["CIDR BLOCK"],
"autoExportPolicy": true
Public