Trident Fails to Start After ONTAP Node Failover Due to TLS Certificate Issue
Applies to
Trident
Issue
- Following a node failover event in an ONTAP cluster, Astra Trident installations on two OpenShift clusters failed to start their controller pods.This resulted in downstream issues for Trident node workers and the operator, causing persistent volume claim (PVC) creation and attachment to fail in both staging and production environments.
- Key log output:
Err: connection error: desc="transport: Error while dialing: dial unix /var/lib/csi/sockets/pluginproxy/csi.sock: connect: no such file or directory"
- Additionally, running
openssl s_client -connect <ONTAP_MGMT_LIF>:443returned:
error:0A000126:SSL routines:unexpected eof while reading
- No certificate information was presented, indicating a TLS handshake failure.
