I think -o is supposed be an universal option for kubectl. But, somehow I get the following error when I run the following kubectl command.
Can you please tell me why? Thank you.
mamun$ kubectl describe secret -n development serviceaccount-foo -o yaml
Error: unknown shorthand flag: 'o' in -o
See 'kubectl describe --help' for usage.