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
Let me share my custom views.yaml and let me ask... how could I add the column serviceaccount in the POD view?
I'll try it "SERVICEACCOUNT" and "SERVICEACCOUNTNAME" without lucky....
Let me also add the documentation is not very clear about the columns we can add: https://k9scli.io/topics/columns/
views:
# Alters the pod view column layout. Uses GVR as key
v1/pods:
# Overrides default sort column
sortColumn: AGE:asc
columns:
- NAME
- NAMESPACE
- PF
- READY
- STATUS
- RESTARTS
- CPU
- MEM
- "%CPU/R"
- "%CPU/L"
- "%MEM/R"
- "%MEM/L"
- IP
- NODE
- AGE
- QOS
- LABELS
- SERVICEACCOUNTNAME
- SERVICEACCOUNT
The text was updated successfully, but these errors were encountered:
@mcortinas K9s does its best to follow kubectl column naming conventions. Typically to see available cols names you would run kubectl get xxx -owide.
To surface sa col, k9s will need to provide for custom cols which is not currently supported.
Let me share my custom views.yaml and let me ask... how could I add the column serviceaccount in the POD view?
I'll try it "SERVICEACCOUNT" and "SERVICEACCOUNTNAME" without lucky....
Let me also add the documentation is not very clear about the columns we can add: https://k9scli.io/topics/columns/
The text was updated successfully, but these errors were encountered: