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:
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: