Commit Graph

44 Commits

Author SHA1 Message Date
mattmoor-sockpuppet c64c63a160 Format markdown (#626)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:34:25 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown (#620)
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
Matt Moore cadea5ebe1 Simplify the Github sample. (#587)
* Simplify the Github sample.

This simplifies the Github sample as outlined in #586 to drop the concepts that aren't needed for the sample to work end-to-end.

Fixes: https://github.com/knative/docs/issues/586
Fixes: https://github.com/knative/docs/issues/584
Fixes: https://github.com/knative/docs/issues/552
Fixes: https://github.com/knative/docs/issues/551

Progress on: https://github.com/knative/docs/issues/541

* Update eventing/samples/github-source/README.md

Co-Authored-By: mattmoor <mattmoor@google.com>
2018-11-29 14:14:23 -08:00
Belinda Vennam eab8e49a66 Updating misspelling of their (#596)
* updating thier to their

* new commit to force cla check to rerun

* undo new commit to force cla check to rerun

* new commit with updated email address

* new commit with updated email address
2018-11-27 15:18:24 -08:00
Ram Gopinathan 7a684a323d Removed command "kubectl create namespace knative-sources" as namespace is already created when core sources are installed (#568) 2018-11-27 15:03:22 -08:00
Ville Aikas c20a981a25 use public image instead of requiring ko (#582) 2018-11-27 14:07:22 -08:00
Evan Anderson 664ed56c2c Update install instructions for eventing and eventing-sources. (#558)
* Switch install instructions to use a packaged release.

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

* Further fix eventing install based on discovered dependencies.

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

* Quick Overview section edit

I tried to quickly create sections and organize the info. PTAL at the edits to the design goals for technical accuracy.

* Events -> Eventing
2018-11-20 16:24:20 -08:00
Evan Anderson 185120a8ce Update pubsub sample except removing `ko`. (#559)
Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>
2018-11-19 11:43:20 -08:00
Matt Moore 45bda74d0c This fixes some field renaming. (#549)
This matches the iot-core sample field names.
2018-11-16 17:06:18 -08:00
Justin Grayston 55494a369d Don't pass -n default to `ko` (#532)
Closes #529
2018-11-16 15:53:18 -08:00
Ben Browning 8b52240770 Add a GitHubSource sample (#521)
* Add a GitHubSource sample

* Fix indentation causing text to be rendered as source code

* Subscriber/subscriber.yaml -> Subscription/subscription.yaml

* Use long option names and adjust sublist indenting

* Eventing installs GitHubSource and other sources

* No reason for these items to be sublists

* subscription.yaml contains both Subscription and Service

* Add screenshot of webhook

* Remove some unnecessary ordered lists

* Inline yaml snippets into README.md
2018-11-14 11:57:17 -08:00
Grant Rodgers dc77aaa3fe Get logs by label selector (#538)
Now user doesn't need to fill in the actual pod name.
2018-11-12 15:47:45 -08:00
Ville Aikas b950ebc91d Make serving a prerequisite rather than a surprise later on (#537) 2018-11-12 15:28:45 -08:00
Ville Aikas 7d72822372 Remove redundant (and errorneous) installation of eventing-sources (#536)
* Remove redundant (and errorneous) installation of eventing-sources

* Remove other extraneous cruft (eventing sources, move channel to its own section
2018-11-12 15:07:45 -08:00
Harwayne f0516ef1f6 Eventing - IoT Core Sample (#519)
* Intial work porting the old event-flow to the new object model.

* hack/update-deps.sh

* Minor typos

* Update the function to point at the correct topic.
2018-11-12 14:33:45 -08:00
Ville Aikas 7911ab4633 Remove extra.yaml from a link to release-with-gcppubsub.yaml (#534) 2018-11-12 13:39:45 -08:00
Evan Anderson f1721ec51a Update eventing top-level readme with @sebgoa feedback (#530)
* Update documentation for 0.2 release.

* Update docs with @sebgoa feedback.
2018-11-09 15:59:44 -08:00
Matthias Wessendorf dac9b48453 updating wrong file name (#528) 2018-11-09 09:30:44 -08:00
Evan Anderson 5bf95ba8ef Update documentation for 0.2 release. (#527) 2018-11-09 09:25:44 -08:00
Ville Aikas 67224a6786 Remove outdated samples (#509) 2018-11-06 12:58:36 -08:00
Ville Aikas 44cd74fe68 Add docs from eventing sources (#496)
* Move samples from eventing-sources to this repo

* Remove old k8s-events in lieu of kubernetes-event-source
2018-11-06 10:55:36 -08:00
RichieEscarez 74ed0fd04a Use the ksvc shortname for services (#492)
* Replace services.serving.knative.dev with ksvc

* Replace -f with long flag --filename
2018-11-02 15:59:34 -07:00
Tanzeeb Khalili c8c3340ae8 Update references to monitoring namespace (#407) (#416) 2018-10-30 17:30:34 -07:00
Simon Woodman 26d3de54de minor edits to examples (#419) 2018-10-08 11:03:28 -07:00
Ryan Gregg 08ab237cb3 Revert ksvc changes (#442) 2018-10-05 14:30:24 -07:00
RichieEscarez 0304e7a85c cleanup remaining kubectl shorthand -o flags (#394)
* Cleanup remaining kubectl shorthand -o flags

* cleanup remaining kubectl shorthand -o flags

* cleanup remaining kubectl shorthand -o flags

* cleanup remaining kubectl shorthand -o flags
2018-09-12 10:46:16 -07:00
Tyler Auerbeck b2254cbb42 Update docs to use kubectl long flags (#372)
* Update docs to use kubectl long flags

* adding back in the --filename flag (lost when manually merged)

* notice a few missed

* notice a few missed '-f' flags

* change -o to --output
2018-09-12 09:46:03 -07:00
Aurélien Pupier 01f02a9ca6 Fix typos (#274)
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2018-09-07 09:09:32 -07:00
Gregory Haynes 0a3db66e16 Fix ordering in github-events function deploy (#361)
* Fix ordering in github-events function deploy

In this sample app we ask the user to deploy the application
(function.yaml) before creating the githubsecret. This causes the deploy
to fail with a configerror because it references a secret which doesnt
exist.

* remove typo
2018-09-06 16:24:35 -07:00
Sam O'Dell 00d6cec8ca services.serving.knative.dev -> ksvc, adding check install guide (#360)
* services.serving.knative.dev -> ksvc, adding check install guide

* Updating image to add outline

* Making Richie's suggested edits
2018-08-31 09:58:12 -07:00
Sabari Kumar Murugesan 557cacbf27 Run eventing samples from the samples home directory (#363) 2018-08-29 11:03:11 -07:00
Scott Nichols b37d9ab15f Adding GitHub Sample for move from eventing. (#339)
* Staging for move from eventing.

* the event name needed to be updated.

* Dockerfile worked just fine.

* Updated based on feedback.

* core core core.

* Updated based on feedback.

* Add todo to add to Understanding what happened.
2018-08-27 16:34:11 -07:00
Adam Harwayne 90095973d8 Fix a typo in the path so that ko can be used to deploy the sample. (#334) 2018-08-15 09:40:56 -07:00
Eric Bottard 146b7e203b Update role reference in sample (#276)
This may require double check / confirmation, but My cluster did not have a `viewer` role. It did have a `view` role though.
2018-07-30 15:30:37 -07:00
Ryo Takaishi 94db3dac2d fix: duplicate phrase (#267) 2018-07-25 09:43:35 -07:00
Evan Anderson fce1af36d5 Update eventing README.md to be more user-facing. (#256)
* Update eventing README.md to be more user-facing.

* Address @samodell suggestions

* Fix last @samodell comment.
2018-07-24 16:21:35 -07:00
Evan Anderson 32f3f9483a Add a minimal-dependencies working example listening to k8s events (#240)
* Copy and clean up knative/eventing/samples/{flow,k8s_events_function} to docs.

* Clean up go build and make it work.

* Add a comment for where to update image.

* Clean up prereqs & steps 1-2 based on test runthrough.

* 'Merge'

* Name function 'read-k8s-events' like in the example.

* Fix the image path to work with ko.

* More name fixes for ko

* Use `dep` to load eventing and k8s.io to avoid glog flag collision. :-/

* Update paths for dep + docker build.

* Add initial startup line to indicate container is running.

* Update Kibana logging details

* Apply PR feedback.
2018-07-24 08:53:34 -07:00
Ryan Gregg ce673eb568
Fix link to setup Knative Serving 2018-07-22 21:58:50 -07:00
Grant Rodgers 4024489534 Link to eventing docs in eventing repo (#228)
Previous links were broken.
2018-07-20 15:58:32 -07:00
Ivan Nikittin bc0684caaa
Update README.md 2018-07-19 17:15:54 -07:00
Ivan Nikittin d6ab031ec0
Update README.md 2018-07-19 17:12:04 -07:00
Ivan Nikittin 2bb9073b0d
Add files via upload 2018-07-19 17:11:09 -07:00
Ryan Gregg c81e11176e Add license footer and text (#204) 2018-07-19 12:05:32 -07:00
Ivan Nikittin 4fef4e2a7d
Rename events/README.md to eventing/README.md 2018-07-18 15:15:39 -07:00