kube-no-trouble

Easily check your cluster for use of deprecated APIs

Easily check your cluster for use of deprecated APIs Kubernetes 1.16 is slowly starting to roll out, not only across various managed Kubernetes offerings, and with that come a lot of API deprecations1. Kube No Trouble (kubent) is a simple tool to check whether you're using any of these API versions in your cluster and therefore should upgrade your workloads first, before upgrading your Kubernetes cluster. This tool will be able to detect deprecated APIs depending on how you deploy your resources, as we need the original manifest to be stored somewhere. In particular following tools are supported: * file - local manifests in YAML or JSON * kubectl - uses the kubectl.kubernetes.io/last-applied-configuration annotation * Helm v2 - uses Tiller manifests stored in K8s Secrets or ConfigMaps * Helm v3 - uses Helm manifests stored as Secrets or ConfigMaps directly in individual namespaces

There is no official package available for openSUSE Leap 16.0

Distributions

openSUSE Tumbleweed

openSUSE Leap 16.0

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Backports for SLE 15 SP7

openSUSE Backports for SLE 15 SP4