File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1804,8 +1804,8 @@ message Error {
1804
1804
1805
1805
#### Plugin Bootstrap Example
1806
1806
1807
- * Supervisor -> Plugin: ` CSI_ENDPOINT=unix://path/to/unix/domain/socket.sock ` .
1808
- * Operator -> CO: use plugin at endpoint ` unix://path/to/unix/domain/socket.sock ` .
1807
+ * Supervisor -> Plugin: ` CSI_ENDPOINT=unix:/// path/to/unix/domain/socket.sock ` .
1808
+ * 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 ) .
1847
1847
You can’t perform that action at this time.
0 commit comments