Commit Graph

1971 Commits

Author SHA1 Message Date
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
Julian Friedman 0603518675
Remove warning about activator load balancing behaviour (#2683)
As of https://github.com/knative/serving/pull/8263 the activator no longer has this behaviour when in the path, and instead does nice round-robin load balancing across the replicas so this warning is no longer needed.
2020-07-17 08:31:33 -07:00
Ignacio (Nacho) Cano 75c741c010
updating sinkBinding example to v1beta1 (#2673) 2020-07-16 17:02:33 -07:00
Nghia Tran 2a5899a0f3
Update last of knative/net-* references to use knative-sandbox (#2679) 2020-07-16 15:14:33 -07:00
Vincent cb04dd6975
Add the missing section to `install istio without sidecar` (#2613) 2020-07-16 08:30:33 -07:00
Dave Protasowski 9905af30b9
update doc to reflect migration job changes (#2671) 2020-07-15 10:06:34 -07:00
Ashleigh Brennan 4cae8114b0
Clean up eventing docs (#2662)
* Clean up eventing docs

* updates

* formatting updates, editing content

* more updates, editing

* removed comment breaking formatting

* fix TOC headings

* fix indentation

* removed 2 min ref

* fix indentation

* fix indentation

* remove minutes reference

* fix indentation

* fix headings and indents

* fix indentation

* fix formatting

* fix formatting

* fix formatting

* fix formatting

* fix heading

* format sending to broker bullets

* SME review feedback implemented
2020-07-15 06:19:32 -07:00
Zhimin Xiang b21868374d
Sample for tag header based routing (#2617)
* initial commit for adding sample for tag header based routing

* Add sample yaml

* fix format

* fix format

* Update docs/serving/samples/tag-header-based-routing/README.md

* Add Kourier as Ingress to support the feature

* Address comments
2020-07-15 05:50:32 -07:00
Vincent 7037a63382
Fix the doc for eventing as yaml files are renamed (#2653) 2020-07-14 14:06:32 -07:00
Mete Atamel ed728bd139
Create event-driven-image-bigquery-processing-pipelines.md (#2598)
* Create event-driven-image-bigquery-processing-pipelines.md

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Added Google Cloud to the title and removed linkTitle

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

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

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update event-driven-image-bigquery-processing-pipelines.md

* Update event-driven-image-bigquery-processing-pipelines.md

* Update event-driven-image-bigquery-processing-pipelines.md

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

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

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

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

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-07-14 11:41:18 -07:00
Pierangelo Di Pilato 802df803f1
Eventing doesn't require Serving (#2666)
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-07-14 05:36:19 -07:00
Lionel Villard a1fa60bdf5
update flows samples to use v1 API (#2633) 2020-07-09 07:00:07 -07:00
Ashleigh Brennan abebf6c447
Split out trigger and broker docs (#2655)
* Split out trigger and broker docs

* removed unnecessary TOCs

* Update docs/eventing/triggers/README.md

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

Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-07-08 15:09:07 -07:00
Scott Nichols 6a8db49d8c
Removing sugar annotation from samples. (#2652)
* removing sugar annotation from samples.

* fix spacing

* lint

* correct the namespace name on the samples
2020-07-08 14:53:16 -07:00
Ali Ok 3831270815
Update KafkaChannel examples to use v1beta1 (#2645) 2020-07-08 14:53:08 -07:00
ellenevans e5f1984104
updated api docs for v0.16.0 (#2656)
* updated api docs for v0.16.0

* Update docs/reference/serving.md

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

Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-07-08 12:25:07 -07:00
Leon Stigter c829a69548
[BLOG] Set up a local Knative environment up in no time flat (#2546)
* Create set-up-a-local-knative-environment-up-in-no-time-flat.md

* Updated blog post with feedback

Changes:

- Removed extra whitespace on line 290
- Added a blank line between the commands and the output to help make it more clear which parts are commands and which are output of the command
- Added explanation of the values for hostport and containerport in the clusterconfig.yaml for KinD
- Updated the title of the blog post and name of the file

* Update set-up-a-local-knative-environment-with-kind.md

Update with review feedback listed in PR https://github.com/knative/docs/pull/2546

* Update set-up-a-local-knative-environment-with-kind.md

Update trailing whitespace
2020-07-08 09:45:47 -07:00
Jonatas Baldin ab264bf6d0
Add 2020-05-14 – Knative Community Meetup #2 (#2566)
* Add 2020-05-14 – Knative Community Meetup #2

* Update community/meetup/README.md

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

* Remove trailing whitespace

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

* Remove trailing whitespace

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

* Remove trailing whitespace

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

* Update broken link

Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-07-08 07:03:47 -07:00
Lv Jiawei 3ebc1ec6e7
Improve "Installing the Knative CLI" (#2230)
* Make `install kn with Go` more detailed.
* Give example on how to run kn using container.
2020-07-07 12:54:44 -07:00
Ville Aikas 80f7c12075
update few usages of v1alpha1/v1beta1 to v1 (#2651) 2020-07-07 11:02:44 -07:00
Ville Aikas 70f3d2a9f0
remove parallel installation instructions (#2649) 2020-07-06 15:57:44 -07:00
Scott Nichols 9025e29bf5
Document installing Eventing Sugar Controller (#2647)
* Update the getting start doc to introduce the sugar controller.

* adding install instructions for sugar controller

* lint and feedback
2020-07-06 15:36:43 -07:00
Ville Aikas 1b4beb4f0f
clean up the broker docs, separate broker defaults (#2642) 2020-07-06 09:30:43 -07:00
Ville Aikas 88ee5c6f5d
update upgrade instructions (#2640) 2020-07-06 09:20:43 -07:00
Zhimin Xiang 05b551cef9
Correct the format of yaml (#2637) 2020-07-06 08:04:44 -07:00
Ashleigh Brennan 92830a62de
Removed outdated sample (#2627) 2020-07-04 11:21:42 -07:00
Ville Aikas 6fe6a9fc4a
make sure all triggers have spec.broker (#2639) 2020-07-03 14:25:42 -07:00