Commit Graph

1647 Commits

Author SHA1 Message Date
Lionel Villard ea76f35f66
Add multi-tenant GitHub source installation doc (#2650)
* add mt github installation instructions

* apply fixes from review

* fix typo
2020-08-20 10:46:14 -07:00
Pierangelo Di Pilato 4d2c89421b
Deliver events to a particular path of a Trigger subscriber (#2760)
* 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>
2020-08-19 12:17:14 -07:00
Zhongduo Lin (Jimmy) 08e812cf41
fix broker url in eventing getting-started.md (#2758) 2020-08-18 17:01:13 -07:00
Ville Aikas 28fd0eb2ba
add an explicit Broker creation not relying on defaults (#2756)
* 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
2020-08-18 13:25:14 -07:00
Ville Aikas 981e8c5e74
remove spec / annotations so broker uses defaults (#2754) 2020-08-18 09:53:13 -07:00
Pierangelo Di Pilato cf9bccfd59
Document all event delivery parameters (#2752)
* Document all event delivery parameters

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Fix typo: linerar -> linear

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-08-18 09:22:13 -07:00
Pierangelo Di Pilato 80c67ed2ba
Add Apache Kafka Broker (#2740)
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-08-18 08:20:14 -07:00
runzexia b4bd42c38a
fix get vsvc in debug app issues (#2572)
Signed-off-by: RyderXia <ryder.xia@sap.com>
2020-08-17 11:23:07 -07:00
Mike Petersen a4df2c0ceb
Updated yaml for example service (#2747) 2020-08-17 06:23:07 -07:00
Dave Protasowski 5281d94f5c
include doc on how to bring your own certificate with net-contour (#2735)
* 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
2020-08-13 08:35:06 -07:00
Lionel Villard cc859d443e
update pingsource doc to use v1beta1 API (#2741) 2020-08-13 07:30:06 -07:00
Kenjiro Nakayama e39d247be5
Fix URL to net-istio for istio manifest (#2748) 2020-08-13 06:41:06 -07:00
Ashleigh Brennan c3523dd1bb
Updating Broker docs (#2707)
* 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
2020-08-12 06:19:05 -07:00
Kenjiro Nakayama ec79229f17
Fix rendering issue in helloworld-go eventing (#2739) 2020-08-11 13:02:05 -07:00
Mike Petersen 8783e31e9b
Changed filename from serving.yaml to serving-core.yaml in upgrade docs (#2723) 2020-08-11 08:03:06 -07:00
Matt Moore d90a1a3d1c
[master] Auto-update dependencies (#2626)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-08-11 07:50:05 -07:00
Mike Petersen 1a53cf8280
Added Docs related to excluding namespaces from the Knative Webhook (#2722)
* 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
2020-08-11 07:30:05 -07:00
Francesco Guardiani 823d6c567a
Nits in cloudevents samples (#2725)
* 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>
2020-08-11 07:11:05 -07:00
Justin Brûlotte 024188faa2
Adding RabbitMQ to Event Source list and change Apache CouchDB link (#2674)
* Adding RabbitMQ to Event Source list and change Apache CouchDB link

Signed-off-by: Justin Brulotte <justin.brlotte797@gmail.com>

Adding RabbitMQ to Event Source list and change Apache CouchBD lin

Signed-off-by: Justin Brulotte <justin.brlotte797@gmail.com>

* Fix Simplified Controller url Image

Signed-off-by: Justin Brulotte <justin.brlotte797@gmail.com>
2020-08-11 06:33:06 -07:00
Matt Moore 9805b3a538
Move net-kourier to beta (#2738) 2020-08-10 13:37:30 -07:00
arturenault a4e1991a05
Add documentation for max-scale global setting (#2736)
* 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>
2020-08-10 12:30:30 -07:00
Matt Moore 60a67ca06c
Move net-contour to beta (#2737) 2020-08-10 11:39:30 -07:00
Tara Gu aa4e10f570
Add docs for initial scale (#2720)
* Add docs for initial scale

* Reword

* Move sentence

* Review

* review

* Reword

* Review
2020-08-06 09:52:29 -07:00
Vincent e8f35156bb
Add the section to describe the field spec.version (#2697)
* 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
2020-08-05 11:20:28 -07:00
Evan Anderson a8a0254f1a
Update CONTRIBUTING.md (#2726) 2020-08-05 07:44:29 -07:00
Ashleigh Brennan 0cb5dc846a
Cleaning up event source docs (#2714)
* 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
2020-08-03 08:25:02 -07:00
Kenjiro Nakayama 9c4a13f040
Fix missing hyphen in eventing getting started guide (#2719) 2020-07-31 11:04:00 -07:00
Zhimin Xiang d5864bcddb
Enable grpc server reflection for grpc-ping example (#2644)
* Enable grpc reflection

* Add reflection
2020-07-30 20:08:00 -07:00
Zhimin Xiang 54508a76d7
Fix the broken E2E tests (#2716)
* 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
2020-07-30 16:43:00 -07:00
danyinggu b3bf007dc2
Add source docs for ContainerSource, APIServerSource and SinkBinding (#2713)
* Add APIServerSource page

* Add container Source

* Add sinkbinding and kn cli

* change version to v1beta1

* fix

* fix nits

* fix event-display

* fix

* fix

* fixes
2020-07-30 07:33:00 -07:00
Kenjiro Nakayama a484b2e772
Label to k8s service instead of route (#2710) 2020-07-29 07:01:59 -07:00
danyinggu 6c786c0359
Update APIServerSource docs to include the new attributes in CloudEvents (#2708) 2020-07-29 06:28:59 -07:00
Alejandro Saucedo 0b86a4a7e0
Added Python Example for Knative Eventing (#2299)
* 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>
2020-07-28 09:47:01 -07:00
Lionel Villard b00dd3cb20
fix link to ref doc (#2703) 2020-07-28 09:22:59 -07:00
Lionel Villard a0f607359b
revamp eventing sources page (#2680)
* 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
2020-07-28 08:12:59 -07:00
Vincent 35e5cdb307
Update the instruction on how to use cluster local gateway (#2090)
* 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
2020-07-28 07:55:59 -07:00
Julian Friedman 0b8914c40f
Document how to set default for containerConcurrency (#2682)
* 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
2020-07-28 07:36:59 -07:00
Shubham 4e26c5c8a6
Update Ambassador install instructions (#2700) 2020-07-28 06:58:59 -07:00
Lukas Berk 444a6244fa
Fix K_CE_OVERRIDES env var format (#2701) 2020-07-27 13:02:58 -07:00
Wietse Venema 4ab3125e84
Update docs to fix broken link (#2696)
The page "Knative Kubernetes Services" linked to a non-existing page with installation instructions.
2020-07-23 22:17:57 -07:00
dependabot[bot] 2d354c379b
Bump lodash in /docs/serving/samples/cloudevents/cloudevents-nodejs (#2692)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-22 15:59:58 -07:00
Belinda Vennam d41be21c94
typos in kafka source (#2695) 2020-07-21 11:43:54 -07:00
Chao Dai 5a923e958a
Use github actions/stale for managing stale issues/PRs (#2694) 2020-07-21 09:15:36 -07:00
Bharatt Kukreja 441faac38b
Update containersource example to use v1beta1 (#2690) 2020-07-21 05:02:35 -07:00
Ville Aikas 8c13828b22
fix cm name + talk about using different channel (#2693)
* fix cm name + talk about using different channel

* update based on pr feedback
2020-07-21 01:31:35 -07:00
Matt Moore 370b67e9df
Simplify the HA documentation. (#2691)
`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
2020-07-20 11:58:35 -07:00
Vincent 1816b779ad
Update the local cluster gateway link (#2615) 2020-07-20 08:58:34 -07:00
capri-xiyue 22ef34a2d7
updating ApiServerSource example to use v1beta1 (#2688) 2020-07-20 06:15:34 -07:00
Pierangelo Di Pilato 14bd80cfa1
Rename Broker config-br-defaults and clarify Broker defaulting (#2670)
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-07-20 05:43:34 -07:00
Weston Haught 0b8443ef83
fix dry-run flag name (#2685) 2020-07-17 12:15:34 -07:00