We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082970b commit fcbdb41Copy full SHA for fcbdb41
docs/content/setup/quickstart.md
@@ -27,7 +27,7 @@ Extract `kcp` and `kubectl-kcp-plugin` and place all the files in the `bin` dire
27
You can start kcp using this command:
28
29
```shell
30
-kcp start
+kcp start --bind-address=127.0.0.1
31
```
32
33
This launches kcp in the foreground. You can press `ctrl-c` to stop it.
0 commit comments