Version and Operating System
tkn Version:
0.8.0
Operating System:
all systems
Expected Behavior
When using tkn, I should be able to list resources without header, i.e. tkn ct list --no-headers would produce something like
buildah 23 hours ago
buildah-v0-10-0 23 hours ago
jib-maven 23 hours ago
kn 23 hours ago
instead of
NAME AGE
buildah 23 hours ago
buildah-v0-10-0 23 hours ago
jib-maven 23 hours ago
kn 23 hours ago
Actual Behavior
Header is always printed
Steps to Reproduce the Problem
Additional Info
Both kubectl and oc have this flag
--no-headers=false: When using the default or custom-column output format, don't print headers (default print headers).
Version and Operating System
tkn Version:
0.8.0
Operating System:
all systems
Expected Behavior
When using
tkn, I should be able to list resources without header, i.e.tkn ct list --no-headerswould produce something likeinstead of
Actual Behavior
Header is always printed
Steps to Reproduce the Problem
Additional Info
Both
kubectlandochave this flag