Expected Behavior
Following the instructions in Hello World - Python sample tutorial of Knative Eventing should work.
Actual Behavior
Step 2.3 of Building and deploying the sample fails. Trigger is not ready because BrokerDoesNotExist:
$ kubectl --namespace knative-samples get trigger helloworld-python
NAME BROKER SUBSCRIBER_URI AGE READY REASON
helloworld-python default 60s False BrokerDoesNotExist
Steps to Reproduce the Problem
Additional Info
Additional context
N/A
Install information:
- Platform (GKE, IKS, AKS, etc.): Self-Hosted Kubernetes, v1.20.7
- Knative Version:
$ kn version
Version: v20210524-local-d0327bc
Build Date: 2021-05-24 07:48:53
Git Revision: d0327bc
Supported APIs:
* Serving
- serving.knative.dev/v1 (knative-serving v0.23.0)
* Eventing
- sources.knative.dev/v1 (knative-eventing v0.23.0)
- eventing.knative.dev/v1 (knative-eventing v0.23.0)
Expected Behavior
Following the instructions in Hello World - Python sample tutorial of Knative Eventing should work.
Actual Behavior
Step 2.3 of Building and deploying the sample fails. Trigger is not ready because
BrokerDoesNotExist:Steps to Reproduce the Problem
Additional Info
Additional context
N/A
Install information: