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.