Incorrect rendering of foreground color in k9s #23640

Closed
opened 2026-01-31 08:47:56 +00:00 by claunia · 12 comments
Owner

Originally created by @lindhe on GitHub (Sep 24, 2025).

Windows Terminal version

1.22.12111.0

Windows build number

10.0.26100.0

Other Software

  • WSL2
  • Ubuntu 22.04
  • k9s v0.50.4

I've also tried Microsoft Terminal Preview (version1.24.2372.0) with the same issue.

Steps to reproduce

  1. Open WSL2 in Microsoft Terminal.
  2. Install k9s: https://k9scli.io/topics/install/
  3. Get yourself a Kubernetes cluster, e.g. via Minikube: https://minikube.sigs.k8s.io/docs/start/
  4. Run k9s

Expected Behavior

I expect k9s's configured foreground color to be used, e.g. like the black text in this example:

Image

Actual Behavior

I'm getting text that's very hard to read since it has little contrast with the background color:

Image
Originally created by @lindhe on GitHub (Sep 24, 2025). ### Windows Terminal version 1.22.12111.0 ### Windows build number 10.0.26100.0 ### Other Software - WSL2 - Ubuntu 22.04 - k9s v0.50.4 I've also tried Microsoft Terminal Preview (version1.24.2372.0) with the same issue. ### Steps to reproduce 1. Open WSL2 in Microsoft Terminal. 2. Install k9s: https://k9scli.io/topics/install/ 3. Get yourself a Kubernetes cluster, e.g. via Minikube: https://minikube.sigs.k8s.io/docs/start/ 4. Run `k9s` ### Expected Behavior I expect k9s's configured foreground color to be used, e.g. like the black text in this example: <img width="1260" height="660" alt="Image" src="https://github.com/user-attachments/assets/d9ad0a85-d82c-4dc6-8b08-6322888f3b38" /> ### Actual Behavior I'm getting text that's very hard to read since it has little contrast with the background color: <img width="546" height="237" alt="Image" src="https://github.com/user-attachments/assets/68515f90-c180-451a-9ab7-a3402570c064" />
claunia added the Needs-TriageIssue-BugNeeds-Attention labels 2026-01-31 08:47:56 +00:00
Author
Owner

@lindhe commented on GitHub (Sep 24, 2025):

I had a discussion on k9s Slack a while back to confirm that it's not a config issue on my side – k9s tries to render the correct color but it does not show in my terminal. I see there's many open issues regarding color rending, I have no idea if this instance of the problem is the same as some of the open issues.

@lindhe commented on GitHub (Sep 24, 2025): I had a discussion on k9s Slack a while back to confirm that it's not a config issue on my side – k9s tries to render the correct color but it does not show in my terminal. I see there's many open issues regarding color rending, I have no idea if this instance of the problem is the same as some of the open issues.
Author
Owner

@lhecker commented on GitHub (Sep 24, 2025):

Image

...but I don't have your theme. Disable this setting, if it's enabled:

Image
@lhecker commented on GitHub (Sep 24, 2025): <img width="1730" height="1044" alt="Image" src="https://github.com/user-attachments/assets/fedae5d7-1823-474b-a64a-fee4acc8fd0c" /> ...but I don't have your theme. Disable this setting, if it's enabled: <img width="1730" height="1044" alt="Image" src="https://github.com/user-attachments/assets/c6d6b694-6962-4b88-b15d-48497f3d905d" />
Author
Owner

@lindhe commented on GitHub (Sep 25, 2025):

Thanks a lot for the reply! It looks like that setting is set to "Never" for me. 🤔

@lindhe commented on GitHub (Sep 25, 2025): Thanks a lot for the reply! It looks like that setting is set to "Never" for me. 🤔
Author
Owner

@lindhe commented on GitHub (Sep 26, 2025):

To try and again convince myself that it's not "my config" messing things up, I created a new WSL2 instance with Ubuntu 24.04.1 LTS and installed docker, minikube and k9s. This is what it looks like:

Image

I notice that even the crumbs (<namespace> at the bottom) looks way different than your (<pod>) does.

I've also checked multiple monitors, so it's not that my screen has a blue light filter or something strange.

@lindhe commented on GitHub (Sep 26, 2025): To try and again convince myself that it's not "my config" messing things up, I created a new WSL2 instance with Ubuntu 24.04.1 LTS and installed docker, minikube and k9s. This is what it looks like: <img width="1717" height="861" alt="Image" src="https://github.com/user-attachments/assets/b3aa8929-40d2-4f3e-ac91-82f5eb45cfab" /> I notice that even the crumbs (`<namespace>` at the bottom) looks way different than your (`<pod>`) does. I've also checked multiple monitors, so it's not that my screen has a blue light filter or something strange.
Author
Owner

@DHowett commented on GitHub (Sep 26, 2025):

Hmmmm.... would you be able to grab us the output from the debug tap while it's displaying that screen?

I wonder if we're getting different color codes than you are!

(Please note that the debug tap will include your input, so do be careful if you have any passwords or other credentials going in!)

@DHowett commented on GitHub (Sep 26, 2025): Hmmmm.... would you be able to grab us the output from the [debug tap](https://github.com/microsoft/terminal/wiki/Troubleshooting-Tips#enabling-the-debug-tap) while it's displaying that screen? I wonder if we're getting different color codes than you are! (Please note that the debug tap will include your input, so do be careful if you have any passwords or other credentials going in!)
Author
Owner

@j4james commented on GitHub (Sep 26, 2025):

I suspect k9s may be using SGR 1 (i.e. bold/bright), so the color in question is bright black. On lhecker's system, SGR 1 is assumedly configured to use a bold font rather than bright colors, which is why the text just looks black, but the font appears to be bold.

@j4james commented on GitHub (Sep 26, 2025): I suspect k9s may be using `SGR 1` (i.e. bold/bright), so the color in question is bright black. On lhecker's system, `SGR 1` is assumedly configured to use a bold font rather than bright colors, which is why the text just looks black, but the font appears to be bold.
Author
Owner

@lindhe commented on GitHub (Sep 29, 2025):

Thanks, I'll enable the debug tap and try to capture something! BRB

@lindhe commented on GitHub (Sep 29, 2025): Thanks, I'll enable the debug tap and try to capture something! BRB
Author
Owner

@lindhe commented on GitHub (Sep 29, 2025):

Here's output from the debug tap. I ran it in my new WSL2 environment, so should not be anything sensitive here. I opened k9s and navigated up and down through the namespaces listed there.

Tell me if this is a good format posting it, or if you want it as a file or whatever!

Output from debug tap

␛[1t␛[c␛[?1004h␛[?9001h␛[?61;4;6;7;14;21;22;23;24;28;32;42;52c␛]0;Ubuntu␣24.04.1␣LTS␛\␛[18;56;0;1;43;1_␛[18;56;0;1;43;1_␛[18;56;0;1;43;1_␛[17;29;0;0;35;1_␛[18;56;0;0;34;1_␛[18;56;0;0;32;1_␛[?2004h␛]0;andreas@PSE-10SRHW3:␣~␇␛[01;32mandreas@PSE-10SRHW3␛[00m:␛[01;34m~␛[00m$␣␛[75;37;107;1;32;1_k␛[75;37;107;0;32;1_␛[57;10;57;1;32;1_9␛[57;10;57;0;32;1_␛[83;31;115;1;32;1_s␛[83;31;115;0;32;1_␛[13;28;13;1;32;1_␍␊
␛[?2004l␍␛[13;28;13;0;32;1_␛[?1000l␛[?1002l␛[?1003l␛[?1006l␛[?2004l␛[?1049h␛[22;0;0t␛[?1h␛=␛[?25l␛[H␛[2J␛[?25l␛[1;1H␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[2;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[3;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣____␣␣__␣________␣␣␣␣␣␣␣␣_______␣␣____␣␣␣␣␣___␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[4;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣|/␣␣/␣␣␣__␣␣␣\______/␣␣␣___␣\|␣␣␣␣|␣␣␣|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[5;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣␣␣␣/\____␣␣␣␣/␣␣___/␣␣␣␣\␣␣\/|␣␣␣␣|␣␣␣|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[6;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣\␣␣␣\␣␣/␣␣␣␣/\___␣␣\␣␣␣␣␣\___|␣␣␣␣|___|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[7;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|____|\__␣\/____//____␣␣/\______␣␣/_______␣\___|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[8;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣\/␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[9;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[10;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␛[1mRevision␣␛(B␛[m␛[91;40m␛[1mv0.50.12␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[13;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[14;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[15;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[16;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[17;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[18;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[19;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[20;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[21;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[22;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[23;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[24;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[25;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[26;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[27;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[28;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[29;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[30;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[31;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣���␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[32;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[33;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[34;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[35;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[36;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[1;2H␛(B␛[m␛[38;5;214;40mContext:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␣[RW]␛[1;45H␛(B␛[m␛[38;5;214;40m␛[1m␣____␣␣__␣________␣␣␣␣␣␣␣␛[2;2H␛(B␛[m␛[38;5;214;40mCluster:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␛[2;45H␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣|/␣␣/␣␣␣__␣␣␣\______␛[3;2H␛(B␛[m␛[38;5;214;40mUser:␛[3;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␛[3;47H␣␣␣␣␛[3;53H/\_␛[3;60H␣␣␣/␣␣___/␛[4;2H␛(B␛[m␛[38;5;214;40mK9s␣Rev:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mv0.50.12␣⚡️␛[4;22H␛(B␛[m␛[38;5;73;40m␛[1mv0.50.13␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␛[4;50H\␣␛[4;54H\␣␛[4;57H/␛[4;59H␣␣␣/\___␣␣\␛[5;2H␛(B␛[m␛[38;5;214;40mK8s␣Rev:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mv1.34.0␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|____|\__␛[5;55H\/____//____␣␣/␛[6;2H␛(B␛[m␛[38;5;214;40mCPU:␛[6;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;202;40m␛[1mn/a␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣␣␛[6;51H␣␣␣\/␛[6;59H␣␣␣␣␣␣␣␣\/␣␛[7;2H␛(B␛[m␛[38;5;214;40mMEM:␛[7;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;202;40m␛[1mn/a␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[8;1H␛(B␛[m␛[38;5;117;40m␛[1m┌────────────────────────␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m␛[1mnamespaces(␛(B␛[m␛[95;40m␛[1mall␛(B␛[m␛[96;40m)[␛(B␛[m␛[38;5;230;40m␛[1m5␛(B␛[m␛[96;40m]␣␛(B␛[m␛[38;5;117;40m␛[1m────────────────────────┐␛[9;1H│␛[9;3H␛(B␛[m␛[97;40mNAME␛(B␛[m␛[96;40m␛[1m↑␛[9;31H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40mSTATUS␛[9;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40mAGE␛[9;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[10;1H│␛[10;3H␛(B␛[m␛[30;48;5;117m␛[1mall␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[10;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[11;1H│␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛[11;27H␛(B␛[m␛[40m␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␛[11;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛[11;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[12;1H│␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛[12;31H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[12;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛[12;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[13;1H│␛[13;3H␛(B␛[m␛[38;5;117;40mkube-public␣␣␣␣␣␛[13;31H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[13;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛[13;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[14;1H│␛[14;3H␛(B␛[m␛[38;5;117;40mkube-system␣␣␣␣␣␛[14;31H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[14;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛[14;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[15;1H│␛[15;70H│␛[16;1H│␛[16;70H│␛[17;1H│␛[17;70H│␛[18;1H│␛[18;70H│␛[19;1H│␛[19;70H│␛[20;1H│␛[20;70H│␛[21;1H│␛[21;70H│␛[22;1H│␛[22;70H│␛[23;1H│␛[23;70H│␛[24;1H│␛[24;70H│␛[25;1H│␛[25;70H│␛[26;1H│␛[26;70H│␛[27;1H│␛[27;70H│␛[28;1H│␛[28;70H│␛[29;1H│␛[29;70H│␛[30;1H│␛[30;70H│␛[31;1H│␛[31;70H│␛[32;1H│␛[32;70H│␛[33;1H│␛[33;70H│␛[34;1H└────────────────────────────────────────────────────────────────────┘␛[35;2H␛(B␛[m␛[30;48;5;214m␛[1m␣<namespace>␣␛(B␛[m␛[97;40m␣␛[36;22H␛(B␛[m␛[38;5;223;40m😎␛[36;24H␣Viewing␣v1/namespaces...␛[?25l␛[?25l␛[?25l␛[40;80;0;1;288;1_␛[?25l␛[10;3H␛(B␛[m␛[38;5;117;40mall␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[40;80;0;1;288;1_␛[?25l␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[30;48;5;117m␛[1mkube-node-lease␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[?25l␛[?25l␛[38;72;0;1;288;1_␛[?25l␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[38;72;0;1;288;1_␛[?25l␛[10;3H␛(B␛[m␛[30;48;5;117m␛[1mall␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[?25l␛[36;22H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l␛[40;80;0;1;288;1_␛[?25l␛[?25l␛[?25l␛[10;3H␛(B␛[m␛[38;5;117;40mall␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[40;80;0;1;288;1_␛[?25l␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[30;48;5;117m␛[1mkube-node-lease␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[40;80;0;1;288;1_␛[?25l␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[13;3H␛(B␛[m␛[30;48;5;117m␛[1mkube-public␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[?25l␛[?25l␛[38;72;0;1;288;1_␛[?25l␛[12;3Hkube-node-lease␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[13;3H␛(B␛[m␛[38;5;117;40mkube-public␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[38;72;0;1;288;1_␛[?25l␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[38;72;0;1;288;1_␛[?25l␛[10;3H␛(B␛[m␛[30;48;5;117m␛[1mall␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[O␛

@lindhe commented on GitHub (Sep 29, 2025): Here's output from the debug tap. I ran it in my new WSL2 environment, so should not be anything sensitive here. I opened k9s and navigated up and down through the namespaces listed there. Tell me if this is a good format posting it, or if you want it as a file or whatever! <details><summary>Output from debug tap</summary> <p> ```text ␛[1t␛[c␛[?1004h␛[?9001h␛[?61;4;6;7;14;21;22;23;24;28;32;42;52c␛]0;Ubuntu␣24.04.1␣LTS␛\␛[18;56;0;1;43;1_␛[18;56;0;1;43;1_␛[18;56;0;1;43;1_␛[17;29;0;0;35;1_␛[18;56;0;0;34;1_␛[18;56;0;0;32;1_␛[?2004h␛]0;andreas@PSE-10SRHW3:␣~␇␛[01;32mandreas@PSE-10SRHW3␛[00m:␛[01;34m~␛[00m$␣␛[75;37;107;1;32;1_k␛[75;37;107;0;32;1_␛[57;10;57;1;32;1_9␛[57;10;57;0;32;1_␛[83;31;115;1;32;1_s␛[83;31;115;0;32;1_␛[13;28;13;1;32;1_␍␊ ␛[?2004l␍␛[13;28;13;0;32;1_␛[?1000l␛[?1002l␛[?1003l␛[?1006l␛[?2004l␛[?1049h␛[22;0;0t␛[?1h␛=␛[?25l␛[H␛[2J␛[?25l␛[1;1H␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[2;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[3;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣____␣␣__␣________␣␣␣␣␣␣␣␣_______␣␣____␣␣␣␣␣___␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[4;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣|/␣␣/␣␣␣__␣␣␣\______/␣␣␣___␣\|␣␣␣␣|␣␣␣|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[5;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣␣␣␣/\____␣␣␣␣/␣␣___/␣␣␣␣\␣␣\/|␣␣␣␣|␣␣␣|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[6;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣\␣␣␣\␣␣/␣␣␣␣/\___␣␣\␣␣␣␣␣\___|␣␣␣␣|___|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[7;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|____|\__␣\/____//____␣␣/\______␣␣/_______␣\___|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[8;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣\/␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[9;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[10;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␛[1mRevision␣␛(B␛[m␛[91;40m␛[1mv0.50.12␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[13;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[14;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[15;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[16;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[17;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[18;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[19;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[20;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[21;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[22;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[23;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[24;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[25;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[26;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[27;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[28;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[29;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[30;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[31;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣���␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[32;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[33;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[34;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[35;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[36;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[1;2H␛(B␛[m␛[38;5;214;40mContext:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␣[RW]␛[1;45H␛(B␛[m␛[38;5;214;40m␛[1m␣____␣␣__␣________␣␣␣␣␣␣␣␛[2;2H␛(B␛[m␛[38;5;214;40mCluster:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␛[2;45H␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣|/␣␣/␣␣␣__␣␣␣\______␛[3;2H␛(B␛[m␛[38;5;214;40mUser:␛[3;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␛[3;47H␣␣␣␣␛[3;53H/\_␛[3;60H␣␣␣/␣␣___/␛[4;2H␛(B␛[m␛[38;5;214;40mK9s␣Rev:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mv0.50.12␣⚡️␛[4;22H␛(B␛[m␛[38;5;73;40m␛[1mv0.50.13␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␛[4;50H\␣␛[4;54H\␣␛[4;57H/␛[4;59H␣␣␣/\___␣␣\␛[5;2H␛(B␛[m␛[38;5;214;40mK8s␣Rev:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mv1.34.0␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|____|\__␛[5;55H\/____//____␣␣/␛[6;2H␛(B␛[m␛[38;5;214;40mCPU:␛[6;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;202;40m␛[1mn/a␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣␣␛[6;51H␣␣␣\/␛[6;59H␣␣␣␣␣␣␣␣\/␣␛[7;2H␛(B␛[m␛[38;5;214;40mMEM:␛[7;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;202;40m␛[1mn/a␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[8;1H␛(B␛[m␛[38;5;117;40m␛[1m┌────────────────────────␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m␛[1mnamespaces(␛(B␛[m␛[95;40m␛[1mall␛(B␛[m␛[96;40m)[␛(B␛[m␛[38;5;230;40m␛[1m5␛(B␛[m␛[96;40m]␣␛(B␛[m␛[38;5;117;40m␛[1m────────────────────────┐␛[9;1H│␛[9;3H␛(B␛[m␛[97;40mNAME␛(B␛[m␛[96;40m␛[1m↑␛[9;31H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40mSTATUS␛[9;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40mAGE␛[9;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[10;1H│␛[10;3H␛(B␛[m␛[30;48;5;117m␛[1mall␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[10;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[11;1H│␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛[11;27H␛(B␛[m␛[40m␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␛[11;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛[11;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[12;1H│␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛[12;31H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[12;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛[12;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[13;1H│␛[13;3H␛(B␛[m␛[38;5;117;40mkube-public␣␣␣␣␣␛[13;31H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[13;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛[13;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[14;1H│␛[14;3H␛(B␛[m␛[38;5;117;40mkube-system␣␣␣␣␣␛[14;31H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[14;51H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛[14;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[15;1H│␛[15;70H│␛[16;1H│␛[16;70H│␛[17;1H│␛[17;70H│␛[18;1H│␛[18;70H│␛[19;1H│␛[19;70H│␛[20;1H│␛[20;70H│␛[21;1H│␛[21;70H│␛[22;1H│␛[22;70H│␛[23;1H│␛[23;70H│␛[24;1H│␛[24;70H│␛[25;1H│␛[25;70H│␛[26;1H│␛[26;70H│␛[27;1H│␛[27;70H│␛[28;1H│␛[28;70H│␛[29;1H│␛[29;70H│␛[30;1H│␛[30;70H│␛[31;1H│␛[31;70H│␛[32;1H│␛[32;70H│␛[33;1H│␛[33;70H│␛[34;1H└────────────────────────────────────────────────────────────────────┘␛[35;2H␛(B␛[m␛[30;48;5;214m␛[1m␣<namespace>␣␛(B␛[m␛[97;40m␣␛[36;22H␛(B␛[m␛[38;5;223;40m😎␛[36;24H␣Viewing␣v1/namespaces...␛[?25l␛[?25l␛[?25l␛[40;80;0;1;288;1_␛[?25l␛[10;3H␛(B␛[m␛[38;5;117;40mall␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[40;80;0;1;288;1_␛[?25l␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[30;48;5;117m␛[1mkube-node-lease␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[?25l␛[?25l␛[38;72;0;1;288;1_␛[?25l␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[38;72;0;1;288;1_␛[?25l␛[10;3H␛(B␛[m␛[30;48;5;117m␛[1mall␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[?25l␛[36;22H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l␛[40;80;0;1;288;1_␛[?25l␛[?25l␛[?25l␛[10;3H␛(B␛[m␛[38;5;117;40mall␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[40;80;0;1;288;1_␛[?25l␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[30;48;5;117m␛[1mkube-node-lease␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[40;80;0;1;288;1_␛[?25l␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[13;3H␛(B␛[m␛[30;48;5;117m␛[1mkube-public␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[40;80;0;0;288;1_␛[?25l␛[?25l␛[38;72;0;1;288;1_␛[?25l␛[12;3Hkube-node-lease␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[13;3H␛(B␛[m␛[38;5;117;40mkube-public␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[38;72;0;1;288;1_␛[?25l␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣3d␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[38;72;0;1;288;1_␛[?25l␛[10;3H␛(B␛[m␛[30;48;5;117m␛[1mall␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[38;72;0;0;288;1_␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[O␛ ``` </p> </details>
Author
Owner

@DHowett commented on GitHub (Sep 29, 2025):

A-ha! James' intuition is spot-on (as usual).

␛[30;48;5;214m␛[1m␣<namespace>␣␛(B␛[m

SGR: Black foreground 30, yellow background 48;5;214
SGR: Intense 1

@lindhe if you toggle this setting...

Image

... to "bold font" (or "none", if you dislike the appearance!), does it solve your issue?

I know a bunch of ink has been spilled on this topic, but maybe we should explain in an FAQ page why our defaults are the way they are for this setting specifically.

@DHowett commented on GitHub (Sep 29, 2025): A-ha! James' intuition is spot-on (as usual). ``` ␛[30;48;5;214m␛[1m␣<namespace>␣␛(B␛[m ``` SGR: Black foreground `30`, yellow background `48;5;214` SGR: Intense `1` @lindhe if you toggle this setting... <img width="1243" height="296" alt="Image" src="https://github.com/user-attachments/assets/ea22101d-aa26-4585-a779-cff7002f03c5" /> ... to "bold font" (or "none", if you dislike the appearance!), does it solve your issue? I know a bunch of ink has been spilled on this topic, but maybe we should explain in an FAQ page why our defaults are the way they are _for this setting specifically._
Author
Owner

@j4james commented on GitHub (Sep 29, 2025):

Just be aware that you might run across apps using bright black on black, or bright white on white, so if you disable the bright rendering option you can end up with invisible text instead.

Personally I'd suggest k9s avoid using ANSI colors if they want SGR 1 to trigger a bold font. They're already using ITU colors in some places anyway, so I can't see why they don't just use them consistently, which would avoid this problem.

@j4james commented on GitHub (Sep 29, 2025): Just be aware that you might run across apps using bright black on black, or bright white on white, so if you disable the bright rendering option you can end up with invisible text instead. Personally I'd suggest k9s avoid using ANSI colors if they want `SGR 1` to trigger a bold font. They're already using ITU colors in some places anyway, so I can't see why they don't just use them consistently, which would avoid this problem.
Author
Owner

@lindhe commented on GitHub (Sep 30, 2025):

Thanks for helping me debug this!

I've set this now:

Screenshot of terminal settings

Yet, it looks pretty much the same. 😕 Perhaps a little shinier...

Image
New debug tap output

␛[1t␛[c␛[?1004h␛[?9001h␛[?61;4;6;7;14;21;22;23;24;28;32;42;52c␛]0;Ubuntu␣24.04.1␣LTS␛\␛[18;56;0;0;32;1_␛[?2004h␛]0;andreas@PSE-10SRHW3:␣~␇␛[01;32mandreas@PSE-10SRHW3␛[00m:␛[01;34m~␛[00m$␣␛[75;37;107;1;32;1_k␛[75;37;107;0;32;1_␛[57;10;57;1;32;1_9␛[57;10;57;0;32;1_␛[83;31;115;1;32;1_s␛[83;31;115;0;32;1_␛[13;28;13;1;32;1_␍␊
␛[?2004l␍␛[13;28;13;0;32;1_␛[?1000l␛[?1002l␛[?1003l␛[?1006l␛[?2004l␛[?1049h␛[22;0;0t␛[?1h␛=␛[?25l␛[H␛[2J␛[?25l␛[1;1H␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[2;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[3;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣____␣␣__␣________␣␣␣␣␣␣␣␣_______␣␣____␣␣␣␣␣___␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[4;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣|/␣␣/␣␣␣__␣␣␣\______/␣␣␣___␣\|␣␣␣␣|␣␣␣|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[5;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣␣␣␣/\____␣␣␣␣/␣␣___/␣␣␣␣\␣␣\/|␣␣␣␣|␣␣␣|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[6;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣\␣␣␣\␣␣/␣␣␣␣/\___␣␣\␣␣␣␣␣\___|␣␣␣␣|___|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[7;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|____|\__␣\/____//____␣␣/\______␣␣/_______␣\___|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[8;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣\/␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[9;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[10;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␛[1mRevision␣␛(B␛[m␛[91;40m␛[1mv0.50.12␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[13;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[14;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[15;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[16;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[17;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[18;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[19;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[20;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[21;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[22;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[23;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[24;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[25;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[26;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[27;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[28;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[29;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[30;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[31;1H���␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[32;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[33;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[34;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[35;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[36;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[1;2H␛(B␛[m␛[38;5;214;40mContext:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␣[RW]␛[1;45H␛(B␛[m␛[38;5;214;40m␛[1m␣____␣␣__␣________␣␣␣␣␣␣␣␛[2;2H␛(B␛[m␛[38;5;214;40mCluster:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␛[2;45H␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣|/␣␣/␣␣␣__␣␣␣\______␛[3;2H␛(B␛[m␛[38;5;214;40mUser:␛[3;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␛[3;47H␣␣␣␣␛[3;53H/\_␛[3;60H␣␣␣/␣␣___/␛[4;2H␛(B␛[m␛[38;5;214;40mK9s␣Rev:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mv0.50.12␣⚡️␛[4;22H␛(B␛[m␛[38;5;73;40m␛[1mv0.50.13␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␛[4;50H\␣␛[4;54H\␣␛[4;57H/␛[4;59H␣␣␣/\___␣␣\␛[5;2H␛(B␛[m␛[38;5;214;40mK8s␣Rev:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mv1.34.0␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|____|\__␛[5;55H\/____//____␣␣/␛[6;2H␛(B␛[m␛[38;5;214;40mCPU:␛[6;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;202;40m␛[1mn/a␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣␣␛[6;51H␣␣␣\/␛[6;59H␣␣␣␣␣␣␣␣\/␣␛[7;2H␛(B␛[m␛[38;5;214;40mMEM:␛[7;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;202;40m␛[1mn/a␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[8;1H␛(B␛[m␛[38;5;117;40m␛[1m┌────────────────────────␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m␛[1mnamespaces(␛(B␛[m␛[95;40m␛[1mall␛(B␛[m␛[96;40m)[␛(B␛[m␛[38;5;230;40m␛[1m5␛(B␛[m␛[96;40m]␣␛(B␛[m␛[38;5;117;40m␛[1m────────────────────────┐␛[9;1H│␛[9;3H␛(B␛[m␛[97;40mNAME␛(B␛[m␛[96;40m␛[1m↑␛[9;30H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40mSTATUS␛[9;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40mAGE␛[9;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[10;1H│␛[10;3H␛(B␛[m␛[30;48;5;117m␛[1mall␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[10;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[11;1H│␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛[11;27H␛(B␛[m␛[40m␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␛[11;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d20h␣␛[11;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[12;1H│␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛[12;30H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[12;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d20h␣␛[12;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[13;1H│␛[13;3H␛(B␛[m␛[38;5;117;40mkube-public␣␣␣␣␣␛[13;30H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[13;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d20h␣␛[13;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[14;1H│␛[14;3H␛(B␛[m␛[38;5;117;40mkube-system␣␣␣␣␣␛[14;30H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[14;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d20h␣␛[14;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[15;1H│␛[15;70H│␛[16;1H│␛[16;70H│␛[17;1H│␛[17;70H│␛[18;1H│␛[18;70H│␛[19;1H│␛[19;70H│␛[20;1H│␛[20;70H│␛[21;1H│␛[21;70H│␛[22;1H│␛[22;70H│␛[23;1H│␛[23;70H│␛[24;1H│␛[24;70H│␛[25;1H│␛[25;70H│␛[26;1H│␛[26;70H│␛[27;1H│␛[27;70H│␛[28;1H│␛[28;70H│␛[29;1H│␛[29;70H│␛[30;1H│␛[30;70H│␛[31;1H│␛[31;70H│␛[32;1H│␛[32;70H│␛[33;1H│␛[33;70H│␛[34;1H└────────────────────────────────────────────────────────────────────┘␛[35;2H␛(B␛[m␛[30;48;5;214m␛[1m␣<namespace>␣␛(B␛[m␛[97;40m␣␛[36;22H␛(B␛[m␛[38;5;223;40m😎␛[36;24H␣Viewing␣v1/namespaces...␛[?25l␛[?25l␛[?25l␛[74;36;106;1;32;1_␛[?25l␛[10;3H␛(B␛[m␛[38;5;117;40mall␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m␣␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣3d20h␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[74;36;106;0;32;1_␛[74;36;106;1;32;1_␛[?25l␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d20h␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[30;48;5;117m␛[1mkube-node-lease␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣3d20h␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l␛[74;36;106;0;32;1_␛[?25l␛[36;22H␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l

@lindhe commented on GitHub (Sep 30, 2025): Thanks for helping me debug this! I've set this now: <img width="1898" height="962" alt="Screenshot of terminal settings" src="https://github.com/user-attachments/assets/50c966be-4ca6-4b15-b2cf-5fcb4390e0a0" /> Yet, it looks pretty much the same. 😕 Perhaps a little shinier... <img width="1890" height="950" alt="Image" src="https://github.com/user-attachments/assets/8aed6b01-683f-4a86-8cf5-fb8da228cc9e" /> <details><summary>New debug tap output</summary> <p> ```text ␛[1t␛[c␛[?1004h␛[?9001h␛[?61;4;6;7;14;21;22;23;24;28;32;42;52c␛]0;Ubuntu␣24.04.1␣LTS␛\␛[18;56;0;0;32;1_␛[?2004h␛]0;andreas@PSE-10SRHW3:␣~␇␛[01;32mandreas@PSE-10SRHW3␛[00m:␛[01;34m~␛[00m$␣␛[75;37;107;1;32;1_k␛[75;37;107;0;32;1_␛[57;10;57;1;32;1_9␛[57;10;57;0;32;1_␛[83;31;115;1;32;1_s␛[83;31;115;0;32;1_␛[13;28;13;1;32;1_␍␊ ␛[?2004l␍␛[13;28;13;0;32;1_␛[?1000l␛[?1002l␛[?1003l␛[?1006l␛[?2004l␛[?1049h␛[22;0;0t␛[?1h␛=␛[?25l␛[H␛[2J␛[?25l␛[1;1H␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[2;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[3;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣____␣␣__␣________␣␣␣␣␣␣␣␣_______␣␣____␣␣␣␣␣___␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[4;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣|/␣␣/␣␣␣__␣␣␣\______/␣␣␣___␣\|␣␣␣␣|␣␣␣|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[5;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣␣␣␣/\____␣␣␣␣/␣␣___/␣␣␣␣\␣␣\/|␣␣␣␣|␣␣␣|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[6;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣\␣␣␣\␣␣/␣␣␣␣/\___␣␣\␣␣␣␣␣\___|␣␣␣␣|___|␣␣␣|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[7;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|____|\__␣\/____//____␣␣/\______␣␣/_______␣\___|␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[8;1H␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣\/␣␣␣␣␣␣␣␣\/␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛[9;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[10;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␛[1mRevision␣␛(B␛[m␛[91;40m␛[1mv0.50.12␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[13;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[14;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[15;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[16;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[17;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[18;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[19;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[20;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[21;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[22;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[23;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[24;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[25;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[26;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[27;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[28;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[29;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[30;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[31;1H���␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[32;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[33;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[34;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[35;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[36;1H␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[?25l␛[1;2H␛(B␛[m␛[38;5;214;40mContext:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␣[RW]␛[1;45H␛(B␛[m␛[38;5;214;40m␛[1m␣____␣␣__␣________␣␣␣␣␣␣␣␛[2;2H␛(B␛[m␛[38;5;214;40mCluster:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␛[2;45H␛(B␛[m␛[38;5;214;40m␛[1m|␣␣␣␣|/␣␣/␣␣␣__␣␣␣\______␛[3;2H␛(B␛[m␛[38;5;214;40mUser:␛[3;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mminikube␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␛[3;47H␣␣␣␣␛[3;53H/\_␛[3;60H␣␣␣/␣␣___/␛[4;2H␛(B␛[m␛[38;5;214;40mK9s␣Rev:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mv0.50.12␣⚡️␛[4;22H␛(B␛[m␛[38;5;73;40m␛[1mv0.50.13␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|␣␛[4;50H\␣␛[4;54H\␣␛[4;57H/␛[4;59H␣␣␣/\___␣␣\␛[5;2H␛(B␛[m␛[38;5;214;40mK8s␣Rev:␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40m␛[1mv1.34.0␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m|____|\__␛[5;55H\/____//____␣␣/␛[6;2H␛(B␛[m␛[38;5;214;40mCPU:␛[6;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;202;40m␛[1mn/a␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;214;40m␛[1m␣␣␛[6;51H␣␣␣\/␛[6;59H␣␣␣␣␣␣␣␣\/␣␛[7;2H␛(B␛[m␛[38;5;214;40mMEM:␛[7;10H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;202;40m␛[1mn/a␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[8;1H␛(B␛[m␛[38;5;117;40m␛[1m┌────────────────────────␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m␛[1mnamespaces(␛(B␛[m␛[95;40m␛[1mall␛(B␛[m␛[96;40m)[␛(B␛[m␛[38;5;230;40m␛[1m5␛(B␛[m␛[96;40m]␣␛(B␛[m␛[38;5;117;40m␛[1m────────────────────────┐␛[9;1H│␛[9;3H␛(B␛[m␛[97;40mNAME␛(B␛[m␛[96;40m␛[1m↑␛[9;30H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40mSTATUS␛[9;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[97;40mAGE␛[9;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[10;1H│␛[10;3H␛(B␛[m␛[30;48;5;117m␛[1mall␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[10;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[11;1H│␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛[11;27H␛(B␛[m␛[40m␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␛[11;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d20h␣␛[11;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[12;1H│␛[12;3H␛(B␛[m␛[38;5;117;40mkube-node-lease␣␛[12;30H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[12;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d20h␣␛[12;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[13;1H│␛[13;3H␛(B␛[m␛[38;5;117;40mkube-public␣␣␣␣␣␛[13;30H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[13;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d20h␣␛[13;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[14;1H│␛[14;3H␛(B␛[m␛[38;5;117;40mkube-system␣␣␣␣␣␛[14;30H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛[14;49H␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m3d20h␣␛[14;70H␛(B␛[m␛[38;5;117;40m␛[1m│␛[15;1H│␛[15;70H│␛[16;1H│␛[16;70H│␛[17;1H│␛[17;70H│␛[18;1H│␛[18;70H│␛[19;1H│␛[19;70H│␛[20;1H│␛[20;70H│␛[21;1H│␛[21;70H│␛[22;1H│␛[22;70H│␛[23;1H│␛[23;70H│␛[24;1H│␛[24;70H│␛[25;1H│␛[25;70H│␛[26;1H│␛[26;70H│␛[27;1H│␛[27;70H│␛[28;1H│␛[28;70H│␛[29;1H│␛[29;70H│␛[30;1H│␛[30;70H│␛[31;1H│␛[31;70H│␛[32;1H│␛[32;70H│␛[33;1H│␛[33;70H│␛[34;1H└────────────────────────────────────────────────────────────────────┘␛[35;2H␛(B␛[m␛[30;48;5;214m␛[1m␣<namespace>␣␛(B␛[m␛[97;40m␣␛[36;22H␛(B␛[m␛[38;5;223;40m😎␛[36;24H␣Viewing␣v1/namespaces...␛[?25l␛[?25l␛[?25l␛[74;36;106;1;32;1_␛[?25l␛[10;3H␛(B␛[m␛[38;5;117;40mall␣␣␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[38;5;117;40m␣␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␛[11;3H␛(B␛[m␛[30;106m␛[1mdefault+(*)␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣3d20h␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[74;36;106;0;32;1_␛[74;36;106;1;32;1_␛[?25l␛[11;3H␛(B␛[m␛[96;40mdefault+(*)␣␣␣␣␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40mActive␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␛(B␛[m␛[38;5;73;40m␣␛(B␛[m␛[96;40m3d20h␣␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␛[12;3H␛(B␛[m␛[30;48;5;117m␛[1mkube-node-lease␣␣␣␣␣␣␣␣␣␣␣␣␣Active␣␣␣␣␣␣␣␣␣␣␣␣␣3d20h␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l␛[74;36;106;0;32;1_␛[?25l␛[36;22H␛(B␛[m␛[40m␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␛[?25l␛[?25l␛[?25l ``` </p> </details>
Author
Owner

@lindhe commented on GitHub (Sep 30, 2025):

No, that was me reading it too quickly! I mistakenly set the value to "Bold font with bright colors" when the value should have been "Bold font" only. Your post said that, I just didn't read carefully enough.

Again: thanks a lot for identifying this! 🎉 🙏

Now: I assume this is not considered a bug in Microsoft Terminal. The default value is sane, right? I'll close this and talk to k9s again and see if we can tweak that application instead. Please reopen if I got something the wrong way around.

@lindhe commented on GitHub (Sep 30, 2025): No, that was me reading it too quickly! I mistakenly set the value to "Bold font with bright colors" when the value should have been "Bold font" only. Your post said that, I just didn't read carefully enough. Again: thanks a lot for identifying this! 🎉 🙏 Now: I assume this is not considered a bug in Microsoft Terminal. The default value is sane, right? I'll close this and talk to k9s again and see if we can tweak that application instead. Please reopen if I got something the wrong way around.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#23640