-
The Seaweed cluster I'm trying to use is external to the k8s cluster and I'm getting connection timeout in the csi-seaweedfs-plugin. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
this is not built yet https://github.com/seaweedfs/seaweedfs-csi-driver/blob/master/pkg/driver/mounter_seaweedfs.go#L86 |
Beta Was this translation helpful? Give feedback.
-
It's definitely worth building into the csi driver, but a usable workaround until then is to have CoreDNS rewrite the internal request to point externally like this: https://github.com/OwnYourIO/SpencersLab/blob/ae68426d78892b0d89942c8ec43374cd35af42ba/services/media/prod/templates/pvc-media-seaweedfs.yaml#L38-L51 |
Beta Was this translation helpful? Give feedback.
this is not built yet https://github.com/seaweedfs/seaweedfs-csi-driver/blob/master/pkg/driver/mounter_seaweedfs.go#L86