Skip to content

Simple shell script to check your cluster for resources that will be or are deprecated.

License

Notifications You must be signed in to change notification settings

nrkno/kubernetes-deprecations-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple shell script to check for deprecations in your kubernetes cluster

Starting at kubernetes version 1.25. Manual updates to deprecations.json is needed when new kubernetes deprecations are announced.

Usage

curl -sL https://raw.githubusercontent.com/nrkno/kubernetes-deprecations-checker/main/deprecations.sh | bash

or

chmod +x deprecations.sh
./deprecations.sh

Dependencies:

kubectl
jq
xargs

About

Simple shell script to check your cluster for resources that will be or are deprecated.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages