Anthonin Bonnefoy

Results 14 comments of Anthonin Bonnefoy

The completion system has been completely rewrote and I was able to remove a considerable amount of shell hack. You should not encounter this anymore. Thanks!

Hey, thanks for the PR. I had to rewrite a lot of kubectl-fzf and some parts were simplified, notably: - We don't need to set the context name anymore -...

The autocompletion check if there's a `kubectl-fzf` pod running and rsync from it. Can you check if you don't have a pod running with `kubectl get endpoints -l app=kubectl-fzf --all-namespaces`?...

Should be fixed with https://github.com/bonnefoa/kubectl-fzf/commit/f2a66fdf69f1551cec8b1ae7d048e27449a2fc64

kubectl-fzf is not using rsync anymore, closing it.

Hey, author here! The `kubectl` update required a good amount of rewrite and design changes. I've finally managed to get some time to tackle those and released the v3. It's...

There's an example on how to use kubectl-fzf as a systemd service now https://github.com/bonnefoa/kubectl-fzf#install-kubectl-fzf-server-as-a-systemd-service kubectl-fzf now only relies on KUBECONFIG to look for the correct kubeconfig file.

Hey, thanks for the PR. kubectl-fzf went through a rewrite and I've simplified [cluster_config](https://github.com/bonnefoa/kubectl-fzf/blob/main/internal/k8s/clusterconfig/cluster_config.go#L36) to only rely on KUBECONFIG Multiple KUBECONFIG should be managed now.

kubectl-fzf now relies on the default KUBECONFIG behaviour, multiple files are now managed.

I've added the option to `--exit-on-unauthorized` to the `kubectl-fzf-server` Coupled with a systemd unit, you should be able to automatically restart.