* build API docs for 0.17
* Update docs/reference/serving.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update docs/reference/serving.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update docs/reference/serving.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update docs/reference/serving.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update docs/reference/serving.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update docs/reference/serving.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update docs/reference/serving.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update docs/reference/serving.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Deliver events to a particular path of a Trigger subscriber
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* Correct sentence
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* add an explicit Broker creation not relying on defaults
* remove extra kind: Broker
* address PR feedback
* remove ws
* just the yaml please... drop the kubectl
* include doc on how to bring your own certificate with net-contour
* remove whitespace & update property name
* fix duplicate cert.pem references
* address Ashleigh's feedback
* make istio & contour create tls secret step the same
* drop redundant clauses
* secret should be namespaced
* Updating Broker docs
* fix broken links
* fix broken links
* renamed file for kafka configmap, mt broker info is moved to README now
* updates from peer review
* changes from peer review
* Added Docs related to excluding namespaces from the Knative Webhook
* Added a bit more information and an example
* Changed title, moved context to the top and implemented suggestions
* Nits
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Removed autoscale link
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Fixed autoscaling link
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Add documentation for max-scale global setting
* Update docs/serving/autoscaling/scale-bounds.md
Co-authored-by: Markus Thömmes <markusthoemmes@me.com>
Co-authored-by: Markus Thömmes <markusthoemmes@me.com>
* Add the section to describe the field spec.version
* Change the description on the included releases
* Add the limitation about upgrade and downgrade
* Resolved the comments
* Update the `spec.version` docs
* Cleaning up event source docs
* fix typo, fix links
* updated doc title and link
* added kn source
* updates from SME reviews
* fix alpha > beta missed in rebase
* updated main page link to better starting example for eventing (getting started instead of samples)
* review feedback
* DO NOT REVIEW: debug integration test
* Retain the cluster for debugging
* Skip installing Istio addon
* check if the CRD exists
* Fix the test script
* Switch to use Istio 1.5
* fix the format
* revert the golang change
* Added Python Knative Eventing Helloworld Example
* Update docs/eventing/samples/helloworld/helloworld-python/Dockerfile
Co-Authored-By: Matt Moore <mattmoor@vmware.com>
* Update docs/eventing/samples/helloworld/helloworld-python/Dockerfile
Co-Authored-By: Matt Moore <mattmoor@vmware.com>
* Update docs/eventing/samples/helloworld/helloworld-python/README.md
Co-Authored-By: Matt Moore <mattmoor@vmware.com>
* Apply suggestions from code review
Co-Authored-By: Matt Moore <mattmoor@vmware.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* WIP: revamp eventing sources page
* various improvements
* fix links
* make sources a branch bundle and don't use readfile to include pingsource
* fix links
* changes after review
* Update the instruction on how to use cluster local gateway
* Update the explanation of updating local gateway based on comments
* Fix the minor issue
* Add the doc on updating Knative gateway
* Fixed this PR based on latest comments
* Change the desciption for DNS configuration
* Fix broken links and remove vendor specific section
* Refactoring the doc
* Change the PR based on comments
* Document how to set default for containerConcurrency
It is possible to default the hard limit (containerConcurrency), just not via config-autoscaler.yaml.
* Add configmap example and more explanation
* oops
* operator example
* Apply suggestions from code review
`enabledComponents` is now defunct and this is enabled by default at HEAD.
This talks about `--disable-ha` to disable leader election, and focuses on the need to scale up deployments.
Fixes: https://github.com/knative/docs/issues/2661