forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
outdated.yaml
58 lines (55 loc) · 1.81 KB
/
outdated.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
56
57
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: outdated
spec:
version: "v0.3.3"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/outdated/releases/download/v0.3.3/outdated_linux_amd64.tar.gz
sha256: "65bca2e20a771c8f83961e12ec6e3dffa951bf04ac398cf5b3259bed52f2959e"
files:
- from: outdated
to: .
- from: LICENSE
to: .
bin: outdated
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/outdated/releases/download/v0.3.3/outdated_darwin_amd64.tar.gz
sha256: "d3391f39ba8a6d1dcd18669fa89fce2ebc784136907398e0b57ef90079370a3d"
files:
- from: outdated
to: .
- from: LICENSE
to: .
bin: outdated
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/outdated/releases/download/v0.3.3/outdated_windows_amd64.zip
sha256: "b056348d87b7fcd82271a9cbbbe95a046e30111e711d231be75a037543aecd86"
files:
- from: outdated.exe
to: .
- from: LICENSE
to: .
bin: outdated.exe
shortDescription: Finds outdated container images running in a cluster
homepage: https://github.com/replicatedhq/outdated
description: |
The plugin will scan for all pods in all namespaces that you have at least
read access to. It will then connect to the registry that hosts the image,
and (if there's permission), it will analyze your tag to the list of
current tags.
The output is a list of all images, with the most out-of-date images in red,
slightly outdated in yellow, and up-to-date in green.
For additional options:
$ kubectl outdated --help
or https://github.com/replicatedhq/outdated/blob/master/doc/USAGE.md