Skip to content

Commit b21fb4f

Browse files
committed
fix: add --ignore-not-found to load-generator delete in test-keda.md
1 parent 67322f5 commit b21fb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/fastpaths/developer/keda/test-keda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ keda-hpa-ui-hpa Deployment/ui 91500m/100 (avg) 1 10 10
4040
Once you're satisfied with the autoscaling behavior, you can end the watch with `Ctrl+C` and stop the load generator like so:
4141

4242
```bash
43-
$ kubectl delete pod load-generator
43+
$ kubectl delete pod load-generator --ignore-not-found
4444
```
4545

4646
As the load generator terminates, notice that the HPA will slowly bring the replica count to min number based on its configuration.

0 commit comments

Comments
 (0)