You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed similar behavior; you can port forward exposed ports (8080 in your case), or random ports if there aren't any exposed ports in your Kubernetes deployments.
However, if there are exposed ports defined in your Kubernetes deployments, you can currently only port forward those ports, and no others. I'm also troubled by this (it used to work before version 0.25, IIRC)
I have see #1326 .
k9s version: 0.25.7
k8s version: 1.19.9
OS:win11
This is my deployment:
In
env
, i add "Remote JVM debug port".I usedkubectl port-forward ...
,it's ok!.But in k9s:
And annother port
8080
,everything is normal.The text was updated successfully, but these errors were encountered: