"Knative 버전 확인"의 두 판 사이의 차이

(새 문서: ==개요== ;Knative 버전 확인 <syntaxhighlight lang='console'> testuser@localhost:~$ kubectl get namespace knative-serving -o 'go-template={{index .metadata.labels "serving.knati...)
 
 
2번째 줄: 2번째 줄:
;Knative 버전 확인
;Knative 버전 확인


{{소스헤더|Knative Serving}}
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ kubectl get namespace knative-serving -o 'go-template={{index .metadata.labels "serving.knative.dev/release"}}'
testuser@localhost:~$ kubectl get namespace knative-serving -o 'go-template={{index .metadata.labels "serving.knative.dev/release"}}'
v0.18.0
v0.18.0
</syntaxhighlight>
</syntaxhighlight>
{{소스헤더|Knative Eventing}}
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ kubectl get namespace knative-eventing -o 'go-template={{index .metadata.labels "eventing.knative.dev/release"}}'
testuser@localhost:~$ kubectl get namespace knative-eventing -o 'go-template={{index .metadata.labels "eventing.knative.dev/release"}}'

2020년 11월 27일 (금) 01:06 기준 최신판

1 개요[ | ]

Knative 버전 확인
Knative Serving
testuser@localhost:~$ kubectl get namespace knative-serving -o 'go-template={{index .metadata.labels "serving.knative.dev/release"}}'
v0.18.0
Knative Eventing
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 }}