쿠베르토 오센파스

519 단어 k8s
경로와 템플릿 사이에는 등호가 있어야 한다
옳았어
kubectl get pod mysql-0 -n coding -ojsonpath="{.metadata.name}"
또는
kubectl get pod mysql-0 -n coding -o jsonpath="{.metadata.name}"
에러
kubectl get pod mysql-0 -n coding -ojsonpath "{.metadata}"
보고서를

error: template format specified but no template given

좋은 웹페이지 즐겨찾기