Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 666 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 666 Bytes

kubectl outdated

A kubectl plugin to show out-of-date images running in a cluster.

Quick Start

kubectl krew install outdated
kubectl outdated

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.

Example

<script id="asciicast-ExaFOk6ap0GL17GJsJWpExGnM" src="https://asciinema.org/a/ExaFOk6ap0GL17GJsJWpExGnM.js" async></script>