kube-no-trouble
Easily check your clusters for use of deprecated apis
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.
https://github.com/doitintl/kube-no-trouble/
arm64 amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install kube-no-trouble
Snippets
Download URLs
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for kube-no-trouble are versioned here.
Click here to see kube-no-trouble ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/kube-no-trouble/ops2deb.yml
name: kube-no-trouble
matrix:
architectures:
- amd64
- arm64
version: 0.7.0
homepage: https://github.com/doitintl/kube-no-trouble/
summary: easily check your clusters for use of deprecated apis
description: |-
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.
fetch: https://github.com/doitintl/kube-no-trouble/releases/download/{{version}}/kubent-{{version}}-linux-{{goarch}}.tar.gz
install:
- kubent:/usr/bin/kubent
The blueprint fetch
keyword contains a URL template pointing to kube-no-trouble releases. Downloaded files are locked in a lockfile versioned here.
Click here to see kube-no-trouble release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/kube-no-trouble/ops2deb.lock.yml
- url: https://github.com/doitintl/kube-no-trouble/releases/download/0.7.0/kubent-0.7.0-linux-amd64.tar.gz
sha256: 01c01835184553cf554e254b5ccfa082a096bf68453bb06201d4abbf335c72f4
timestamp: 2023-03-01 10:20:26+00:00
- url: https://github.com/doitintl/kube-no-trouble/releases/download/0.7.0/kubent-0.7.0-linux-arm64.tar.gz
sha256: 64c3d63752dcb1cc9664bf7500bbfc4619d62ba84771bad1da1c943cb1889f1a
timestamp: 2023-03-01 10:20:26+00:00