diff --git a/README.md b/README.md index 491af34..5848f44 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,11 @@ Then: $ kubectl exec -it pod-name /bin/bash ``` +Or: +``` +kubectl run --rm network-multitool --image=praqma/network-multitool -it --restart=Never -- /bin/bash +``` + **Note:** You can pass additional parameter `--namespace=` to the above kubectl commands.