The control plane is now a separate artifact, so we need to
add another step to the installation and rename the control plane
and the logging config artifacts.
- Renamed `kafka-broker-config-logging` -> `kafka-config-logging`
- Renamed `kafka-broker-controller` -> `kafka-controller`
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
All of the known remaining issues with Contour have been resolved, and I've been carefully monitoring testgrid and digging into any 503s (or other dataplane related failures).
As of me writing this:
1. The only failure in the net-contour testgrid is due to its workaround for https://github.com/knative-sandbox/net-certmanager/issues/44, which shouldn't practically manifest in the context of Serving.
2. The only failures in the contour leg on Serving testgrid are due to infrastructure (Go, etcd, GKE, resource exhaustion)
I will continue to track testgrid carefully as we head towards 0.18, but at present it is likely as solid as any of our ingress options.
* Add release notes for knative 0.17
* remove trailing space
* fix links
* fix link for pierDipi
* address title
* address description comment
* cleanining intro based on feedback
* update wording based on feedback
* remove mentioned of 1.17 in Serving intro
* fix formatting thanks end paranthesis
* remove heart icon
* update links for learn more
* Add CLI release notes
* add operator release notes
* fix vscode setting for trailing whitespace TFW!
* Updating eventing to start changes with PR number
* Added PR to the front for serving
* adding thanks to contributors in Client component
* fix some paranthesis
* Added eventing-contrib release notes
* Add the instruction on how to use spec.version and spec.manifests
* Fixes the patch based on comments
* Change ma.mi.pa into {{spec.version}}
* Replace missed ma.mi.pa
* 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