diff --git a/README.md b/README.md index 7602088c989ecf31bb440c39a8da5eb281e5fa74..d7c95690a2163eb8b2f3c6576e734260491d0620 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.