You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A `kubectl` plugin to show out-of-date images running in a cluster.
4
+
5
+
## Quick Start
6
+
7
+
```
8
+
kubectl krew install outdated
9
+
kubectl outdated
10
+
```
11
+
12
+
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.
13
+
14
+
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.
0 commit comments