I am creating a session like this -
with SandboxSession( backend=SandboxBackend.KUBERNETES, lang="python", verbose=True, keep_template=True, pod_manifest=generate_pod_manifest(podname, namespace=namespace), client=K8sClient(), workdir=working_dir ) as session:
still it deletes the pod while exiting. Is this the expected behavior?