Commit Graph

3390 Commits

Author SHA1 Message Date
Kenjiro Nakayama 7b1ecc0028
Remove AWS from unsupported default-domain in Caveat (#2574)
Current doc explains that default-domain does not work on AWS as it
does not expose External IP. But it exposes Extenal Host and supported
it by https://github.com/knative/serving/pull/7518.

So this patch removes AWS from Caveat.
2020-06-15 11:19:32 -07:00
Mike Petersen d530ba79f3
Updated eventing github sample to v0.15.0 (#2588)
- The github event source version was still v0.12.* so I updated it to
v0.15.0
2020-06-15 10:53:23 -07:00
runzexia 5bca697dea
fix gardener broken link (#2576)
Signed-off-by: RyderXia <ryder.xia@sap.com>
2020-06-15 10:51:24 -07:00
Peng Li a8a712d2f3
Fix typo (#2582) 2020-06-15 10:34:24 -07:00
Evan Anderson 319146637d
Fix #2415 (#2551) 2020-06-15 10:00:24 -07:00
Matt Moore 4a56354660
[master] Auto-update dependencies (#2577)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-06-14 13:32:23 -07:00
Ashleigh Brennan f9d3c6d770
Add abrennan89 to doc-approvers (#2579) 2020-06-12 11:18:23 -07:00
Kenjiro Nakayama d5a57b5f1c
Update Setting up custom ingress gateway section (#2505)
This patch updates [Setting up custom ingress gateway](https://knative.dev/docs/serving/setting-up-custom-ingress-gateway/) section.

It changeed to:
- use istio operator example for custom gateway deploy. (Note, `istioctl` cannot install standalone ingress gateway.)
- update config in `config-istio` to `+gateway.knative-serving.knative-ingress-gateway`.
2020-06-10 22:22:22 -07:00
Ashleigh Brennan 5cf0b90cd1
Added HA details to fix #2454 (#2455)
* [WIP] Added HA details

* updates from review feedback

* fix link

* removed linktitle

* fixed scale command

* updates to commands
2020-06-10 08:46:22 -07:00
Ville Aikas 8dcca2764d
v1alpha1 -> v1beta1 (#2561)
* v1alpha1 -> v1beta1

* fix links, cronjobsource->pingsource
2020-06-09 15:47:39 -07:00
Ville Aikas 9db70796af
change all previous versions to generated/kubernetes-api/v1.18 (#2567) 2020-06-09 14:39:32 -07:00
Zhimin Xiang accae21840
Fix the format of applying certmanager related yaml (#2556)
* fix the format of cert-manager related yaml

* fix format

* fix empty string
2020-06-09 10:50:32 -07:00
Harry 119f463487
add Kong Ingress Controller as a supported network layer (#2341) 2020-06-08 11:57:32 -07:00
Nghia Tran a93758287a
Add new TOC members to OWNERS_ALIAS (#2558)
* Add new TOC members to OWNER.

* Remove rgregg.

* Remove mchmarny
2020-06-08 11:51:32 -07:00
Leon Stigter d2b1805e46
Update README.md (#2557)
fix broken link cluster events k8s docs
2020-06-08 09:55:32 -07:00
Ashleigh Brennan 371cd725d9
Updates to MT broker docs (#2349)
* [WIP] Updates to MT broker docs

* fix link

* further edits

* additional updates, structure changes

* minor updates
2020-06-08 08:26:20 -07:00
Antoine Cotten c70670eeab
Remove periodSeconds from examples (#2515)
Since knative/serving#4731, periodSeconds also requires
failureThreshold and timeoutSeconds to be set.
2020-06-05 10:07:18 -07:00
Matt Moore c40847c454
[master] Auto-update dependencies (#2552)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-06-05 09:07:18 -07:00
Evan Anderson 4f0a7f8649
Fix docker images to point to released event_display binary (#2548) 2020-06-04 14:16:18 -07:00
Roland Huß f7147e1a78
chore: Add `kn` usage to Getting Started guide (#2531)
* chore: Add `kn` usage to Getting Started guide

* Add fence to avoid link checking for example

* Another attempt to avoid link checking on the example

* Update docs/serving/getting-started-knative-app.md

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

* Update docs/serving/getting-started-knative-app.md

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

* Update docs/serving/getting-started-knative-app.md

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

* chore: Changed according to review comments

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
2020-06-04 12:48:18 -07:00
Dina Graves Portman 2ba840fbcd
Python Unbuffered (#2534)
* Update Dockerfile

Using pythonunbuffered so that  print() statements and log messages will immediately appear in the logs.

* Update docs/serving/samples/hello-world/helloworld-python/Dockerfile

Update comment

Co-authored-by: Victor Agababov <vagababov@gmail.com>

* Update README.md

Adding the pythonunbuffered to readme to fix test

* Update docs/serving/samples/hello-world/helloworld-python/README.md

Co-authored-by: Matt Moore <mattmoor@vmware.com>

* Update README.md

Adding newline - code has to match Dockerfile

Co-authored-by: Victor Agababov <vagababov@gmail.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-06-04 12:35:18 -07:00
Shashankft9 b20bb9cf17
fixing typo on kafkasource README (#2549) 2020-06-04 11:43:18 -07:00
Ashleigh Brennan b3ffdbfcb4
[WIP] Improvements and structure changes for autoscaling docs (#2439) 2020-06-04 11:23:18 -07:00
Carlos Santana 7e6a242c45
[fix] update serving nodejs cloudevent sample 2.0.1 (#2547)
Signed-off-by: Carlos Santana <csantana@us.ibm.com>
2020-06-04 10:59:25 -07:00
chen zhengwei 2fb1f71d13
Format CONTRIBUTING.md (#2527) 2020-06-04 10:59:18 -07:00
Shashankft9 1476081006
fixing Apache Kafka Even Source and Verify Sections (#2530) 2020-06-04 10:35:18 -07:00
ellenevans 5458bef4d4
updated api docs (#2517)
* updated api docs

* fixed bad links in api docs

* refix links

* endless update of URLs

* I wish someone would update the source for this
2020-06-02 19:53:17 -07:00
Matthias Wessendorf 8b6dc70ccd
With 0.15 the MTChannelBasedBroker is the new default broker (#2533)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-06-02 10:10:18 -07:00
Ali Ok 416416b433
Migrate "easy event source" tutorial to Cloudevents javascript sdk v2 (#2518)
* Migrate to CloudEvents Javascript SDK v2

* Change to Javascript SDK version 2.0.1
2020-06-02 09:57:17 -07:00
Victor Agababov bf5fef670e
Add the per-revision annotation key (#2521)
This can be configured via annotation now as well.
So document that as well.
2020-05-29 09:49:02 -07:00
Ali Ok afb60b1d62
Minor fixes in easy event source tutorial (#2512)
* Minor fixes in easy event source tutorial

* Grammar fix
2020-05-28 08:15:00 -07:00
Mete Atamel 9fc30564e5
Added 2 more external samples to samples.md (#2513) 2020-05-27 14:56:59 -07:00
xiangshen-dk ca0a1b32da
update ruby and bundle version (#2503)
* update ruby and bundle version

* Update docs/serving/samples/hello-world/helloworld-ruby/Gemfile.lock

Co-authored-by: Matt Moore <mattmoor@vmware.com>

* update README

Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-05-27 14:05:59 -07:00
Ali Ok fbf41f0422
Update sample source guide (#2475)
* Make sample source guide up-to-date

* Docs for adding event source to eventing-contrib

* Get rid of some whitespace

* Fix broken markdown

* Update docs/eventing/samples/writing-receive-adapter-source/03-controller.md

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

* Update docs/eventing/samples/writing-receive-adapter-source/03-controller.md

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

* Remove an empty line

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
2020-05-27 06:24:59 -07:00
Evan Anderson 5d1305dbdf
Fix broker links flagged by link-checker (#2501) 2020-05-26 11:04:50 -07:00
Evan Anderson 7a51ce8e1a
Add link to Katakoda sample to community samples. (#2502) 2020-05-26 10:54:57 -07:00
Evan Anderson 23c337c070
Update contributing docs (#2387)
* Update contributing docs and move back from https://github.com/knative/community

* Fix misspellings and trailing whitespace

* Fix broken links

* Incorporate suggestions from abrennan89
2020-05-26 10:54:49 -07:00
Francesco Guardiani 501d165ae5
Added cloudevents sample using rust sdk (#2482)
* Added an example using cloudevents rust sdk

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Happy bot

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-05-26 10:40:50 -07:00
Murugappan Chetty 6dc6b03541
Kafka binding documentation (#2474)
* doc for kafka binding

* doc for kafka binding

* doc for kafka binding

* doc for kafka binding

* doc for kafka binding

* doc for kafka binding

* doc for kafka binding

* doc for kafka binding

* doc for kafka binding

* kafka binding doc

* kafka binding doc

* kafka binding doc
2020-05-26 10:03:50 -07:00
Daniel Helfand ab75f0f197
correct output alignment, column name, and minor typo in eventing getting started (#2507) 2020-05-26 09:03:50 -07:00
Francesco Guardiani 7e82da3882
List components supporting tracing (#2504)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-05-26 05:47:49 -07:00
Matthias Wessendorf 904b6bafa9
Remove the duplicated install section, since Source/Channel are covered in the install guide (#2450)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-05-25 09:18:47 -07:00
Kenjiro Nakayama cc7bcdd410
Use istioctl instead of helm to install istio (#2458)
* Use istioctl instead of helm to install istio

* Simplify istio operator manifest
2020-05-24 07:13:46 -07:00
Ali Ok 3484cdb97d
Add tutorial for writing an event source - easy way (#2494)
* Add tutorial for writing an event source - easy way

* Fix image ref

* Fix whitespace issues

* Fix image ref

* Add sample code within the tutorial directory

* Add bundle
2020-05-22 19:11:44 -07:00
Murugappan Chetty a688324e19
Example for Kafka TLS Authentication (#2473)
* add examples for kafka tls

* add examples for kafka tls

* add examples for kafka tls

* add examples for kafka tls

* add examples for kafka tls

* add examples for kafka tls

* add examples for kafka tls

* add examples for kafka tls

* add examples for kafka tls

* add examples for kafka tls

* add examples for kafka tls

* add example for kafka tls

* add example for kafka tls
2020-05-22 17:07:44 -07:00
Vincent 4706eaecd7
Change the knative-sandbox into knative (#2496) 2020-05-22 16:52:44 -07:00
Matt Moore 1cfd84304d
[master] Auto-update dependencies (#2495)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-05-22 16:40:54 -07:00
Evan Anderson f3338e1b1d
Rewrite eventing/README.md to reference different usage cases (#2493)
* Rewrite eventing/README.md to reference different usage cases from eventing#3186

* Address additional suggestions by @cardil
2020-05-22 16:40:46 -07:00
Zhimin Xiang b9d5f16558
Minor fix for auto TLS instruction (#2498)
* Fix the incorrect format of cert-manager yaml

* fix incorrect yaml reference

* fix the incorrect link

* fix another typo
2020-05-22 16:20:44 -07:00
Daniel Helfand 89975ce99c
update install verification output to include broker pods (#2471) 2020-05-22 14:35:44 -07:00