We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666d59d commit c0e6ccbCopy full SHA for c0e6ccb
README.md
@@ -56,7 +56,7 @@ sudo mv kubectl-parallel-exec /usr/local/bin/
56
57
## Usage
58
```sh
59
-kubectl-parallel-exec -kubeconfig /path/to/kubeconfig -c container-name -l label-selector command-to-execute
+kubectl-parallel-exec -kubeconfig /path/to/kubeconfig -c container-name -l label-selector -n namespace command-to-execute
60
```
61
- `-kubeconfig`: Path to the kubeconfig file. If not provided, in-cluster configuration will be used.
62
- `-c`: Container to execute the command against.
0 commit comments