Commit Graph

1276 Commits

Author SHA1 Message Date
Matthias Wessendorf 6b1bac1e69 Updating to LATEST for Kafka Channel/Source (#2121)
* 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 (#2120) 2020-01-22 09:39:23 -08:00
Sam O'Dell 292d0050fe Reference docs 0.12 (#2117)
* v0.12 ref docs

* mend
2020-01-21 16:23:23 -08:00
Sam O'Dell a6773bcd62 removing directory temporarily to publish release today (#2115) 2020-01-21 12:48:23 -08:00
Ashleigh Brennan 4b81292454 Added instructions for installing kn (#2045) 2020-01-21 11:31:23 -08:00
Lv Jiawei 652a2c49c6 Update knative install using Gloo (#2098)
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 (#2089)
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 (#2110)
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 (#2095) 2020-01-17 11:24:03 -08:00
Sam O'Dell a3362de97d Remove template -- moved to Community repo (#2106) 2020-01-17 08:39:03 -08:00
Peng Li 64a2507316 correct image path (#1887) 2020-01-16 15:27:03 -08:00
cshou bbc946d42a Rename eventing release artifacts release.yaml => eventing.yaml (#2103) 2020-01-15 13:09:02 -08:00
David Simansky d714bd3a57 Fix link to yaml file in MQTT CamelSource sample (#2102) 2020-01-14 08:11:05 -08:00
Mete Atamel 951a867f6f Update C# sample to .Net Core 3.1 (#2022)
* 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. (#2097)
* 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. (#2094)
* 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. (#2100) 2020-01-13 18:09:04 -08:00
Lukas Berk b3f4abf5c2 Writing sources the hard way (#2058)
* 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 (#1291)

 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 (#2091)
* 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 (#2093) 2020-01-09 15:59:55 -08:00
Peng Li 4a74af83f0 correct the sample.yaml and README.md (#1916) 2020-01-07 10:34:51 -08:00
Dave 4d3848ea8f Add instruction on how to use local docker registry (#2076)
* 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 (#1893)
* 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 (#2049)
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. (#2082) 2020-01-06 09:45:49 -08:00
Adriano Cunha 4abb2f9d5a Remove outdated TODOs (#2080)
Issues #66 and #67 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 (#2077)
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 (#1911)
* 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 #2023 plus small formatting updates (#2074)
* Fix wording to address bug #2023 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 (#2072)
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 (#2057) 2019-12-18 14:54:30 -08:00
Ville Aikas d1126ea303 update examples to use new image locations (#2065) 2019-12-18 14:43:30 -08:00
Donna Malayeri cd2c1d77d0 Update 12/2019 blog post (#2066)
Clarify sponsorship to indicate that all are welcome.
2019-12-18 14:18:30 -08:00
Ryan Gregg 67bc466055 Update from the steering committee (#2064)
* 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 (#2063)
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 (#2055)
* 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 (#2054)
* 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 (#2027)
* 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 (#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