Skip to content

Commit 17f8b20

Browse files
authored
Delete completed appwrapper in vllm example (#170)
1 parent c12d110 commit 17f8b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: setup.KubeConEU25/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,10 @@ Stream the logs of the `load-generator` container with:
796796
```sh
797797
kubectl logs --as alice -n blue -l app=batch-inference -c load-generator -f
798798
```
799+
Delete the complete workload with:
800+
```sh
801+
kubectl delete --as alice -n blue appwrapper batch-inference
802+
```
799803

800804
</details>
801805

0 commit comments

Comments
 (0)