Commit Graph

1238 Commits

Author SHA1 Message Date
RichieEscarez a446321306 404 Fixes and Cherry-picks from 0.10 (#2048)
* Secrets use GOOGLE_APPLICATION_CREDENTIALS as key (#1769)

* [DOC] Add alternative shell command to delete knative service  (#1727)

* Update getting-started-knative-app.md

It is very useful when `kservice` are created via API and not with files.

* Delete the word "record" per review.

* Fix typo in microk8s doc (#1912)

* Fix the Subscription's apiVersion in debugging. (#1914)

Fix the Subscription's apiVersion in eventing debugging example.yaml file.

According to the api register in `https://github.com/knative/eventing/tree/master/pkg/apis/messaging`. 
The Subscription Kind should be in messaging.knative.dev/v1alpha1, while the original file is "eventing.knative.dev/v1alpha1".
If apply the original file, the error happened "error: unable to recognize "example.yaml": no matches for kind "Subscription" in version "eventing.knative.dev/v1alpha1""

This update fix this bug.

* minor typo fix (#1932)

* fix small typo in sample READMEs (#1967)

* fix more broken links

* fix broken links

* update old readfile syntax

* revert dynamic var

* link to folder not readfile source

* fix bad markdown

* fix broken titles and links
2019-12-13 15:29:54 -08:00
Lionel Villard 055be70b8b initial delivery options doc (#1994)
* initial delivery options doc

* fix typos
2019-12-12 15:41:52 -08:00
Ashleigh Brennan 8113c563a6 Initial commit for CLI section (#2040) 2019-12-12 09:01:52 -08:00
Lv Jiawei d35fb3e610 update service resource spec url (#2031) 2019-12-11 07:57:49 -08:00
Matthias Wessendorf 2500dffaf2 reflecting 1.0 CE payload (#2019) 2019-12-11 07:55:49 -08:00
Sam O'Dell 1415955ae1 Add abrennan89 to Docs Reviewers list (#2034) 2019-12-10 15:30:48 -08:00
dr.max 6ce8167ebc added knfun as external code (#2028)
KnFun is a complete example of three functions used to demonstrate serverless and Knative and its client: kn.
2019-12-09 15:16:46 -08:00
Grant Rodgers 3559f5d8d5 Eventing doesn't require Istio (#2024) 2019-12-05 13:38:38 -08:00
Matt Moore 65ab460285 Fix a typo that simply forwards events instead of sending our new event. (#2018) 2019-12-03 15:05:36 -08:00
Dan Gerdesmeier 5fc25bcf96 Update Custom Knative Installation page (#2003)
* Update Custom Knative Installation page

* Reduce verbosity
* Remove reference to closed issues
* Remove reference to Knative Serving 0.3 upgrades
* Use bash variable syntax in code snippets

* reorder steps to consolidate [file_url] syntax

* Fix formatting (it looked right on local server)

* mmark + no whitespace for nested codeblocks & no tabs
2019-12-02 20:07:34 -08:00
Gábor Lipták 399aa7f195 Correct typo (#2015)
* Correct typo

* short title for nav menu
2019-12-02 15:49:35 -08:00
Jean-Rémy Bancel 7d8f0bf5a6 Update default Istio version to 1.3.5 (#2013) 2019-12-02 12:09:34 -08:00
Ignacio (Nacho) Cano 4138465edd Updating example due to change in Destination. (#1993) 2019-12-02 12:06:34 -08:00
Matt Moore 467b011321 Add a SinkBinding sample. (#2008)
* Add a SinkBinding sample.

This is largely derived from the ContainerSource docs, but
using SinkBinding and a CronJob.

* Fix the eventing-sources reference.

* Add licenses
2019-12-02 11:48:34 -08:00
Ashleigh Brennan 3138186bef Removing old versions from docs (#1995)
* Removing old versions from docs

* Try fixing the broken list rending on the site

* add missing quotes

* use sentence style caps

* Try adding a weight to fix rendering

* try to fix poor list rendering (again)
2019-12-02 11:36:34 -08:00
Matthias Wessendorf f4c9b56126 updates for kafka based on 0.10.x release (#1996) 2019-11-25 13:59:20 -08:00
Ashleigh Brennan 51bec18a6c Added 'Creating Knative Services' section (#1985) 2019-11-20 09:31:08 -08:00
Sam O'Dell 07bb06531b Template for new Docs pages (#1986)
* adding a template for new docs pages

* update to template

* feedback

* Apply suggestions from code review

Co-Authored-By: RichieEscarez <rescarez@google.com>
2019-11-18 15:06:07 -08:00
Matt Moore 3a48c63652 Add missing _index.md (#1988) 2019-11-17 18:37:04 -08:00
Matt Moore f46c343cf7 Fix spelling errors (#1990)
Produced via:
  `github.com/client9/misspell`
/assign samodell
2019-11-17 18:35:04 -08:00
Matt Moore e07e9bab0d This adds a simple cloudevents-go sample. (#1987)
This example is intended to showcase how to start an event receiver as a Knative
Service, and then have that service either send a new event to a `$K_SINK` or
respond with it (e.g. for working with a Broker).

Once we're happy with this, we should broaden this to cover more languages.
2019-11-15 23:06:02 -08:00
Dan Gerdesmeier 9902cb7140 Cleanup Knative install versions page (#1984)
* Cleanup Knative install versions page

1. Change to a command that returns just the release version
2. Move current methods of querying to the top of the page
3. Combine old methods into a single section
  * Describe old steps rather than walk through as we expect very few
  people to be running these older versions.

* edit for clarity

* Update docs/install/check-install-version.md

Co-Authored-By: RichieEscarez <rescarez@google.com>
2019-11-15 12:47:02 -08:00
Ashleigh Brennan 82778589c0 Changes based on #1980 (#1982) 2019-11-14 13:01:32 -08:00
Nicola Ferraro 31da1807b9 Update camel examples to reflect recent changes (#1976) 2019-11-12 12:52:27 -08:00
Jim Crossley cea5f75839 Fix syntax error in custom-certs example (#1978)
The secret field should be a map, not a string
2019-11-12 08:51:23 -08:00
Ville Aikas 6178ad5361 Issue 1977 (#1979)
* update samples to use flow, update cron to use v1.Destination as sink

* parallel examples to flows, fix some missing pieces

* add pointer to where the functions live
2019-11-12 07:37:23 -08:00
RichieEscarez a8a1032de0 fix broken links (from link checking report tool testing) (#1975)
* remove missed file

* fix more broken links

* fix markdown only link errors
2019-11-11 19:33:22 -08:00
Ashleigh Brennan 178957f7ec Renamed autoscaling section, added details for PodAutoscaler custom resource (#1877) 2019-11-11 09:20:21 -08:00
Tara Gu 080b4b03fa Add field imagePullSecrets (#1961)
* Add field imagePullSecrets

* applying suggestion before merge
2019-11-08 17:50:56 -08:00
Lionel Villard b67c2efb11 add external code samples (#1971) 2019-11-08 10:54:56 -08:00
Adam Harwayne ca497f1373 Documentation about tracing for Knative Eventing. (#1663)
* Documentation about tracing for Knative Eventing.

* removed licensing (knative.dev footers shows on all pages)

* Update docs/eventing/accessing-traces.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* PR comments.

* Channel dispatcher description.

* New screenshots.

* Small changes and pretty print the JSON.

* A quick edit
2019-11-05 16:54:02 -08:00
Adriano Cunha 065ab744e7 Run markdown_build_tests directly to: (#1963)
* fix readonly var warning
* skip unnecessary tests
2019-11-05 13:55:26 -08:00
Nicola Ferraro 57ab7aa0fc Update documentation about CamelSources (#1937)
* Update documentation about CamelSources

* Fix version

* Apply suggestions from code review

Applying suggestions

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>
2019-11-05 08:43:27 -08:00
Adriano Cunha 8cc363e29b Add a script to check for dead links in markdown files (#1954)
Also update test-infra for the latest goodness.
2019-11-04 12:35:19 -08:00
Ignacio (Nacho) Cano 51b878d8eb Links to files in pubsub example (#1953)
* updates

* one more fix
2019-11-01 10:15:12 -07:00
Ignacio (Nacho) Cano 02efe26e91 updates (#1950) 2019-10-31 11:02:13 -07:00
Matt Moore 657bd6ddc2 Add vaikas to OWNERS via new account (#1943) 2019-10-30 20:48:12 -07:00
RichieEscarez 06881add07 invalid since v0.8.1 (#1947)
* invalid since v0.8.1

fix for https://github.com/knative/docs/issues/1859

* remove references to the invalid topic
2019-10-30 18:10:12 -07:00
RichieEscarez 85476b5bc1 remove build for good (#1942) 2019-10-30 17:53:12 -07:00
RichieEscarez d46de88555 dynamically populate the correct repo branch (#1945) 2019-10-30 17:50:12 -07:00
RichieEscarez 43bfc95a4e update eventing-contrib api (#1941) 2019-10-30 12:14:12 -07:00
Lionel Villard 768e738764 Add CouchDB event source (#1935) 2019-10-28 11:34:43 -07:00
Eric Allred 652c3d546c Fixing links (#1936)
* test commit

* Fixed two broken links in install area
2019-10-28 10:34:42 -07:00
Ahmet Alp Balkan 3f485a0a15 Use cpu metric for CPU-based autoscaling sample (#1918)
Using `autoscaling.knative.dev/metric: concurrency`
made no sense to me so I'm doing a quick PR.

An example of this can be found at https://medium.com/@mchmarny_google/https-medium-com-p-knative-autoscaling-love-story-e32a27b7855
but let's not try to send people to external links to
find how to do this.
2019-10-24 06:44:42 -07:00
Akash Verenkar 7ed19736c2 Hello world - Go for Knative Eventing. (#1862)
* App + readme

* vendored packages - cloudevents/sdk-go and its dependencies

* Mark-ups updated. Final testing on a new cluster pending.

* final changes
2019-10-23 11:01:28 -07:00
Adam Ross 81bc837df5 helloworld: go clarity tweaks and go modules for shell (#1908)
* helloworld: go clarity tweaks and go modules for shell

* helloworld: go and shell README and comment alignment
2019-10-21 15:15:25 -07:00
Qiu Jian e2ee73d197 Add annotatios in autoscale example (#1901)
The original autoscale example misses annotations
2019-10-21 15:02:25 -07:00
Matthias Wessendorf dbae4d819c Version updates and CE update (#1915) 2019-10-21 14:56:25 -07:00
Eric Allred 093675762a Eallred google patch 1 (#1909)
* Update README.md

fixed broken link to K8 / Knative installation instructions

* Update README.md

Arun Gupta blog is not responding with content - added Arun Gupta github link for this instead.
2019-10-16 12:35:16 -07:00
R4hul a181c0d358 Update README.md (#1899) 2019-10-14 12:19:32 -07:00