Commit Graph

1822 Commits

Author SHA1 Message Date
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
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