-
https://github.com/kubernetes-sigs/krew-index
https://github.com/kubernetes-sigs/krew
-
Krew is an automated dependency management for kubectl plugins, it would be nice to have `dig` available there.
Plugins are located here - https://github.com/kubernetes-sigs/krew-index
-
Krew tries hard to not break an existing plugin installation, if something during install goes awry. To that end, krew uses symlinks to create a pointer from `$KREW_HOME/bin/kubectl-` into the fully p…
-
See https://krew.sigs.k8s.io/docs/developer-guide/distributing-with-krew/
-
Submit as an official krew plugin: https://krew.sigs.k8s.io/docs/developer-guide/release/new-plugin/
-
```
# Enable shell completion
autoload -U compinit; compinit
# Install Krew - the package manager for kubectl plugins
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
# https://kubernetes.io…
-
Would be great if Linux arm64 builds are provided.
Currently, `kubectl krew install get-all` fails:
```
Installing plugin: get-all
W0517 03:29:17.788413 16 install.go:164] failed to install…
-
In order to make Crossplane CLI more discoverable and easier to install/upgrade, it should be made available in the Krew Index: https://github.com/kubernetes-sigs/krew-index
Requirements of adding …
-
:wave: Hello, maintainer of the kubectl plugin manager [krew](https://github.com/kubernetes-sigs/krew) here.
Thank you for your commitment to open source by making this plugin available via `krew`!
…
-
I am trying to run kubectl flame plugin with the below command. when the flame pod is spinned by kubect flame plugin command, I am getting below error.
kubectl flame -n=cert cert-exporter-cert-expo…