Install the CRD providing the control / dataplane for the various Sources
and Bindings
:
# define environment variables accordingly, e.g. when using kind
export KIND_CLUSTER_NAME=example
export KO_DOCKER_REPO=kind.local
ko apply -BRf config
Install the Knative Serving before installing the examples.
To see examples of the Sources
and Bindings
in action, check out our
examples directory.