replicatedhq / troubleshoot

Preflight Checks and Support Bundles Framework for Kubernetes Applications
https://troubleshoot.sh
Apache License 2.0
539 stars 92 forks source link

update k8s imports to v0.30.0 and address changed function signature #1528

Closed laverya closed 2 months ago

laverya commented 2 months ago

Description, Motivation and Context

K8s v0.30.0 APIs changed a function signature used in troubleshoot, preventing importing both troubleshoot and latest k8s. This updates our use of that function to match the new signature, and updates the k8s libs as well.

Checklist

Does this PR introduce a breaking change?