Skip to content

Commit 256f3ac

Browse files
committed
add a flag to create ns if not exists
Signed-off-by: Burak Sekili <[email protected]>
1 parent 6776a54 commit 256f3ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ helm repo update
9090
9191
helm install kcp-api-syncagent kcp/api-syncagent \
9292
--values values.yaml \
93-
--namespace kcp-system
93+
--namespace kcp-system \
94+
--create-namespace
9495
```
9596

9697
Two `kcp-api-syncagent` Pods should start in the `kcp-system` namespace. If they crash you will need to

0 commit comments

Comments
 (0)