git clone -b no_old_eventing --single-branch [email protected]:matzew/knative-operators.git
cd knative-operators
./etc/scripts/install.sh
now just wait - it's worth it!
cd ..
get us some fresh eventing:
git clone -b k8s-in-mem --single-branch [email protected]:matzew/ocf-addons.git
minishift addons install ocf-addons/knative-eventing
minishift addons apply knative-eventing
Install an end-to-end eventing demo (very much like the one from the PR - but with an image from dockerhub)
minishift addons install ocf-addons/k8s-in-mem
minishift addons apply k8s-in-mem
... and once the pods are all up / running, go for the log of the message-dumper, e.g:
oc logs -f message-dumper-00001.......... -c user-container
the PR is similar to the k8s-in-mem addon.
ONLY DIFFERENCE IS !!!!! it does NOT contain a ksvc,
it JUST references the PREVIOUSLY built container (e.g. helloworld-openshift or the like)