kubectl-config-doctor

Crates.iokubectl-config-doctor
lib.rskubectl-config-doctor
version0.3.1
sourcesrc
created_at2024-09-13 12:38:59.901784
updated_at2024-09-13 12:48:55.737238
descriptionKubectl plugin to validate kubeconfigs
homepagehttps://aptakube.com
repositoryhttps://github.com/aptakube/kubectl-config-doctor
max_upload_size
id1373613
size63,005
Guilherme Oenning (goenning)

documentation

README

kubectl-config-doctor

A kubectl plugin to validate and test kubeconfigs.

Release License

💻 Install

Via Krew (Recommended):

$ kubectl krew install config-doctor

Via Cargo:

$ cargo install kubectl-config-doctor

📝 Intro

If you're having issues connecting to a Kubernetes cluster, there's a good chance that the problem lies in your kubeconfig file.

kubectl-config-doctor is a tool that can help you diagnose common issues with your kubeconfig file, such as:

  • Duplicate contexts/clusters/users
  • Missing contexts/clusters/users
  • Incorrectly formatted kubeconfig files
  • Unreachable proxy api
  • Unreachable cluster api
  • Invalid authentication methods
  • Files that don't exist
  • ... and more!

🚀 Usage

$ kubectl config-doctor

✨ Demo

📃 License

MIT

❤️ Acknowledgement

Aptakube
Commit count: 0

cargo fmt