* Added a cloudevents sample using vertx
* Suggestions
* index
* image name fix
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Support K_SINK
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* New APIs
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Pretty md
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Using 2.0.0-milestone1
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* image for Knative eventing blog
* deleting image
* adding an image for the blog
* adding an image to the blog
* adding image for blog 1
* adding image for blog 1
* Reposting blog about first demo
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* made a few corrections
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update blog/articles/get-started-knative-eventing.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
This patch removes "Configuring DNS" section from Installing Istio for Knative.
It needs to install Knative Serving, so it is not correct to explain
it in Istio which is pre-req.
Also, the configuration is instructed in knative installation.
https://knative.dev/docs/install/any-kubernetes-cluster/
> 4. Configure DNS
`Magic DNS (xip.io)`
This patch removes "Verifying your Istio install" section from
Installing Istio for Knative.
When we install istio by `istioctl manifest apply` command, the
command verifies the installation and we can determine the
installation success or failure by the command result.
Current doc explains that default-domain does not work on AWS as it
does not expose External IP. But it exposes Extenal Host and supported
it by https://github.com/knative/serving/pull/7518.
So this patch removes AWS from Caveat.
This patch updates [Setting up custom ingress gateway](https://knative.dev/docs/serving/setting-up-custom-ingress-gateway/) section.
It changeed to:
- use istio operator example for custom gateway deploy. (Note, `istioctl` cannot install standalone ingress gateway.)
- update config in `config-istio` to `+gateway.knative-serving.knative-ingress-gateway`.
* chore: Add `kn` usage to Getting Started guide
* Add fence to avoid link checking for example
* Another attempt to avoid link checking on the example
* Update docs/serving/getting-started-knative-app.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update docs/serving/getting-started-knative-app.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update docs/serving/getting-started-knative-app.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* chore: Changed according to review comments
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update Dockerfile
Using pythonunbuffered so that print() statements and log messages will immediately appear in the logs.
* Update docs/serving/samples/hello-world/helloworld-python/Dockerfile
Update comment
Co-authored-by: Victor Agababov <vagababov@gmail.com>
* Update README.md
Adding the pythonunbuffered to readme to fix test
* Update docs/serving/samples/hello-world/helloworld-python/README.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update README.md
Adding newline - code has to match Dockerfile
Co-authored-by: Victor Agababov <vagababov@gmail.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>