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

v0.30.1 not present in Krew store

Open jmauro opened this issue 1 year ago • 1 comments

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 is inspired by brew doctor.
It will scan the active kube-context for anomalies or
useful action points that it can report back to you.
This plugin does not change any state or configuration.

Please check the repository for an example report:

* https://github.com/emirozer/kubectl-doctor

CAVEATS:
\
 | This plugin needs higher privileges on core API group.
 | Potentially a ClusterRole that can get cluster-scoped resources.
 | Such as nodes / all namespaces etc.
/

I tried to make a PR to update the version inside krew store but unfortunately, the format of your release is not an archive format anymore (was a zip before). Do you mind releasing zip files for me to add the update version inside krew store?

Kind regards, JM

jmauro avatar Aug 30 '22 17:08 jmauro