Cluster local issue with Knative Eventing v0.9.0
In my previous post, I talked about Knative v0.9.0 and some of the eventing changes in the latest release. I’ve been playing with Knative v0.9.0 since then to read Google Cloud Pub/Sub messages using PullSubscription and I ran into a rather fundamental issue that baffled me for a while. I’d like to outline the problem and the solution here, just in case it’s useful to others.
Knative Services as eventing sinks In my PullSubscription, I could define Kubernetes Services as event sinks as follows:
Read More →