jonmosco / kube-tmux

Kubernetes status line for tmux
Apache License 2.0
345 stars 46 forks source link

Context status seems to have Max char limit. #18

Open sandeep-ad opened 2 years ago

sandeep-ad commented 2 years ago

My Context name is little longer 38 char which shows up fine but then there is no space left for namespace and its not fully displayed. This is what I see in status bar.

⎈ aks-cluster-cus-nonprod-ricn-green:bp-

Actually namespace name is bigger.

exe-r commented 1 year ago

As a temp fix you could implement something like kube-ps1 https://github.com/jonmosco/kube-ps1#customize-display-of-cluster-name-and-namespace but as permanent solution I think it needs to be included in the code here.