From 76ff4816fdb5be0cf7a1fadbd77da0b5d9afec83 Mon Sep 17 00:00:00 2001 From: Olivier Tardieu Date: Wed, 26 Mar 2025 08:41:53 -0400 Subject: [PATCH] Delete completed appwrapper in vllm example --- setup.KubeConEU25/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 +```