Troubleshooting Tips

Error Message Probable Solution

Errors while creating a kn service: 

  • configuration does not have any ready revision
  • RevisionMissing
Check whether executable permissions are given to the Flogo app before building the Docker image.

Error while creating a kn service:

IngressNotConfigured/reconciled

Delete your Knative cluster and recreate it using the following command:

kind delete cluster --name knative

After deleting the cluster, to reinstall it, follow the steps mentioned in Getting Started with Knative.

Error after creating the kn service and running the kn service list command: 

RevisionMissing

Make sure you tag the image in the following format: 

dev.local/<image name>:<tag>

Instead of the latest tag, use a tag such as 1.0.0.

After you tag the image, load it in kind and then create the service again.