You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Operator -> CO: use plugin at endpoint `unix:///path/to/unix/domain/socket.sock`.
1809
1809
* CO: monitor `/path/to/unix/domain/socket.sock`.
1810
1810
* Plugin: read `CSI_ENDPOINT`, create UNIX socket at specified path, bind and listen.
1811
1811
* CO: observe that socket now exists, establish connection.
@@ -1841,7 +1841,7 @@ Network endpoint at which a Plugin SHALL host CSI RPC services. The general form
1841
1841
1842
1842
The following address types SHALL be supported by Plugins:
1843
1843
1844
-
unix://path/to/unix/socket.sock
1844
+
unix:///path/to/unix/socket.sock
1845
1845
1846
1846
Note: All UNIX endpoints SHALL end with `.sock`. See [gRPC Name Resolution](https://github.com/grpc/grpc/blob/master/doc/naming.md).
0 commit comments