knative-tutorial icon indicating copy to clipboard operation
knative-tutorial copied to clipboard

https://dn.dev/master A practical guide to get started with Knative. Knative concepts are explained simple and easy way with lots of demos and exercises.

Results 12 knative-tutorial issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I followed the instruction here https://redhat-developer-demos.github.io/knative-tutorial/knative-tutorial/camelk/camel-k-eventing.html#camel-k-es-sink, using the master branch of this repository. The ran pod `timed-greeter-binding-cfcfb46d8-scrqn` got this error ```bash exec java -cp ./resources:/etc/camel/application.properties:/etc/camel/conf.d/_resources:/etc/camel/conf.d/user.properties:/etc/camel/resources:/etc/camel/sources/camel-k-embedded-flow.yaml:/etc/camel │ │...

**Describe the bug** knative-v1.1.0 (kn cli) is too recent for Openshift RH serverless. This tutorial should use knative-v1.0.1 instead. **To Reproduce** Steps to reproduce the behavior: When using --scale-min option...

Using upstream Knative Operators for installing and configuring Knative

enhancement

The knative-tutorial-greeter app works only with binary encoded events. It should work with structured encoded events too.

bug

Show usage of `knativekafka` resource

enhancement

The latest version of OpenShift Serverless (1.11+) includes [support for Knative Functions](https://openshift-knative.github.io/docs/docs/functions/about-functions.html). It would be good to add a section of the demo that shows this. [Here](https://github.com/hatmarch/serverless-demo/blob/master/walkthrough/demo-walkthrough.adoc#knative-functions) is a walkthrough...

enhancement

**Describe the bug** Running the `quay.io/rhdevelopers/blue-green-canary` from the example from the tutorial: ``` kn service create blue-green-canary \ --image=quay.io/rhdevelopers/blue-green-canary \ --env BLUE_GREEN_CANARY_COLOR="#6bbded" \ --env BLUE_GREEN_CANARY_MESSAGE="Hello" ``` crashloops `oc logs blue-green-canary-00001-deployment-7675bb595d-5q74s`...

:broom: Fix apiVersion for timed-greeter Kamelet camel-k example Page code example diverges from actual repo code example (working version)

on the first page, there's a link to the knative cookbook but it doesn't work anymore (I don't think it's available anymore on RHD). it should probably be removed.