tmux icon indicating copy to clipboard operation
tmux copied to clipboard

Added kubernetes-context plugin

Open JannoTjarks opened this issue 3 years ago • 1 comments

This pull request is adding a plugin for kubernetes. It shows the current kubernetes status in the statusbar. It needs the tool kubectl installed.

image

With the variable dracula-kubernetes-context-label the user can add a prefix for the statusbar entry. image

JannoTjarks avatar Feb 11 '22 15:02 JannoTjarks

Any chance we can get this one today? :wink wink:

pentago avatar Feb 25 '22 07:02 pentago

Hi @ethancedwards8 , what is the current status?

JannoTjarks avatar Oct 26 '22 06:10 JannoTjarks

I'm hesitant to merge this because of the use of an external tool. I realize the Git module used an external tool, but it's more mainstream and widespread.

ethancedwards8 avatar Oct 26 '22 11:10 ethancedwards8

Hi @ethancedwards8, i understand your hesitate. But all users working with kubernetes got kubectl installed.

As @pentago shows, there is a wish/need for a plugin like this. There are also existing solution like https://github.com/jonmosco/kube-tmux which will not work which dracula/tmux. The users understand, that the need kubectl as binary installed. It should be enough, to communicate it to the users through the README.

JannoTjarks avatar Oct 28 '22 20:10 JannoTjarks

Correct. If someone works with Kubernetes they abaolutely have kubectl installed, without it they can't interface with the API server so having kubectl is a must.

pentago avatar Oct 28 '22 21:10 pentago