How to access Knative build logs on minikube?

11/27/2018

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.

-- Quartz
knative
kubernetes

0 Answers