通过命令行查看operator字段在pods.spec.tolerations.operator中支持的值的命令是什么?
operator
pods.spec.tolerations.operator
发布于 2022-06-15 02:47:04
发现kubectl explain pod.spec.tolerations
kubectl explain pod.spec.tolerations
将提供所有允许的值和默认值。
https://stackoverflow.com/questions/72622424
相似问题