kubectl-doctor icon indicating copy to clipboard operation
kubectl-doctor copied to clipboard

kubectl cluster triage plugin for k8s - 🏥 (brew doctor equivalent)

Results 11 kubectl-doctor issues
Sort by recently updated
recently updated
newest added

I have my applications deployed in multiple namespaces (CICD), but in the report, the namespace is missing. Will be useful to know. ```` --- TriageReport: - Resource: Endpoints AnomalyType: Found...

[`krew`](https://krew.sigs.k8s.io/) (which is the common way of installing `kubectl` plugins) expects the assets to be archive files. The previous two releases (0.2.1 and 0.3.0) had the assets as archive files,...

I am getting this warning when running this tool against a recent cluster. Probably the client library needs a bump. ``` INFO[0000] Going for a full scan as no flags...

Having multiple contexts in the environment variable `KUBECONFIG` fails when it tries to scan the provided namespace. The result is exactly the same passing the `-n my_namespace` flag or providing...

Could you please let me know how to we exclude few checks from this report... Say I want to exclude leftovers or want to get a report of only PV's.....

enhancement

### Changes #### Migrate build workflow to GoReleaser and GitHub CI This makes releasing updates to [Krew](https://krew.sigs.k8s.io/) easier. Also removed the Makefile, since it seems like most of its tasks...

Hello, Krew doesn't have the latest version of this plugin: ``` kubectl krew info doctor NAME: doctor INDEX: default URI: https://github.com/emirozer/kubectl-doctor/releases/download/0.3.0/kubectl-doctor_linux_amd64.zip SHA256: 94ac5b4f6061176ade6650031e85018baf093b2a27b28ce5e73a78af1ceebc2a VERSION: v0.3.0 HOMEPAGE: https://github.com/emirozer/kubectl-doctor DESCRIPTION: This plugin...

- Upgrading to go 1.19 + client-go 0.25.0 - Updated API versions to match client-go ( Fixes #13 ) - Adding additional triages: - Report Unready pods - Report Pods...

Please add darwin/arm64 binaries (M1 Macs)