我认为-o应该是kubectl的通用选项。 但是,以某种方式,当我运行以下kubectl命令时,出现以下错误。
你能告诉我为什么吗?谢谢。
mamun$ kubectl describe secret -n development serviceaccount-foo -o yaml
Error: unknown shorthand flag: 'o' in -o
See 'kubectl describe --help' for usage.
答案 0 :(得分:2)
-o | --output
不是通用标志,它不包含在默认的kubectl
flags(1.18
)和kubectl describe
does not support the --output
(or shorthand -o
) flag中。