Kubernetes ODR Task containers "waypoint-task-<ID>" clean-up

Hi @izaaklauer

It’s running v1.22.7+k3s1. I’ve upgraded to Waypoint 0.8.2 and it seems to be working fine now. I did see a lot of the containers stuck in terminating state, I’ve patched those with kubectl get pods -n waypoint -o jsonpath="{.items[*].metadata.name}" | xargs kubectl patch pod -n waypoint $1 -p '{"metadata":{"finalizers":null}}'.