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 764292c commit a1ed37cCopy full SHA for a1ed37c
charts/kwok/README.md
@@ -20,7 +20,12 @@ Set up default stage policy (required)
20
> NOTE: This configures the pod/node emulation behavior, if not it will do nothing.
21
22
```shell
23
-helm upgrade --namespace kwok --install stage-fast stage-fast
+helm upgrade --namespace kwok --install stage ./stage
24
+```
25
+
26
+Set up default node (required)
27
+```shell
28
+helm upgrade --namespace kwok --install node ./node
29
```
30
31
Set up default metrics usage policy (optional)
0 commit comments