Skip to content

Commit fcbdb41

Browse files
committed
add bind address to quickstart guide
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
1 parent 082970b commit fcbdb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/setup/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Extract `kcp` and `kubectl-kcp-plugin` and place all the files in the `bin` dire
2727
You can start kcp using this command:
2828

2929
```shell
30-
kcp start
30+
kcp start --bind-address=127.0.0.1
3131
```
3232

3333
This launches kcp in the foreground. You can press `ctrl-c` to stop it.

0 commit comments

Comments
 (0)