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
Describe the bug
I've created custom pods view at the path ~/.config/k9s/views.yaml in order to have the most important information at the beginning (AGE, NAME and STATUS). But when I start k9s I still get default view with AGE at the last place. k9s will switch to my custom view only if I change the cluster with ctx command, even if I change to the same cluster.
views:
# Alters the pod view column layout. Uses GVR as key
v1/pods:
# Overrides default sort column
sortColumn: AGE:asc
columns:
- AGE
- NAME
- STATUS
- READY
- RESTARTS
- NAMESPACE
- NODE
- IP
# Alters the service view column layout
v1/services:
columns:
- AGE
- NAMESPACE
- NAME
- TYPE
- CLUSTER-IP
Describe the bug
I've created custom pods view at the path
~/.config/k9s/views.yaml
in order to have the most important information at the beginning (AGE, NAME and STATUS). But when I startk9s
I still get default view with AGE at the last place. k9s will switch to my custom view only if I change the cluster withctx
command, even if I change to the same cluster.To Reproduce
Steps to reproduce the behavior:
v1/pods
Historical Documents
k9s -l debug
Expected behavior
Custom view should be opened since the start.
Versions (please complete the following information):
Additional context
I've cleaned cluster configs on
~/.local/share/k9s/clusters
path, still the same error.The text was updated successfully, but these errors were encountered: