Skip to content

Commit 818139b

Browse files
authored
Update troubleshooting.md
1 parent 9c2cfc6 commit 818139b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,13 @@ To obtain remote logs, run:
201201
kctf chal debug logs
202202
```
203203

204-
In addition, you can run any kubectl command as before.
204+
In addition, you can run any kubectl command as described in the section [Inspecting a Kubernetes Deployment](#inspecting-a-kubernetes-deployment).
205205

206206
### Restarting or redeploying
207207

208208
A good first step is to restart the challenge. To do so run:
209209
```
210-
kctf-kubectl rollout restart deployment/chal
210+
kubectl rollout restart deployment/chal
211211
```
212212
Note: To make Kubernetes automatically restart flaky challenges, you should have a healthcheck.
213213

0 commit comments

Comments
 (0)