Knative 버전 확인

Jmnote (토론 | 기여)님의 2020년 11월 27일 (금) 01:06 판 (새 문서: ==개요== ;Knative 버전 확인 <syntaxhighlight lang='console'> testuser@localhost:~$ kubectl get namespace knative-serving -o 'go-template={{index .metadata.labels "serving.knati...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Knative 버전 확인
testuser@localhost:~$ kubectl get namespace knative-serving -o 'go-template={{index .metadata.labels "serving.knative.dev/release"}}'
v0.18.0
testuser@localhost:~$ kubectl get namespace knative-eventing -o 'go-template={{index .metadata.labels "eventing.knative.dev/release"}}'
Error from server (NotFound): namespaces "knative-eventing" not found

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}