Ali Ok

Results 361 comments of Ali Ok

Same story here: https://github.com/knative/eventing/blob/d4244d5b59a67ebfe7f78c412d59c16afc55319e/test/rekt/features/channel/features.go#L57-L69 Used `reply` instead of `subscriber` as the subscriber and left `subscriber` blank.

I created new tests for the 2 cases I mentioned above. New tests use `spec.subscriber` properly instead of using `spec.reply` for subscriber information. I kept the old tests (that only...

FYI, `Parallel` was using `reply` as `subscriber` and it is fixed here: https://github.com/knative/eventing/issues/6404

The definition of "multitanency" is actually a bit confusing. Some users use the term to have complete isolation/separation of resources while others and Knative community use it for sharing resources...

It would be a nice feature overall. There are 2 options IMO: 1. Make things extensible: provide a mechanism to mutate the deployment spec 2. Feature flag: Hardcode the required...

Thanks for the help @dymurray > This project is deprecated and is not supported for OKD 3.11. We have moved repositories and the relevant documentation for running apb 2.0+ on...

Created https://github.com/automationbroker/apb/issues/142 for the problems I am having with the new `apb`

One workaround I did is here: https://github.com/knative-sandbox/eventing-kafka-broker/pull/2562, with lots of explanation

I have the same requirement as @jainishshah17 . Remote private registry, authentication with basic auth, want to install docker-registry-frontend in a separate machine. @kwk any guidance on this one? Maybe...