Describing a function
The kn func describe
command prints information for a deployed function, such as the function name, image, namespace, information about the Knative service, route information, and event subscriptions.
Procedure
-
Describe a function:
$ kn func describe [-f <format> -n <namespace> -p <path>]
Example command$ kn func describe function/fn.example.io
Example outputFunction name: fn.example.io Function is built in image: docker.io/user/fn.example.io:latest Function is deployed as Knative Service: fn-example-io Function is deployed in namespace: default Routes: http://fn-example-io-default.apps.ci-ln-g9f36hb-d5d6b.origin-ci-int-aws.dev.rhcloud.com