kubectl-fzf
kubectl-fzf copied to clipboard
A fast kubectl autocompletion with fzf
This one allows to load multiple configs when `KUBECONF` defined with multiple configs in it. It uses native api with `clientcmd.PathOptions` and load configuration on next order: 1. `KUBECONF` -...
kubectl 1.22 made major changes to zsh autocompletion https://github.com/kubernetes/kubernetes/commit/77bb053102cbe1581857dd35e9c095888d2c85d3 kubectl-fzf no longer works with this
- You must specify contextName when installing with helm - Add missing apiVersion in chart.yaml - remove clusterIP which conflicts if a helm upgrade is performed - Set tag to...
When using `kubectl get node [tab]`, `join: malformed -o option field` is printed and the node list is not shown. Removing `-oauto` fixes this.
Looks like `cache_builder` doesn't work with multiple paths in KUBECONFIG ``` $ cache_builder I0603 13:15:47.314887 38163 main.go:190] Building role blacklist from "[]" goroutine 1 [running]: runtime/debug.Stack(0xc00004e05b, 0x39, 0x0) /usr/local/Cellar/go/1.15.5/libexec/src/runtime/debug/stack.go:24 +0x9f...
Hi, I have a local cache_builder started as a daemon. To access most of my clusters I have to login. The problem is that cache_builder returns Unauthorized errors until I...
I know the problem is on my side, but I cannot figure out why. When I type `kubectl ` the aucompletion will offer me the list of every command I...
Hi! I'm trying to add `cache_builder` as a startup service on my computer, but I get the following error on `systemctl` status: ``` ● cache-builder.service - Cache Builder for Kubectl-FZF...
When I type `kubectl get ` it shows me the right list of resources, I select pods and tab again for the exact pods when I get: ``` ssh: Could...
pressed after "get" , ```sh k -n kube-system get bash: nouns: bad array subscript Warning: Program '/bin/bash' crashed. ``` if I press the tab after "-n" works correctly, so sometimes...