From 41f2d4ab5ecb2580269243c54ad3c403a2e268b4 Mon Sep 17 00:00:00 2001 From: Dr Amy Krause Date: Wed, 23 Oct 2024 10:52:01 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7602088..d7c9569 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ List pods in the namespace. * `-ns/--namespace`: Kubernetes namespace * `-k/--kubeconfig`: Path to the kubeconfig +### `%kube_exec destroy` + +Destroys the current container or a named container in the namespace. + +* `-ns/--namespace`: Kubernetes namespace (only required if `-p` is specified) +* `-p/--pod-name`: Name of the pod to delete (optional, default is the currently connected container) + ### `%%kube_exec` Execute the cell in the remote Kubernetes Jupyter pod. -- GitLab