* Updates to channel docs
* updates from review
* fix typo
* minor tweaks and todo notes
* tweaks and cleanup
* tweaks and cleanup
* updates and structure changes
* inmemorychannel note added
* Improve CronJob yaml in SinkBinding example
* use correct apiVersion
* fix schedule so it runs every minute like the comment suggests
* use busybox as default example image, following suit from [Kubernetes CronJob docs](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/)
* fix indentation
* use appropriate heartbeat image
* Add Kourier to the list of net layers to support auto-tls
Closes#3208
* Update docs/serving/using-auto-tls.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Allow for non-percent routing
Signed-off-by: Doug Davis <dug@us.ibm.com>
* typo
Signed-off-by: Doug Davis <dug@us.ibm.com>
* add extension text
Signed-off-by: Doug Davis <dug@us.ibm.com>
* next round of edits per evan
Signed-off-by: Doug Davis <dug@us.ibm.com>
* more for evan
Signed-off-by: Doug Davis <dug@us.ibm.com>
* minor typos
Signed-off-by: Doug Davis <dug@us.ibm.com>
* for carlos
Signed-off-by: Doug Davis <dug@us.ibm.com>
* more text
Signed-off-by: Doug Davis <dug@us.ibm.com>
* typos
Signed-off-by: Doug Davis <dug@us.ibm.com>
- use kn rather than `kubectl -f some-file.yaml` as thats a wasted
opportunity and doesn't add any value.
- show examples of kn side by side with the declarative form
Signed-off-by: Sameer Vohra <vsameer@vmware.com>
* Started work on updating contributing docs for different troubleshooting issues
* Updated formatting
* added section to default to reaching out in docs if you have additional issues
* Updated based on reviews
* Removed trailing spaces
* basic edit of development.md to match docs - still wip
* added newline to end of file
* Removed serving reference and updated based on reviews/comments
* Removed empty sections
* Cleaned up trailing whitespace
* Remove prometheus addon from Istio installation instructions (#3096)
* Remove prometheus addon from Istio installation instructions
This addon is no longer supported in 1.8.
Fixesknative/serving#10221
* Remove cluster-local-gateway
* Add docs on mTLS and Istio authorization policy (#3118)
* Add documentation about mTLS and authorization policies
* Add image link
* Update istio-authorization.md
* Fix typo in istio authorization docs (#3120)
Forgot to add the knative-serving namespace, which is mentioned in the previous paragraph.
* Autoscaler can be scaled too now. Add docs for activator
- autoscaler can also be scaled now
- activator cannot be scaled by patching deployment, since there's an
HPA that will snap it back to the HPA desired values
- thus, provide the correct commands to change the activator scale.
* nits
* spell
* Add DomainMapping docs
* x
* My oh my
* Add paragraph about wildcard (lack of) behaviour
* Update description and link to install docs
* Update link, use example.org domain, and elaborate contract for Ref
* update gen-api-reference-docs script
Updating the tool version to v0.3.0 tag.
Ran locally against v0.20.0 tag for serving/eventing repos, seems to be
working fine.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* re-run api reference docs generation
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>