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 6776a54 commit 256f3acCopy full SHA for 256f3ac
docs/getting-started.md
@@ -90,7 +90,8 @@ helm repo update
90
91
helm install kcp-api-syncagent kcp/api-syncagent \
92
--values values.yaml \
93
- --namespace kcp-system
+ --namespace kcp-system \
94
+ --create-namespace
95
```
96
97
Two `kcp-api-syncagent` Pods should start in the `kcp-system` namespace. If they crash you will need to
0 commit comments