Commit Graph

3390 Commits

Author SHA1 Message Date
Ville Aikas 23533ca02d
update package, fix issue 3135 (#3136) 2021-01-11 05:41:37 -08:00
knative-automation d22a3c317a
Update common github actions (#3128)
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-11 00:48:36 -08:00
Sameer Vohra 5d512be475
Update eventing/samples/writing-event-source-easy..README.md (#3084)
- fix url "tutorial on writing a Source with a Receive Adapter" section

Signed-off-by: Sameer Vohra <vsameer@vmware.com>
2021-01-08 08:23:36 -08:00
Senthilnathan M 062d6ff7a7
Fixed a typo. (#3110) 2021-01-05 10:56:32 -08:00
knative-automation 7a2fa24f89
Update common github actions (#3119)
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-04 07:51:31 -08:00
knative-automation ebbf6c7f18
upgrade to latest dependencies (#3105)
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-04 07:41:31 -08:00
Vincent 27e661b23c
Add the description on how to to append customized the manifests (#3114) 2020-12-22 08:43:03 -08:00
Lukas Berk 57f33d3f6b
Add documentation to sinkbinding modes (#3101)
Update docs/eventing/sources/sinkbinding.md

As suggested

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2020-12-17 12:08:02 -08:00
Ricardo Zanini 073e9a5c93
Adding absolute path for Kogito article images (#3109) 2020-12-17 09:53:02 -08:00
Ricardo Zanini cce593b130
Fixing images and reviewers header on Kogito Blog (#3108)
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
2020-12-17 06:54:03 -08:00
SaintMalik 8a703cfa46
fix broken url in docs (#3106) 2020-12-17 06:27:02 -08:00
knative-automation 5f6aec3a84
Update common github actions (#3099)
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-16 20:58:02 -08:00
Ricardo Zanini 63c305b544
[New Blog Post] Orchestrating Events with Knative and Kogito (#3083)
* Closes #3076 - [New Blog Post] Orchestrating Events with Knative and Kogito

* Incorporating review comments from abrennan89

* Incorporating macruzbar review

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

* incorporating the diagram of a knative sinkbinding

* Added reviewers
2020-12-16 08:05:59 -08:00
Sameer Vohra ea8f29215a
Update docs/install/installing-istio.md (#3052)
- Remove line with link about managed instio installation as that just links back to the install guide and doesn't provide any specific guidance.
- Improve readability
2020-12-15 20:07:58 -08:00
Dan Wilson 0d2b124d9c
add docs for hostAliases feature gate (#3098) 2020-12-15 09:51:58 -08:00
Sameer Vohra 1c0bef1a05
Update ..sequence-with-broker-trigger/README.md (#3087)
- remove duplicate statement in the wrong location
- reword incorrect statements
- reword statements to be consistent across the file
- fix incorrect statement referring to `Sequence` instead of `Trigger`
- replace `event-display` with `sequence-display` to match pod name

Signed-off-by: Sameer Vohra <vsameer@vmware.com>
2020-12-15 04:46:44 -08:00
Sameer Vohra f2458e508b
Update writing-event-source/01-theory.md (#3091)
- Fix repo paths for `controller.go` & `samplesource.go`
2020-12-10 14:07:42 -08:00
Matthias Wessendorf a7e66471ae
Adding configuration description for TLS/SASL for the KafkaChannel (#3067)
* Adding configuration description for TLS/SASL for the KafkaChannel

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

* Updating based on feedback

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

* 💄 a little more context and polishing

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

* Fixing typo

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-12-10 07:05:41 -08:00
Zhuang fc833e3b42
add IBM Cloud Code Engine which offer knative (#3097) 2020-12-09 04:08:41 -08:00
knative-automation 6145f37789
Update common github actions (#3080)
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-08 07:25:41 -08:00
knative-automation b9dfccfdd4
upgrade to latest dependencies (#3074)
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-08 07:14:41 -08:00
Sameer Vohra a3d418dcd3
Update writing-event-source/07-knative-sandbox.md weight (#3093)
- set weight to 70 so it shows as the last link in the list. This would
  then match the intended order in the README.md file

Signed-off-by: Sameer Vohra <vsameer@vmware.com>
2020-12-07 18:19:41 -08:00
Sameer Vohra 7572a6ba85
Update 01-theory.md (#3089)
nit: grammar
2020-12-07 10:44:11 -08:00
Sameer Vohra 35bb400053
Update .../sequence-termina/README.md (#3086)
* Update .../sequence-termina/README.md 

Relocate statement about Sequences to the correct section. It was hiding in the PingSource section ;p

* Update .../sequence-termina/README.md

Relocate statement about sequence container outputs in the "Inspecting results" section to the correct locations with their corresponding commands.
2020-12-07 05:58:11 -08:00
zhihuiwu 9387f618eb
Fix typo in (#3075)
Fix a typo in configuring-serving-cr.md

Signed-off-by: zhihui.wu <zhihui.wu2006@gmail.com>
2020-12-03 17:11:16 -08:00
Alex Yang 3e023d3524
Fix scala sample of serving (#3070)
Signed-off-by: 杨阳 10014842 <yangyang1@zte.com.cn>
2020-12-03 17:11:09 -08:00
Sameer Vohra 256f6cdf10
Update eventing/samples/kafka/binding/README.md (#3069)
- Drop namespace reference in k8s Job resource as none of the other resources specify a namespace.
- Add verification for job having run

Signed-off-by: Sameer Vohra <vsameer@vmware.com>
2020-12-03 14:21:09 -08:00
Sameer Vohra d8c1cd1aa9
Update Eventing README (#3064)
Switch `service` to `resources` when referring to internal Knative Eventing.

Why: Disambiguate `service` to refer to an abstraction which has an http endpoint and primarily referring to a K8s Service or Knative Service.
Here, also calling Knative Eventing resources as `services` creates confusion even if the usage is technically correct.
2020-12-03 13:56:09 -08:00
Sameer Vohra 1131050334
Update Eventing README.md (#3065)
Remove the relative link that links directly to the section above. It also goes to the generic install instructions rather than Eventing specifically.

Signed-off-by: Sameer Vohra <vohra.sam@gmail.com>
2020-12-03 13:53:09 -08:00
Aldo Preciado Cuevas f4a9bffebf
fix: add a reference to eventing sources page instead of having a list (#2939)
* fix: add a reference to eventing sources page instead of having a list

* docs: improve eventing sources readability

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

* fix: use relative path for reference

* fix: use correct link for knative event sources

Co-authored-by: RichieEscarez <rescarez@google.com>

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Co-authored-by: RichieEscarez <rescarez@google.com>
2020-12-03 11:29:09 -08:00
Ashleigh Brennan c1f0d34762
Sink binding docs overhaul (#2920)
* Sink binding docs overhaul

* fix tabs formatting

* fix tabs formatting

* fix tabs formatting

* fix formatting, correct minor typo

* cleanup tabs

* cleanup tabs

* changed structure slightly
2020-12-02 13:54:08 -08:00
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