Skip to content

Commit e6a9c33

Browse files
James DeFelicejdef
James DeFelice
authored andcommitted
spec: fix UNIX socket address examples
1 parent 00095b2 commit e6a9c33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,8 +1804,8 @@ message Error {
18041804

18051805
#### Plugin Bootstrap Example
18061806

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`.
18091809
* CO: monitor `/path/to/unix/domain/socket.sock`.
18101810
* Plugin: read `CSI_ENDPOINT`, create UNIX socket at specified path, bind and listen.
18111811
* 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
18411841

18421842
The following address types SHALL be supported by Plugins:
18431843

1844-
unix://path/to/unix/socket.sock
1844+
unix:///path/to/unix/socket.sock
18451845

18461846
Note: All UNIX endpoints SHALL end with `.sock`. See [gRPC Name Resolution](https://github.com/grpc/grpc/blob/master/doc/naming.md).
18471847

0 commit comments

Comments
 (0)