You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated README with example
* Removing lint step for now
* Downloading go dependencies helps
* Removing lint again
* Fixed go version issue.
Was detecting 1.2 instead of 1.20
-`command-to-execute`: The command to run inside the specified container in each pod.
50
50
51
-
52
51
Example
53
52
```sh
54
53
k8s-parallel-exec -kubeconfig ~/.kube/config -c cassandra -l app=cassandra nodetool status
55
54
```
56
55
This command would execute `nodetool status` on all the Cassandra containers in pods with the label "app=cassandra" in parallel, and then aggregate and display the results.
57
56
57
+
If authentication is enabled and you don't want to expose credentials, you may have to do things like the following:
0 commit comments