Commit Graph

3390 Commits

Author SHA1 Message Date
Brenda Chan 7f79ce1903
Fixes year for blog post date (#2163) 2020-02-03 14:35:35 -08:00
Brenda Chan 6c86da5456
Adds doc and blog post for 2019 report (#2162) 2020-02-03 14:01:30 -08:00
ellenevans 4ace487d9f
Create overview.md (#2160)
* Create overview.md

A document for the Concepts section that is purely a high level description of what the project is.  The main landing page for the site includes lots of market-y stuff and process stuff, and is likely to be confusing to someone who is really new to all this. Most of this is stolen, shamelessly, from knative.tips. It also points out that Build has been moved to its own project.  Since much of the documentation available on the wider web still indicates Build is part of Knative, it is valuable to explain where it went.

* Update docs/concepts/overview.md

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

* Update docs/concepts/overview.md

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

* Update docs/concepts/overview.md

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

* Update docs/concepts/overview.md

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

* Update docs/concepts/overview.md

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

* Update docs/concepts/overview.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>
2020-01-31 14:22:28 -08:00
Adriano Cunha d55d6db9a9
Update OWNERS_ALIASES for Productivity WG (#2143) 2020-01-31 11:04:28 -08:00
Russ Ferriday 41e407989e
fix english (#2157) 2020-01-31 10:10:29 -08:00
RichieEscarez 7f3b455ae4
Move Contributing to sub-dir of knative.dev/community (#2086)
* move contrib to community

* use fully qualified knative/community repo urls
2020-01-30 10:36:28 -08:00
Sam O'Dell f2d7647311
Adding new reviewers (#2142)
* adding new reviewers

* trying to fix owners error

* moving ALIASES to top level

* removing alises pointing to aliases

* adding operator leads

* fix typo
2020-01-30 09:36:27 -08:00
Ville Aikas cf10c25e3b
fix the service yaml, update image (#2148) 2020-01-30 09:24:28 -08:00
Andrew Su 91202e7688
Fix missing type in edit command (#2146) 2020-01-30 08:26:27 -08:00
Eldon 5b6aadb4e3
Remove superfluous conjunction (#2130) 2020-01-29 08:44:27 -08:00
dr.max f0f9c58323
added github.com/maximilien/knfun as a Knative client demo sample (#2132) 2020-01-28 15:20:26 -08:00
Ville Aikas 26dce4ea6d fix default template so it works, use event display that works (#2135) 2020-01-26 23:22:25 -08:00
Joaquim Moreno Prusi aa19f777ae Kourier Installation guide for Knative Serving (#2006)
* 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 (#2083)
* 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 (#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