How to access Knative build logs on minikube?

129 Views Asked by At

I installed Knative on minikube using the instructions from Knative's documentation. Then I tried to get their Springboot build example running.

How do I see the logs? It says to use "logs jib", but I tried kubectl logs jib and minikube logs jib and didn't see anything relevant.

0

There are 0 best solutions below