diff --git a/setup.KubeConEU25/README.md b/setup.KubeConEU25/README.md index 4c90012..dcd9998 100644 --- a/setup.KubeConEU25/README.md +++ b/setup.KubeConEU25/README.md @@ -796,6 +796,10 @@ Stream the logs of the `load-generator` container with: ```sh kubectl logs --as alice -n blue -l app=batch-inference -c load-generator -f ``` +Delete the complete workload with: +```sh +kubectl delete --as alice -n blue appwrapper batch-inference +```