Describe the bug
Hi, I followed this guide to test githubsource.
-> knative/GitHubSource
But I got this error.
error: unable to recognize "github-source.yaml": no matches for kind "GitHubSource" in version "sources.eventing.knative.dev/v1alpha1"
To Reproduce
step :
- Install CRDs
$ kubectl apply --selector knative.dev/crd-install=true \
--filename https://github.com/knative/serving/releases/download/v0.11.0/serving.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.11.0/release.yaml \
--filename https://github.com/knative/serving/releases/download/v0.11.0/monitoring.yaml
- Install Resources
$ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.11.0/serving.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.11.0/release.yaml \
--filename https://github.com/knative/serving/releases/download/v0.11.0/monitoring.yaml
and following this guide -> knative/GitHubSource
I got error in "Create Event Source for GitHub Events"
Knative release version
v0.11
Additional context
According to this article, I can can list all existing Sources with kubectl get sources
. But I can not find any sources.
Thanks