kube-plugin/kubectl-deprecated_api
2025-03-13 09:11:47 +01:00

8 lines
277 B
Bash
Executable File

#!/usr/bin/env bash
if ! command -v prom2json > /dev/null; then
echo "You need prom2json to use this command"
exit 1
fi
kubectl get --raw /metrics | prom2json | jq -c '.[] | select(.name=="apiserver_requested_deprecated_apis").metrics[].labels' | column -t -s'{}[],"'