Commit Graph

2459 Commits

Author SHA1 Message Date
Sameer Vohra 0281c85bc7
Small typo in docs/eventing/getting-started.md (#3058)
Pluralize consumers
2020-12-01 11:38:37 -08:00
Matt Moore 20529aaa69
Fix a rendering glitch that hides eventing. (#3071)
Fixes: https://github.com/knative/docs/issues/3068
2020-12-01 08:22:36 -08:00
Alex Yang 2c34cb0a86
Fix typo (#3066)
Signed-off-by: 杨阳 10014842 <yangyang1@zte.com.cn>
2020-11-30 05:55:37 -08:00
zhaojizhuang af68969b62
fix bad image link in gke-assigning-static-ip-address (#3063) 2020-11-25 10:27:35 -08:00
Dave Syer fff714764f
Add cloudevents-spring sample (#3045)
Signed-off-by: Dave Syer <dsyer@vmware.com>
2020-11-25 08:09:35 -08:00
Sameer Vohra 09da5bb6f0
Update getting-started-knative-app.md (#3054)
Update pre-reqs to refer to Knative Serving

Why: Since the install instructions breakdown installing Knative "Serving" and "Eventing" as standalone components, we can be more specific here to clarify what is required for App Deployment
2020-11-25 01:16:35 -08:00
Sameer Vohra bee176ae8a
Update docs/serving/samples/helloworld index (#3055)
Update file name with go extension
2020-11-25 01:02:35 -08:00
Zhimin Xiang b1e914f35d
Polish the auto TLS related docs (#3023)
* Polish the auto TLS related docs

* remove repeated content

* address comments
2020-11-24 09:59:35 -08:00
Roland Huß d8350c193a
helloworld shell sample: Switch to use CGI bin for the output (#3053)
* helloworld shell sample: Switch to use CGI bin for the output

Also, httpd is now started by init for proper SIGTERM handling.
If you run the image itself within Docker, note that SIGINT (CTRL-C) is not captured.
Use `docker --init` for being able to stop the containe with CTRL-C
(This is not relevant when used for Knative)

Thanks to @csantanapr for the idea to switch to CGI.

* chore: Removed dynamic parts from the script

It's back now to a simple echo, so that the CI tests pass that
compare on exactly the output of a request. Also this is probably
easier to understand for a user, too.

Based on review feedback.

* chore: Add missing file
2020-11-23 19:06:34 -08:00
Julian Friedman a8cf84268c
Add install instructions for DomainMapping CRD (#3030) 2020-11-23 18:55:34 -08:00
Pierangelo Di Pilato fbd8d574ec
Document Apache Kafka Sink (#3031)
* Document Apache Kafka Sink

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

* Update enable debug logging sentence

Co-authored-by: Mike Petersen <mike.petersen@ibm.com>

* Explain what a Kafka Producer is

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

* Sink -> sink | ConfigMap -> config map

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

* README.md -> _index.md

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

Co-authored-by: Mike Petersen <mike.petersen@ibm.com>
2020-11-23 09:38:58 -08:00
knative-automation a61f7afca9
upgrade to latest dependencies (#3035)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-22 17:44:53 -08:00
Carlos Santana 7d0402065f
Release notes 0.19 (#3027)
* blog release notes for knative 0.19

* added serving section to release notes 0.19

* Add eventing release notes

* add kafka broker

* add eventing contrib

* fix rendering

* Add CLi

* added cli contributors

* fix sort for contributors

* fix more headers

* add itsmurugappan@ to list of contributors thanks to rhuss@ for the catch

* fixed misspells

* Add operator

* add rabbitmq to toc
2020-11-19 21:01:52 -08:00
Scott Nichols 191c6a718f
Adding docs for the sugar controller (#3039)
* adding docs for the sugar controller

* lint

* update working based on feedback

* make default broker name name more clear

* minor quote
2020-11-19 14:58:52 -08:00
Lu Dang 5f28d2c615
Update PingSource docs and examples to use v1beta2 (#3046)
* Update PingSource docs and examples to use v1beta2

* Apply suggestions from code review

Co-authored-by: Mike Petersen <mike.petersen@ibm.com>

Co-authored-by: Mike Petersen <mike.petersen@ibm.com>
2020-11-19 10:14:52 -08:00
Roland Huß 591757ccf1
sample: Convert to BusyBox httpd for the shell sample (#3049)
* sample: Convert to BusyBox httpd for the shell sample

nc has issues because of the constant listen and unlisten on port 8080.
Therefor switching over to busybox's [httpd](https://git.busybox.net/busybox/tree/networking/httpd.c)
which is should be much more robust.

The shell example still stays simple and reuses an existing command.

* simplified script a bit
2020-11-19 07:01:51 -08:00
Markus Thömmes eb37d11a7a
Simplify Kotlin example and bump versions to be more recent (#3050) 2020-11-19 05:42:51 -08:00
RichieEscarez 40776cc069
Update API build and generate 0.19 API docs (#3043)
* remove eventing-contrib

* update gen-crd-api-reference-docs version to fix API build errors

* API docs build for 0.19

* revert API version and add troubleshooting docs

* revert file

* remove whitespace

* Update docs/reference/api/README.md

Co-authored-by: Mike Petersen <mike.petersen@ibm.com>

* add more detail

* and now fix my typo

Co-authored-by: Mike Petersen <mike.petersen@ibm.com>
2020-11-18 14:39:52 -08:00
Carlos Santana a3cc35c731
[feat] Add community calendar (#3037)
* [feat] Add community calendar

* Address comments by evankanderson@ more details

* fix typo
2020-11-16 17:35:52 -08:00
Vincent 3834c3d8bc
Add description on how to configure each ingress for knative serving (#3025)
* Add description on how to configure each ingress for knative serving

* Rephrase the sentence in a correct order
2020-11-16 13:48:02 -08:00
knative-automation b760e6b7ea
Update common github actions (#3029)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-16 10:19:01 -08:00
Markus Thömmes 3ee452c394
Ignore false-positive divisive language flagging (#3033) 2020-11-12 08:45:00 -08:00
Matthias Wessendorf cd90227345
Better doc for channel config via operator (#2990)
* 💄 Adding a bit of more context to the different options for a 'default channel'

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

* Fixing comments

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

* Updating to use lower-case, like the rest of the doc does

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

* Adding IMC as an alternative channel for configures

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

* Update docs/install/operator/configuring-eventing-cr.md

Co-authored-by: Mike Petersen <mpetason@gmail.com>

* Update docs/install/operator/configuring-eventing-cr.md

Co-authored-by: Mike Petersen <mpetason@gmail.com>

Co-authored-by: Mike Petersen <mpetason@gmail.com>
2020-11-11 09:33:59 -08:00
Markus Thömmes f8c3655862
Align Scala sample with the rest of our samples (#3020)
* Correct differences between scala and the rest

* Update dependencies and scala version

* Some cleanups
2020-11-11 07:02:59 -08:00
Evan Anderson 3d61d6dff8
Add sample logging configuration using fluentbit as collector and forwarder (#2989)
* Add sample logging configuration using fluentbit as collector and forwarder.

Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update with mpetason feedback

* Fix yaml whitespace

* Capitalize Namespace
2020-11-10 17:12:59 -08:00
Markus Thömmes 429e3928f9
Transform Scala example to use a Dockerfile (#3016) 2020-11-09 19:26:58 -08:00
RichieEscarez e35029f20f
fix yaml (#3019) 2020-11-09 14:48:09 -08:00
Carlos Santana 11cd1e69c6
Blog ksc nominations (#3013)
* ksc election started

* some gramar fixes
2020-11-08 08:01:08 -08:00
Carlos Santana 2abdd26790
ignore some java related files (#3015)
* ignore some java related files

* adding new line just in case
2020-11-07 07:10:08 -08:00
Lance Ball 8323b64185
examples(nodejs): bump to the latest 3.x version of cloudevents SDK (#2769)
* examples(nodejs): bump to the latest 3.x version of cloudevents SDK

A few changes to the API were made in the recent release of the SDK.
This commit updates the dependency and modifies the source to work
with the new API.

* squash: bump cloudevents to 3.2.0

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: incorporate PR feedback

Signed-off-by: Lance Ball <lball@redhat.com>
2020-11-06 18:52:07 -08:00
RichieEscarez e2140fd6de
Add csantanapr as eng approver (#3014) 2020-11-06 16:34:08 -08:00
Matt Moore d2858727e7
Drop the `-alpine` for dotnet, it isn't multi-arch. (#3010)
This is serving from a Graviton EKS cluster built with this sample: https://helloworld-csharp.default.mink.dev
2020-11-06 09:17:08 -08:00
Matt Moore 9f2138f002
Switch helloworld-go with kn (#2807)
* Try helloworld-go with kn

* Add kn as a prereq.

* Incorporate Ashleigh's feedback

* Fix @abrennan89 feedback
2020-11-06 09:04:08 -08:00
knative-automation 426e207809
Update common github actions (#2994)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-06 08:41:15 -08:00
knative-automation 4214d9fed5
upgrade to latest dependencies (#2992)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-06 08:41:08 -08:00
Roland Huß c14f768971
Reworked shell hello world example (#2832)
* Change event type in Sequence with Broker example (#2897) (#2916)

If the type of the event isn't changed by the last step in the
sequence the event will be resent to the Trigger that targets
the sequence creating an unwanted loop.

Fixes #2851

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

* Reworked shell hello world example

* Reworked example to be a "true" shell example that is considerable different than the helloworld-go example
* Added examples for kn usage

(Fixed according to review comments)

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-11-06 07:53:07 -08:00
Matt Moore 9b2e42b27a
Fix website build (#3004) 2020-11-05 21:37:07 -08:00
Carlos Santana f8fb9e0c93
add missing secret command for contour tls setup (#3003) 2020-11-05 19:09:07 -08:00
Matt Moore 6ffd239bb6
Make newlines consistent across samples (#3001) 2020-11-05 17:30:08 -08:00
Mike Petersen b99e249a69
Updated trigger link in eventing docs (#2969) 2020-11-05 08:57:08 -08:00
Murugappan Chetty 656d260a83
hello world java with tabs (#2833)
* rewrite hello world java with tabs

* rewrite hello world java with tabs

* rewrite hello world java with tabs

* review comments
2020-11-04 10:24:06 -08:00
Lance Ball a615243372
docs(cloudevents): try cloudevents-nodejs with kn (#2827)
* docs(cloudevents): try cloudevents-nodejs with kn

Adds tabbed instructions for deploying and deleting the Node.js cloudevents
sample using the `kn` CLI.

Signed-off-by: Lance Ball <lball@redhat.com>

* squash: fix copy paste problems

Signed-off-by: Lance Ball <lball@redhat.com>

* squash: incorporate PR feedback

Signed-off-by: Lance Ball <lball@redhat.com>
2020-11-04 09:09:04 -08:00
Ashleigh Brennan 089473ffc8
Fix broken links from sandbox moved files (#2965)
* Fix broken links from sandbox moved files

* updated command

* Review updates, comments
2020-11-04 08:29:04 -08:00
Matthias Wessendorf 178c3a4f9c
Documenting how to configure system resources for eventing (#2744)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-11-03 11:43:04 -08:00
Mike Petersen 3b099ebcee
Fixed broken links in any-kubernetes-cluster related to eventing (#2973) 2020-11-03 09:30:05 -08:00
Mike Petersen 797fe7b174
Updated links for broker and trigger. Broke up the single link into two links so that trigger takes you to the correct location. (#2962) 2020-11-03 09:19:04 -08:00
Francesco Guardiani d445da183d
Updated to sdk-rust 0.3 (#2991)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-11-02 17:42:03 -08:00
Vincent d8062e4034
Update the links for operator docs (#2888) 2020-11-02 11:58:04 -08:00
赵吉壮 81dc45cf6d
fix dead link in config-trace (#2988) 2020-11-01 22:49:36 -08:00
Kenjiro Nakayama a23b383696
Move the config for tag header based routing into config-features (#2985) 2020-11-01 02:16:35 -08:00