Skip to content

Commit b91acda

Browse files
authored
Merge pull request #1327 from network-charles/network-charles-patch-1
Update kwok in cluster page
2 parents 54c9077 + 3efbff5 commit b91acda

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

site/content/en/docs/user/kwok-in-cluster.md

+11
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,17 @@ Finally, we're able to deploy `kwok`:
107107
kubectl apply -f "${KWOK_WORK_DIR}/kwok.yaml"
108108
```
109109

110+
## Apply the default custom resources (CRs) of stages (required)
111+
112+
{{< hint "warning" >}}
113+
NOTE: This configures the pod/node emulation behavior, if not it will do nothing.
114+
When running versions <0.4 this step isn't required.
115+
{{< /hint >}}
116+
117+
``` bash
118+
kubectl apply -f "https://github.com/${KWOK_REPO}/releases/download/${KWOK_LATEST_RELEASE}/stage-fast.yaml"
119+
```
120+
110121
{{< /tab >}}
111122

112123
{{< /tabs>}}

0 commit comments

Comments
 (0)