forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
iexec.yaml
30 lines (29 loc) · 1.03 KB
/
iexec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: iexec
spec:
version: v1.4.0
homepage: https://github.com/gabeduke/kubectl-iexec
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/gabeduke/kubectl-iexec/releases/download/1.4.0/kubectl-iexec_1.4.0_Darwin_x86_64.tar.gz
sha256: f61186638d7b9fb413dbe415a7c7e541dc719089bdb7ae49581a5a1793821398
bin: kubectl-iexec
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/gabeduke/kubectl-iexec/releases/download/1.4.0/kubectl-iexec_1.4.0_Linux_x86_64.tar.gz
sha256: 71cdd15aa6662b15f99ed5cceb61c4bb17220214eabe1f49874fe4947a627428
bin: kubectl-iexec
shortDescription: Interactive selection tool for `kubectl exec`
description: |
Interactive pod and container selector for `kubectl exec`
To get help run: kubectl iexec --help
Examples:
Run command in container:
kubectl iexec [pod] [command]