Commit Graph

1380 Commits

Author SHA1 Message Date
dr.max f0f9c58323
added github.com/maximilien/knfun as a Knative client demo sample () 2020-01-28 15:20:26 -08:00
Ville Aikas 26dce4ea6d fix default template so it works, use event display that works () 2020-01-26 23:22:25 -08:00
Joaquim Moreno Prusi aa19f777ae Kourier Installation guide for Knative Serving ()
* Adds a new guide describing how to install knative with kourier

* Links the knative with kourier installation guide in the main README file

* Use kourier-system instead of knative-serving when getting kourier IP

* Install Kourier using the included yaml in third_party
2020-01-22 15:05:25 -08:00
Zhimin Xiang 27382eee2c Update the Auto TLS instruction ()
* initial version of auto tls instruction

* Update auto-tls doc to mention namespace cert feature and http01 challenge feature

* address comments

* fix format

* address comments
2020-01-22 14:27:24 -08:00
Matthias Wessendorf 6b1bac1e69 Updating to LATEST for Kafka Channel/Source ()
* Updating to LATEST for Kafka Channel/Source

* Switching the values to 1 replica, but 3 partitions
2020-01-22 09:55:24 -08:00
赤月 d704f53646 Format cmd for easy reading&copy () 2020-01-22 09:39:23 -08:00
Sam O'Dell 292d0050fe Reference docs 0.12 ()
* v0.12 ref docs

* mend
2020-01-21 16:23:23 -08:00
Sam O'Dell a6773bcd62 removing directory temporarily to publish release today () 2020-01-21 12:48:23 -08:00
Ashleigh Brennan 4b81292454 Added instructions for installing kn () 2020-01-21 11:31:23 -08:00
Lv Jiawei 652a2c49c6 Update knative install using Gloo ()
1. Update shell `glooctl install knative`, the previous one only install
knative-serving.
2. Update outdated url
2020-01-21 09:54:05 -08:00
Ian Partridge bb10d32aab Update configuring-autoscaling.md ()
The description says:

> You can view the default contents of this ConfigMap using the following command.

To view the contents of the ConfigMap you actually want to `describe` the resource, not `get`.
2020-01-21 09:52:04 -08:00
Lv Jiawei 89c0c6bddc Update check version cmd ()
The previous one will meet error if user copy and paste the cmd directly.
This one is more convenient for user to test the cmd.
2020-01-17 11:39:03 -08:00
Scott Nichols e25657f2cd Move SinkBinding to sources.knative.dev () 2020-01-17 11:24:03 -08:00
Sam O'Dell a3362de97d Remove template -- moved to Community repo () 2020-01-17 08:39:03 -08:00
Peng Li 64a2507316 correct image path () 2020-01-16 15:27:03 -08:00
cshou bbc946d42a Rename eventing release artifacts release.yaml => eventing.yaml () 2020-01-15 13:09:02 -08:00
David Simansky d714bd3a57 Fix link to yaml file in MQTT CamelSource sample () 2020-01-14 08:11:05 -08:00
Mete Atamel 951a867f6f Update C# sample to .Net Core 3.1 ()
* Changed C# sample to use more lean and secure alpine as base image

* Updated sample to use .NET Core 3.0

* Fixed typos in README.md

* Fixed indentation

* Updated C# sample to .Net Core 3.1
2020-01-14 08:07:05 -08:00
Matt Moore a183833f19 Document the Contour integration with Knative. ()
* Document the Contour integration with Knative.

* Integrate review feedback
2020-01-14 07:18:06 -08:00
Scott Nichols 656c41b724 Use the new api group for ApiServerSource. ()
* Use the new api group for ApiServerSource.

* update to new sink form
2020-01-13 18:27:03 -08:00
Scott Nichols 97c84ada67 update minor api updates for github source. () 2020-01-13 18:09:04 -08:00
Lukas Berk b3f4abf5c2 Writing sources the hard way ()
* First hack at turning 'writing sources the hard way' to markdown

* Add simplified controller

* Add tutorial/example for github.com/knative/sample-source

* Add README.md links

* fix README sample link for new tutorial

* Drop dangling link from 06f51184f7

Commit 06f51184f7 left the
WORKING-GROUPS link, which is causing tests fail. Drop it from readme.

06f51184f7 is the first bad commit
commit 06f51184f7
Author: RichieEscarez <rescarez@google.com>
Date:   Wed May 8 16:04:38 2019 -0700

    remove duplicate files -> all moved to knative/community ()

 contributing/CODE-OF-CONDUCT.md          |  87 -------
 contributing/CONTRIBUTING.md             | 238 ------------------
 contributing/DOCS-CONTRIBUTING.md        | 411 -------------------------------
 contributing/README.md                   | 112 ---------
 contributing/REPOSITORY-GUIDELINES.md    |  77 ------
 contributing/REVIEWING.md                | 112 ---------
 contributing/ROLES.md                    | 320 ------------------------
 contributing/SLACK-GUIDELINES.md         | 144 -----------
 contributing/STEERING-COMMITTEE.md       | 163 ------------
 contributing/TECH-OVERSIGHT-COMMITTEE.md | 103 --------
 contributing/VALUES.md                   |  60 -----
 contributing/WORKING-GROUP-PROCESSES.md  | 203 ---------------
 contributing/WORKING-GROUPS.md           | 216 ----------------
 13 files changed, 2246 deletions(-)
 delete mode 100644 contributing/CODE-OF-CONDUCT.md
 delete mode 100644 contributing/CONTRIBUTING.md
 delete mode 100644 contributing/DOCS-CONTRIBUTING.md
 delete mode 100644 contributing/README.md
 delete mode 100644 contributing/REPOSITORY-GUIDELINES.md
 delete mode 100644 contributing/REVIEWING.md
 delete mode 100644 contributing/ROLES.md
 delete mode 100644 contributing/SLACK-GUIDELINES.md
 delete mode 100644 contributing/STEERING-COMMITTEE.md
 delete mode 100644 contributing/TECH-OVERSIGHT-COMMITTEE.md
 delete mode 100644 contributing/VALUES.md
 delete mode 100644 contributing/WORKING-GROUP-PROCESSES.md
 delete mode 100644 contributing/WORKING-GROUPS.md

* Various review feedback incorporated.

* Add image reference, standardize comment and ellipsis

* Fix link errors

* Add patch for hack/update-codegen.sh

* Change SampleSource (writing-a-source) to Kuberbuilder SampleSource

* Reword Contributor concern
2020-01-13 10:51:03 -08:00
Zhimin Xiang 4d7e1db99e Bump the min k8s version to 1.15 ()
* Bump the min k8s version to 1.15

* add mising docs
2020-01-09 16:32:55 -08:00
Ville Aikas 4a6cad207c Add a step for installing github source () 2020-01-09 15:59:55 -08:00
Peng Li 4a74af83f0 correct the sample.yaml and README.md () 2020-01-07 10:34:51 -08:00
Dave 4d3848ea8f Add instruction on how to use local docker registry ()
* add instruction on how to use local docker registry

This commit documents this issue (https://github.com/knative/serving/issues/6101)

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

Co-Authored-By: Dan Gerdesmeier <dangerd@google.com>

* edit to clarify this sample is deployed from gcr

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

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

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

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

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

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

* add line break

Co-authored-by: Dan Gerdesmeier <dangerd@google.com>
Co-authored-by: RichieEscarez <rescarez@google.com>
2020-01-06 14:19:49 -08:00
Shubham 23b2a801a6 Fix Ambassador install instructions to avoid panic ()
* Fix Ambassador install instructions to avoid panic

This commit installs Ambassador using ambassador-rbac.yaml instead
of ambassador-knative.yaml which will be deprecated soon.

ambassador-rbac.yaml contains the latest Ambassador install
manifests which have sufficient RBAC to update ingress resources
when required. ambassador-knative.yaml does not have these
permissions and hence Ambassador panics for anyone who follows
the instructions.

* Docs to install Ambassador in a separate namespace

This commit adds instructions to install Ambassador in a different
namespace. By default, Ambassador installs in "default" namespace.
2020-01-06 14:08:49 -08:00
Lv Jiawei bbda7cf64b Update "Check ClusterIngress/Istio routing" in debugging-application-issues doc ()
ClusterIngress has been deprecated. Update these content with knative ingress.
2020-01-06 14:03:49 -08:00
Evan Anderson f57f42545e Update documentation to clean up Docker for Mac and remove some old Istio-1.0-isms. () 2020-01-06 09:45:49 -08:00
Adriano Cunha 4abb2f9d5a Remove outdated TODOs ()
Issues  and  are now closed.
2020-01-02 14:32:42 -08:00
Kenjiro Nakayama e4b0a49cc4 Set global.mtls.auto to false for istio-lean and clsuter-local-gateway ()
The docs uses default template
(`install/kubernetes/helm/istio/values.yaml`) which enables mtls by
default on Istio-1.4+. It causes some problem like
https://github.com/knative/serving/issues/6254.

So, this patch sets `global.mtls.auto` to `false` for istio-lean and
clsuter-local-gateway installation.
2019-12-23 23:04:26 -08:00
Zhimin Xiang 0b0babac77 add the instruction to install cluster local gateway ()
* add the instruction to install cluster local gateway

* address coments

* update the link

* fix the test failure

* Update docs/install/installing-istio.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/install/installing-istio.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/install/installing-istio.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/install/installing-istio.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

Co-authored-by: Sam O'Dell <31352624+samodell@users.noreply.github.com>
2019-12-20 16:54:35 -08:00
Sam O'Dell 2562f43d54 Fix wording to address bug plus small formatting updates ()
* Fix wording to address bug  plus small formatting updates

* Add more info on race conditions

* may --> might
2019-12-20 16:25:34 -08:00
dependabot[bot] a0ea40aecb Bump rack in /docs/serving/samples/hello-world/helloworld-ruby ()
Bumps [rack](https://github.com/rack/rack) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.6...2.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-20 09:20:34 -08:00
Ville Aikas 6eb244bb22 update samples to not use deprecated fields in triggers () 2019-12-18 14:54:30 -08:00
Ville Aikas d1126ea303 update examples to use new image locations () 2019-12-18 14:43:30 -08:00
Donna Malayeri cd2c1d77d0 Update 12/2019 blog post ()
Clarify sponsorship to indicate that all are welcome.
2019-12-18 14:18:30 -08:00
Ryan Gregg 67bc466055 Update from the steering committee ()
* Add steering update for Dec 2019

* Add some formatting

* Update front matter
2019-12-18 13:35:30 -08:00
Matt Moore ea2b3a6b3f golang format tools ()
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
/assign samodell
/cc samodell
2019-12-18 10:44:06 -08:00
Ben Browning 01fd1b3a3a v0.11.0 serving, eventing, eventing-contrib API reference docs ()
* v0.11.0 serving, eventing, eventing-contrib API reference docs

* Update the broken generated knative.dev links

This commit is entirely generated by running the following command on
top of the generated Serving docs:

sed -i 's@https://knative.dev/serving@https://github.com/knative/serving@g' $(find -name '*.md' | xargs grep knative.dev/serving | cut -d':' -f 1 | uniq)
2019-12-16 20:06:02 -08:00
Ben Browning 73b89aec62 Adjust API reference docs scripts for knative.dev ()
* Adjust API reference docs scripts for knative.dev

The API reference docs were failing to generate because they didn't
account for the change from github.com/knative/serving to
knative.dev/serving and similar for the eventing and eventing-contrib
repos.

* change to _IMPORT_PATH
2019-12-16 19:49:02 -08:00
RichieEscarez 3a8ed8c4bb How to use a private registry ()
* initial consolidation of details (inprogress edits)

* edit

* final edit
2019-12-16 09:54:01 -08:00
RichieEscarez a446321306 404 Fixes and Cherry-picks from 0.10 ()
* Secrets use GOOGLE_APPLICATION_CREDENTIALS as key ()

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

* 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 ()

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

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 ()

* fix small typo in sample READMEs ()

* 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 ()
* initial delivery options doc

* fix typos
2019-12-12 15:41:52 -08:00
Ashleigh Brennan 8113c563a6 Initial commit for CLI section () 2019-12-12 09:01:52 -08:00
Lv Jiawei d35fb3e610 update service resource spec url () 2019-12-11 07:57:49 -08:00
Matthias Wessendorf 2500dffaf2 reflecting 1.0 CE payload () 2019-12-11 07:55:49 -08:00
Sam O'Dell 1415955ae1 Add abrennan89 to Docs Reviewers list () 2019-12-10 15:30:48 -08:00
dr.max 6ce8167ebc added knfun as external code ()
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 () 2019-12-05 13:38:38 -08:00