-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS handshake failure in csi-addons-controller-manager #750
Comments
@bipuladh ^^ |
@ELENAGER can you share the details and logs from the csi-addons sidecar of the Ideally both the CSI-Addons controller and CSI-Addons sidecars have the same version. If not, make sure to enable or disable the |
Looks like the sidecar image that is currently being used is old as per my conversation with @ELENAGER |
Please use quay.io/badhikar/k8s-sidecar:stable image for the sidecar. |
Are there any modifications in there? You can find the container-images built for releases and the main branch also at https://quay.io/repository/csiaddons/k8s-sidecar |
Looks like there is an issue with the case of the HTTP header field. This has been fixed in #756 |
The following error appears in csi-addons-controller-manager log:
2025-01-20T11:55:44.579Z ERROR Failed to establish connection with sidecar {"controller": "csiaddonsnode", "controllerGroup": "csiaddons.openshift.io", "controllerKind": "CSIAddonsNode", "CSIAddonsNode": {"name":"dr1-rook-ceph-deployment-csi-cephfsplugin-provisioner","namespace":"rook-ceph"}, "namespace": "rook-ceph", "name": "dr1-rook-ceph-deployment-csi-cephfsplugin-provisioner", "reconcileID": "a378ef3e-73e9-4f3e-82d3-4fcee906b15f", "NodeID": "dr1", "DriverName": "rook-ceph.cephfs.csi.ceph.com", "EndPoint": "10.244.0.8:9070", "error": "rpc error: code = Unavailable desc = connection error: desc = \"transport: authentication handshake failed: tls: first record does not look like a TLS handshake\""}
The text was updated successfully, but these errors were encountered: