kube-fzf icon indicating copy to clipboard operation
kube-fzf copied to clipboard

Shell commands using kubectl and fzf for command-line fuzzy searching of Kubernetes Pods.

Results 6 kube-fzf issues
Sort by recently updated
recently updated
newest added

Cannot ``` brew tap thecasualcoder/stable ``` Getting ``` Error: Invalid formula: /usr/local/Homebrew/Library/Taps/thecasualcoder/homebrew-stable/Formula/stevedore.rb stevedore: Calling bottle :unneeded is disabled! There is no replacement. Please report this issue to the thecasualcoder/stable tap...

This is a request for opinion. Instead of invoking kubectl commands inside the shell script, can we do an `exec` so that the process is replaced with the `kubectl` command...

It would be nice if you could include change log as part of every release

it would be nice, when it were possible to specify an output format. kubectl allows to output in json format. That way it is possible to pipe the output to...