generated from replicatedhq/krew-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.krew.yaml
48 lines (48 loc) · 1.87 KB
/
.krew.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: ice
spec:
version: "{{ .TagName }}"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "/~https://github.com/NimbleArchitect/kubectl-ice/releases/download/{{ .TagName }}/kubectl-ice_linux_amd64.tar.gz" .TagName }}
bin: "kubectl-ice"
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "/~https://github.com/NimbleArchitect/kubectl-ice/releases/download/{{ .TagName }}/kubectl-ice_linux_arm64.tar.gz" .TagName }}
bin: "kubectl-ice"
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "/~https://github.com/NimbleArchitect/kubectl-ice/releases/download/{{ .TagName }}/kubectl-ice_darwin_amd64.tar.gz" .TagName }}
bin: "kubectl-ice"
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "/~https://github.com/NimbleArchitect/kubectl-ice/releases/download/{{ .TagName }}/kubectl-ice_darwin_arm64.tar.gz" .TagName }}
bin: "kubectl-ice"
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "/~https://github.com/NimbleArchitect/kubectl-ice/releases/download/{{ .TagName }}/kubectl-ice_windows_amd64.zip" .TagName }}
bin: "kubectl-ice.exe"
- selector:
matchLabels:
os: windows
arch: arm64
{{addURIAndSha "/~https://github.com/NimbleArchitect/kubectl-ice/releases/download/{{ .TagName }}/kubectl-ice_windows_arm64.zip" .TagName }}
bin: "kubectl-ice.exe"
shortDescription: View configuration settings of containers inside Pods
homepage: /~https://github.com/NimbleArchitect/kubectl-ice
description: |
ice lets you peer inside a Pod and easily see Volume, Image, Port and Exec configurations,
along with CPU and Memory metrics all at the container level (requires metrics server)