Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
pkg
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

kubectl outdated

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

Quick Start

curl https://krew.sh/outdated | bash
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

kubectl outdated

About

Kubectl plugin to find and report outdated images running in a Kubernetes cluster

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.