Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add plugin: exec-all #18

Merged
merged 1 commit into from
Sep 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions plugins/exec-all.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha1
kind: Plugin
metadata:
name: exec-all
spec:
platforms:
- uri: "https://github.com/jpdasma/kubectl-exec-all/archive/v1.0.0.zip"
sha256: "93f4da0b9127833924ede21d1ac1452a189e23b54339d8eeac1623a89dbfbd17"
files:
- from: "/*/unix/*"
to: "."
selector:
matchExpressions:
- {key: os, operator: In, values: [darwin, linux]}
version: "v1.0.0"
shortDescription: "Execute a command in all of the containers in a specified resource"
caveats: |
This plugin needs the following programs:
* jq
* xargs
* bash