Commit Graph

111 Commits

Author SHA1 Message Date
Reto Lehmann 1292fa5b62
Add Knative Serving architecture page (#5545)
* Add Knative Serving architecture page

* Reorder and cross-link architecture and request-flow pages

* Review feedback

* Update docs/serving/architecture.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update docs/serving/architecture.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Review updates

* Review updates

---------

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
2023-06-06 14:36:27 +00:00
Reto Lehmann c8244ace7d
Add installation troubleshooting page (#5546)
* Add installation troubleshooting page

* Use tabs to separate networking layers
2023-05-02 14:43:55 +00:00
Evan Anderson f836a6ffdc
Add conceptual documentation on Knative Serving request flow (#5523)
* Add conceptual documentation on Knative Serving request flow

* Add docs on readiness probing for queue-proxy

* Add navigation
2023-04-07 09:35:20 +00:00
Christoph Stäbler 6c170f1f40
Add documentation for MTChannelBasedBroker (#5501)
* Add documentation for MTChannelBasedBroker

* Some more cleanup on MTCBB doc

* Change order of delivery options config and broker class config

* Fix line intent issue

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>

* Add a section in "create broker" about the broker class

* Add dot at end of developer documentation

* Cleanup duplication in broker class section

* Update docs/eventing/brokers/create-broker.md

Co-authored-by: Ali Ok <aliok@redhat.com>

* Remove unneeded label

* Update docs/eventing/brokers/broker-types/mt-channel-based-broker/README.md

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Address some review comments

* Apply suggestions from code review

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Move broker admin configuration page to Eventing > Administrator topics > Eventing configuration

* Use "Broker class" consistently

* Add more information about configurations of different Broker classes

* Add more information about native implementations vs MTCBB

* Move channel installation instructions to Prerequisites section.

* Capitalize consistently as per docs style guide

* Update docs/eventing/brokers/create-broker.md

* Rename "Multi tenant channel-based-broker" to "Channel based Broker"

* Fix some capitalizations

---------

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
Co-authored-by: Ali Ok <aliok@redhat.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2023-04-04 16:02:38 +00:00
Paul Schweigert e469a2db28
remove documentation for container-freezer (#5516)
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

The container-freezer is being archived as discussed in
https://github.com/knative-sandbox/container-freezer/issues/217,
so this commit is to remove its documentation from the website.
2023-03-31 13:42:02 +00:00
Naveenraj M 0f3f4a77ef
Document Request Logging Feature on the Website (#5492)
* add request logging page

* add statement to describe table

* remove properties not related to request logging.
Reorder configMap keys
2023-03-24 22:18:54 +00:00
Matthias Wessendorf b0f648d29e
Little more updates on Apache Kafka term usage (#5464)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2023-03-10 14:18:24 +00:00
Naina Singh 636a3e27f2
Adding PNC case study (#5437)
* Adding PNC case study

* Adding changes to nav.yml for PNC case study
2023-03-10 01:03:22 +00:00
Matthias Wessendorf 6913d06912
First draft of Event Mesh definition (#5454)
* First draft of Event Mesh definition

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Adding some clarification on the 'event broker' term, hopefully

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* formatting

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Adding the Event Mesh to the Eventing nav bar, for now...

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

---------

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2023-03-09 17:55:23 +00:00
Evan Anderson af5f5fb75c
Revise website community content to be more beginner-friendly (#5348)
* Clean up contribution docs

* Move 'contributing' to 'community' to encourage lurkers as well as active participants. Also, increase content on 'community' landing page

* Update additional redirect

* Fix trailing newline and accidental backup file inclusion

* Address @psschwei feedback

* Fix typo in link

* fix typo

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Construct a grammatical sentence

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Address @psschwei feedback, thanks\!

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
Co-authored-by: Paul Schweigert <paul@paulschweigert.com>
2023-01-25 23:16:41 +00:00
Christoph Stäbler 40e96770e7
Remove strict-subscriber flag (#5332)
The strict-subscriber feature flag was removed in
https://github.com/knative/eventing/pull/6608 so the validation cannot
be disabled anymore. This commit adjusts the docs too.

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
2022-11-18 18:32:39 +00:00
Ashleigh Brennan 585a4e5bfe
Follow up to add advanced func docs (#5286)
* Follow up to add advanced func docs

* fix heading
2022-10-25 16:08:56 +00:00
David Hadas 52a334e190
SecurityGuard (#5256)
* SecurityGuard

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* Update docs/serving/app-security/security-guard-quickstart.md

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Update docs/serving/app-security/security-guard-quickstart.md

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Update docs/serving/app-security/security-guard-about.md

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Update config/nav.yml

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* typo

* lint

* add queueproxy.mount-podinfo: allowed

* lint

* updated links to release

* updated links to release

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* Update docs/serving/app-security/security-guard-about.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/app-security/security-guard-about.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/app-security/security-guard-about.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/app-security/security-guard-quickstart.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* Update docs/serving/app-security/security-guard-quickstart.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/app-security/security-guard-example-alerts.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* merged using with about

* merged using with about

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2022-10-19 04:36:11 +00:00
Ashleigh Brennan efd3854cea
Add functions section to docs (#5271)
* Add functions section to docs

* add run command

* updates from eng review

* fix headings, links
2022-10-18 15:19:10 +00:00
Lionel Villard f699430f41
Minimal redis stream source doc (#5253)
* minimal redis stream source doc

* Update docs/eventing/sources/redis/README.md

* Update docs/eventing/sources/redis/getting-started.md

* Update docs/eventing/sources/redis/getting-started.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2022-10-13 18:19:53 +00:00
Ashleigh Brennan 99ae375247
Integrating Istio with Knative Brokers (#5268)
* Integrating Istio with Knative Brokers

* fix links

* updated commands
2022-10-13 12:54:53 +00:00
Lionel Villard 4e10439771
audit sources (#5249) 2022-10-11 06:43:50 +00:00
Ashleigh Brennan 2498912cd1
Cleanup broker docs and snippets (#5193)
* Cleanup broker docs and snippets

* fixing redirects

* more snippets, broker types docs

* updates, fixing links

* fix errors

* updated nav
2022-08-31 18:05:18 +00:00
David Hadas 047fff36f8
QPOptions (#5169)
* Adding Queue Proxy Extensions Documentations

* Create queue-extensions.md

* Update deployment.md

* Update queue-extensions.md

* Create queue-runtime-extensions.md

* Update queue-extensions.md

* Update deployment.md

* Update deployment.md

* Update queue-extensions.md

* Update queue-extensions.md

* updates after qpoptions commit merged

* lint..

* fix tab based on mkdocs output

* add nav

* fix links

* Review comments

* Review comments2

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Align QPOptions and Using extensions...

* Update docs/serving/queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Fixed Prerequisites

* added description on qpoptions to using*

Co-authored-by: Samia Nneji <snneji@vmware.com>
2022-08-23 09:23:17 +00:00
Ashleigh Brennan 748edc4596
Update garbage collection docs (#5183)
* Update garbage collection docs

* fix typo

* fix nav alignment

* cleanup

* tidy up formatting

* formatting

* fix heading lvl
2022-08-22 19:04:16 +00:00
Ashleigh Brennan c0d00ea04e
Updating docs for Revisions (#5156)
* Updating docs for Revisions

* minor change

* update links

* remove fluff

* Update docs/snippets/about-revisions.md

Co-authored-by: Carlos Santana <csantana23@gmail.com>

Co-authored-by: Carlos Santana <csantana23@gmail.com>
2022-08-10 17:42:45 +00:00
Gabriel Freites afc2015250
RabbitMQ Source docs (#5137)
* finished rabbitmq source readme and corrected some minor rabbitmq broker typos

* fixed code style

* Update docs/eventing/sources/rabbitmq-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/broker/rabbitmq-broker/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/sources/rabbitmq-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/sources/rabbitmq-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* fixed pr comments

* Update docs/eventing/broker/rabbitmq-broker/README.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/eventing/sources/rabbitmq-source/README.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/eventing/sources/rabbitmq-source/README.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* removed duplicated sections + created snippet for service section + removed external cluster docs and pointed to the right pages that explain so

* added whitespace in prereqs

* removed trailing whitespace

* Update docs/eventing/broker/rabbitmq-broker/README.md

* Update docs/eventing/broker/rabbitmq-broker/README.md

* Update docs/eventing/broker/rabbitmq-broker/README.md

* Update docs/eventing/broker/rabbitmq-broker/README.md

* Update docs/eventing/broker/rabbitmq-broker/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2022-08-02 18:27:23 +00:00
Ashleigh Brennan 2c8f9e3af6
Create Concepts section (#5155)
* Create Concepts section

* add redirect

* remove broken links

* remove broken links

* add new tab to links

* add new tab to links
2022-07-29 15:51:41 +00:00
Ashleigh Brennan bbf9d6d7b4
Knative Serving docs cleanup (#5120)
* Knative Serving docs cleanup

* remove fluff, editing of content

* remove fluff, editing for traffic splitting tutorial
2022-07-20 18:01:01 +00:00
Ashleigh Brennan aa99afea2c
General cleanup of sample and ref docs (#5117)
* General cleanup of sample and ref docs

* move reference docs

* fix nav and links

* update redirects

* fix comment

* added Paul's script updates, updating ext versions
2022-07-20 15:00:01 +00:00
Vincent ba5b5eca6b
Add the link to the Knative Operator CLI plugin (#5109) 2022-07-18 14:27:59 +00:00
Ashleigh Brennan 9d64fcbe6a
Clean up CLI and eventing docs (#5070)
* Cleanup docs, snippets, and sections

* peer review updates
2022-07-08 14:18:08 +00:00
Ashleigh Brennan 73ab7c4658
Renamed Community docs section to Contributing, added func contrib docs (#5049)
* Renamed Community docs section to Contributing

* add redirects

* add func contribution docs
2022-06-22 23:17:23 +00:00
Ali Ok 42fd74d11a
Get rid of refs to old KafkaChannels (#5009) 2022-06-22 18:01:23 +00:00
Ashleigh Brennan 719180d180
Remove duplicate getting started, tidy up info (#5018) 2022-06-09 18:41:24 +00:00
Ashleigh Brennan 83b38c42ca
Fix values and general cleanup (#4980)
* fix values and general cleanup

* fix whitespace

* fix bullets
2022-05-31 17:02:37 +00:00
Sameer Vohra e58f571f9b
Update Sugar Controller docs (#4925)
* Fixes #4896 Update Sugar Controller docs

- Update existing Sugar Controller page to reference LabelSelector Changes
- Add Configuration page for "config-sugar" ConfigMap

* Apply suggestions from code review

- fix code block identation
- remove incorrect comments in example config-sugar
- clarify default wording to be more clear

Co-authored-by: Carlos Santana <csantana23@gmail.com>

* Update config/nav.yml with Sugar Config entry

* update sugar/README with more practical example

* Update sugar

- fix code block rendering

Co-authored-by: Carlos Santana <csantana23@gmail.com>
2022-04-21 00:21:30 +00:00
Paul Schweigert e6059234e7
Adds security page to site (#4807)
* adds security page to site

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>

* remove whitespace

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-03-04 13:08:37 -08:00
Gabriel Freites 65e1019266
reverted logo to preserve trademark + added redirect for case studies home while it's ready (#4800) 2022-03-02 12:11:45 -08:00
Carlos Santana a3e3eebe70
update blog menu and files (#4783)
* update blog menu and files

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* addressed review comments

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2022-02-25 02:37:42 -08:00
Gabriel Freites ab640e1a88
Testimonials page (#4781)
* added first images and the skeleton for the testimonials page

* finished testimonials

* finishing some style details

* fixed testimonial quote author font weight

* added find links

* fixed pr checks

* renamed to testimonials + changed the url and fixed references

* new about sidebar and sections
2022-02-23 13:52:37 -08:00
Samia Nneji 82d103e995
Clarifications and style edits for the tutorial (#4741)
* Edit tutorial

* Add explanations for first-trigger.md

* Minor edits

* More edits to quickstart tutorial

* Edit wording

* Clarify minikube tunnel step

* lint
2022-02-15 13:15:00 -08:00
Samia Nneji 7d94819226
Add quickstart to install guide (#4721)
* Add quickstart to install guide

* Apply feedback
2022-02-09 08:52:42 -08:00
Matthias Wessendorf 57231f3c5a
Rewording the bits for the knative Kafka broker (#4687)
* 💄 Rewording the bits for the knative Kafka broker

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Update docs/eventing/broker/kafka-broker/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

Co-authored-by: Samia Nneji <snneji@vmware.com>
2022-02-08 09:30:16 -08:00
Samia Nneji 39afe419f7
Edit Clean up page in tutorial (#4697)
* Edit clean up page

* Tweak introduction

* Add minikube output

* Hide next on clean up page

* Edit link
2022-02-07 06:34:53 -08:00
Samia Nneji cb6162a906
Reorganise the install guide (#4690)
* reorganise install

* Use imperative to improve consistency

* Add advanced install section

* Remove ambassador

* Update docs/serving/using-auto-tls.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Update docs/serving/using-auto-tls.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Update Istio to 1.12

* Remove duplicate  folders

* Update links

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>
2022-02-04 09:29:21 -08:00
Samia Nneji f25c7cc281
Clarify purpose of getting started (#4688)
* Clarify purpose of getting started

* Tweaks

* Fix links

* Update link

* Update docs/getting-started/quickstart-install.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Update docs/getting-started/README.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Clean up quickstart install page

* fix title

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>
2022-02-03 19:00:21 -08:00
Samia Nneji de65c85f9a
Add redirect for operator install page (#4677) 2022-01-28 10:34:47 -08:00
jwcesign 2547a26ea7
Add doc to explain how config container-freezer autoscaling (#4633)
* Add doc to explain how config container-freezer autoscaling

* Add nav.yaml content

* Fix erro ci check

* Fix review comments v1

* Fix note format

* Fix format of md

* Fix review issues v2
2022-01-20 05:08:35 -08:00
Ahmed Abdalla Abdelrehim a932249bf7
Add documentation for new trigger filters (#4635)
* Add documentation for new trigger filters

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* fix a conflict

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* Add new trigger filters to the overview table

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* fix wrong formatting and add missing docs

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* fixes dialect formatting

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* fix new trigger filter docs

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

* Apply suggestions from code review

Co-authored-by: Samia Nneji <snneji@vmware.com>

* fix formatting

Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>

Co-authored-by: Samia Nneji <snneji@vmware.com>
2022-01-19 07:10:53 -08:00
Samia Nneji 97f5acac91
Edit Operator docs (#4634)
* Edit Operator docs

* Update docs/install/upgrade/upgrade-installation-with-operator.md

Co-authored-by: Peter Mbanugo <p.mbanugo@yahoo.com>

* fix typo

Co-authored-by: Peter Mbanugo <p.mbanugo@yahoo.com>
2022-01-17 01:57:28 -08:00
Paul Schweigert e9713b12e1
Build client docs (#4623)
* build kn docs

* navigation tweaks

* link to github version of kn docs

* removing unneeded envvar

* removing go

* style
2022-01-13 05:00:12 -08:00
Ashleigh Brennan 2646637eb7
Clean up operator configmap docs (#4618) 2022-01-06 10:38:01 -08:00
Samia Nneji a0706b15ad
Update contributing call to action and links (#4578)
* Update contributing links

* Redirect from old docs contributor guide

* Remove redirect from redirects.yml

* Fix redirect

* Remove arrow
2021-12-14 12:20:51 -08:00
Samia Nneji 4eda564a0b
Move code samples to GitHub (#4565)
* Move samples off site

* Add redirects

* Fix code samples and links

* Change links

* Fix path to sample

* Fix a few more links

* Update samples path in test

* remove unecessary redirect

* update more links

* add closing bracket
2021-12-14 04:20:51 -08:00