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>
* update ruby and bundle version
* Update docs/serving/samples/hello-world/helloworld-ruby/Gemfile.lock
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* update README
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Make sample source guide up-to-date
* Docs for adding event source to eventing-contrib
* Get rid of some whitespace
* Fix broken markdown
* Update docs/eventing/samples/writing-receive-adapter-source/03-controller.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update docs/eventing/samples/writing-receive-adapter-source/03-controller.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Remove an empty line
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update contributing docs and move back from https://github.com/knative/community
* Fix misspellings and trailing whitespace
* Fix broken links
* Incorporate suggestions from abrennan89
* Added an example using cloudevents rust sdk
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Happy bot
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>