Andreas van Daalen
Andreas van Daalen
@wonderland Thank you for the observations and the hints. As its getting late here, we'll revise the situation based on that tomorrow 👍 Much appreciated for your input!
It appears that we are only able to use TCP for communication between our test GKE cluster and the CVO. As a result I've two questions, can I add them...
> NFS would always run on TCP (UDP usage with NFS has been stopped decades ago). No need to specify it explicitly. We started a couple of months with documentation...
We've removed the "rwx": ``` mountOptions: ["rwx", "nfsvers=3", "proto=tcp"] ``` to ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: andreas-tcp provisioner: csi.trident.netapp.io mountOptions: ["nfsvers=3", "proto=tcp"] parameters: backendType: "ontap-nas" ``` for some...