forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cilium.yaml
55 lines (53 loc) · 1.8 KB
/
cilium.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: cilium
spec:
version: v0.1.1
shortDescription: Easily interact with Cilium agents.
homepage: https://github.com/bmcustodio/kubectl-cilium
description: |
Easily interact with Cilium agents.
Useful, for example, to open a shell on the Cilium agent running on a
particular node or co-located with a particular pod:
# Open a shell on the Cilium agent running on node 'kind-cilium-mesh-worker':
$ kubectl cilium exec kind-cilium-mesh-worker
# Run 'cilium monitor' on the Cilium agent co-located with the 'ns-1/nginx' pod:
$ kubectl cilium exec ns-1/nginx cilium monitor
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/bmcustodio/kubectl-cilium/releases/download/v0.1.1/kubectl-cilium_v0.1.1_darwin_amd64.tar.gz
sha256: "9d8ffa78491c881557d79bff25d733236c12158f569008d97db325855b6c43b9"
files:
- from: kubectl-cilium
to: .
- from: LICENSE
to: .
bin: kubectl-cilium
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/bmcustodio/kubectl-cilium/releases/download/v0.1.1/kubectl-cilium_v0.1.1_linux_amd64.tar.gz
sha256: "7f77a47d0d173946883257a045c8221ebd84bbcafa4041d3d90087697081aca7"
files:
- from: kubectl-cilium
to: .
- from: LICENSE
to: .
bin: kubectl-cilium
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/bmcustodio/kubectl-cilium/releases/download/v0.1.1/kubectl-cilium_v0.1.1_windows_amd64.tar.gz
sha256: "98e3747bff0603f8838f93c3f807da676ed7b3abb730839b35044b1d870da69d"
files:
- from: kubectl-cilium.exe
to: .
- from: LICENSE
to: .
bin: kubectl-cilium.exe