Closed
Description
There is no documentation and no visible way to have custom columns without header:
$ kubectl get pods --no-headers --output=custom-columns=PHASE:.status.phase
Having no header name also doesn't work:
$ kubectl get pods --output=custom-columns=:.status.phase