Lv Jiawei
26f85e6a86
Markdown link in using-auto-tls.md is outdated ( #2243 )
...
* Update install link for gloo and contour.
* Update ClusterIssuer install link.
2020-03-24 06:52:09 -07:00
Nghia Tran
35154a5fe5
Remote references to obsolete knative-ingressgateway. ( #2333 )
2020-03-23 21:10:09 -07:00
ellenevans
04ea875ab1
Updated link to contributor doc because broken ( #2322 )
...
Should be https://github.com/knative/community/blob/master/docs/DOCS-CONTRIBUTING.md
2020-03-20 09:07:08 -07:00
Mike Petersen
10aa22be7a
Removed broken link in autoscale go sample ( #2324 )
...
* Removed broken link in autoscale go sample
* Updated link to point to SYSTEM.md
2020-03-19 11:52:06 -07:00
Mike Petersen
2251dd16e6
Updated secret sample path ( #2313 )
2020-03-19 11:11:07 -07:00
Ville Aikas
c72e002bab
Mt broker ( #2321 )
...
* first cut
* add mt channel based broker install
* fix the example
2020-03-18 15:20:06 -07:00
Chris Williams
e3991aa69b
Remove DNS pain point for new users ( #2284 )
...
* Add section on using temporary DNS with curl
* Tighten wording
* Fixes issue #2276 . Updates version number in Git clone command, suggests new page title, tidies formatting, tightens language.
* Create new branch to fix #2276
* Clean branch of any irrelevant changes
Co-authored-by: Chris Williams <diodesign@tuta.io>
2020-03-18 14:57:06 -07:00
Chris Williams
b91efaf256
Fixes #2276 : Updated version and title ( #2283 )
...
* Add section on using temporary DNS with curl
* Tighten wording
* Fixes issue #2276 . Updates version number in Git clone command, suggests new page title, tidies formatting, tightens language.
* Create new branch to fix #2276
Co-authored-by: Chris Williams <diodesign@tuta.io>
2020-03-18 14:55:06 -07:00
Lionel Villard
5b9705ca5c
add couchdb source as optional install ( #2251 )
...
* add couchdb source as optional install
* CouchDB -> Apache CouchDB
2020-03-18 14:48:06 -07:00
Lionel Villard
d69a6fb179
link to each channel documentation instead of the code ( #2249 )
2020-03-18 14:45:05 -07:00
Ville Aikas
ec013cebf5
fix the broker configmap example ( #2315 )
...
* fix the broker configmap example
* address pr feedback
2020-03-18 12:59:05 -07:00
Lionel Villard
5137c7f427
update parallel doc to v1beta1 ( #2266 )
2020-03-18 06:09:05 -07:00
Evan Anderson
66544546b0
Order eventing, clean up extra header ( #2318 )
2020-03-17 18:09:06 -07:00
Matt Moore
543433136e
Auto-update dependencies ( #2316 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-03-17 16:31:05 -07:00
Cong Liu
46630b5108
Update broker installation doc to include ConfigMapPropagation. ( #2317 )
2020-03-17 14:42:05 -07:00
Matt Moore
d44daa263f
Auto-update dependencies ( #2298 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-03-16 15:17:31 -07:00
Mike Petersen
26d55713fe
Added go mod init so that docker can build ( #2300 )
...
* Added go mod init so that docker can build
* Updated dockerfile and rolled back readme
2020-03-13 13:44:30 -07:00
Evan Anderson
da6d4b800a
Redirect cronjob-source to ping-source ( #2307 )
2020-03-13 12:02:29 -07:00
Evan Anderson
b5807dc5c3
Update Source docs to make the migration from CronJobSource to PingSource more clear. ( #2296 )
...
* Fix typo in CronJobSource
* Fix paths after migration
* Update CronJobSource to indicate that it is deprecated and replaced by PingSource or CronJob + SinkBinding
* Update docs to not that ContainerSource is also deprecated
2020-03-13 11:53:30 -07:00
Vincent
8de8a1cfcb
Remove the additional title for install knative using operators ( #2302 )
...
* Remove the additional title for install knative using operators
* Fix the broken link of ko
2020-03-12 16:24:29 -07:00
Luiz Cesar Cherri
43a23c5492
Removing pipe from KafkaChannel spec ( #2303 )
...
Removing pipe from KafkaChannel spec due to the following error on broker initialization:
- Failed to reconcile trigger channel: json: cannot unmarshal string into Go struct field Channelable.spec of type v1alpha1.ChannelableSpec
Which prevents the broker to initialize.
2020-03-12 14:55:29 -07:00
Vincent
38dd475d66
Add instruction in how to install Knative with Knative operators ( #2261 )
...
* Add instruction in how to install Knative with Knative operators
* Fix the operators's doc based on comments
* Modify the docs of Operators to outline better
* Fixes the typos
2020-03-11 10:52:29 -07:00
Mike Petersen
26447482d7
Updated secret creation for private registries ( #2292 )
2020-03-11 08:24:29 -07:00
Matthias Wessendorf
f16530001a
💄 adding the SinkBinding bits to the index file as well... ( #2297 )
...
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-03-11 08:14:29 -07:00
Matthias Wessendorf
3e9fab85b3
☁️ version 1.0 and latest log details ( #2225 )
2020-03-11 05:33:29 -07:00
Matthias Wessendorf
d2b6b0ec72
Updates on the PingSource ( #2274 )
...
* Updates on the PingSource
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
* Updates on the PingSource
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-03-10 15:58:29 -07:00
Matthias Wessendorf
be1eb2998c
Source migrations ( #2275 )
...
* some first migration
* Addressing comment from Ashleigh's review
* Adding SinkBinding migration doc
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
* fix the ko:// by removing...
* Addressing feedback
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-03-10 14:51:29 -07:00
Grant Rodgers
b9fc03bc24
Add leads of eventing WGs as area approvers ( #2295 )
...
There are now owner aliases for eventing wg leads, sources wg leads,
and channels wg leads. Took a first stab at approvers:
Eventing WG leads approve docs/eventing
Sources WG leads approve docs/eventing/sources
Delivery (Channels) WG leads approve docs/eventing/channels
2020-03-10 12:21:29 -07:00
Matthias Wessendorf
3cfa3f0268
Documenting the Trigger annotation case for the Broker creation ( #2285 )
...
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-03-10 10:59:29 -07:00
Lionel Villard
83ef2078a7
use lowercase title to be consistent with the rest of the doc ( #2250 )
2020-03-09 11:12:28 -07:00
Matt Moore
229160ffe7
Add a minishift redirect ( #2286 )
...
I must have missed this because the MD link checked is dying here: https://github.com/knative/serving/pull/7167
2020-03-09 07:38:28 -07:00
Scott Nichols
c44c757e22
Make documentation for PingSource. ( #2126 )
...
* Document ping source.
* Squashed commit of the following:
commit 9a04cb6761
Author: Scott Nichols <snichols@vmware.com>
Date: Thu Feb 27 07:32:03 2020 -0800
Document ping source.
* typo on source.
* update image
* kail tabs
* by name default
2020-03-09 04:19:28 -07:00
Matt Moore
1c0a55cce1
Auto-update dependencies ( #2278 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-03-06 05:52:26 -08:00
Matt Moore
6b092fb511
Adopt the builds from knative.dev/net-istio ( #2280 )
...
Fixes: https://github.com/knative/serving/issues/7043
2020-03-05 20:39:26 -08:00
Knative Prow Robot
41bbe4b5b0
Updated Serving API docs for 0.13.0 ( #2271 )
...
* Updated docs for eventing 0.13.0
* Adding updated eventing.md file for v0.13.0
* Add Serving API docs 0.13.0
* Adding Serving API docs for 0.13.0
* Update docs/reference/eventing/eventing-contrib.md
Co-Authored-By: Matt Moore <mattmoor@vmware.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-03-04 10:58:54 -08:00
Knative Prow Robot
04d13efbe0
Rename Monitoring bundle to Observability plugin. ( #2269 )
...
* Rename Monitoring bundle to Observability plugin.
Related: https://github.com/knative/docs/issues/2265
* Incorporate feedback from Richie
2020-03-04 10:17:53 -08:00
Matt Moore
65e30eda6f
Rename knative-with-any-k8s for better SEO ( #2270 )
...
Related: https://github.com/knative/docs/issues/2265
2020-03-03 17:01:53 -08:00
ellenevans
2b5a3889eb
Eventing API docs for v0.13.0 ( #2268 )
...
* Updated docs for eventing 0.13.0
* Adding updated eventing.md file for v0.13.0
* Update docs/reference/eventing/eventing-contrib.md
Co-Authored-By: Matt Moore <mattmoor@vmware.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-03-03 16:59:53 -08:00
Lionel Villard
13414d2aff
Flow v1beta1 ( #2264 )
...
* update example to use v1beta1 api
* WIP: update flow doc to v1beta1
* update pictures
* fix links
2020-03-03 13:04:53 -08:00
Dave Protasowski
e144a1a7a4
Update OWNERS_ALIASES ( #2256 )
...
@dgerd is stepping away from Knative - swapping in @dprotaso as an approver
2020-03-03 12:20:53 -08:00
Ville Aikas
e0657a3536
Update docs to v1beta1 + add more details about channel based broker ( #2259 )
...
* Update docs to v1beta1 + add more details about channel based broker
* fix yaml indentation + break broker into simple and simple with dlq
* address PR feedback
* Updated for eventing pr 2670
2020-03-03 11:14:53 -08:00
Matt Moore
ba6d1eddf5
Add `--upgrade` to `./hack/update-deps.sh` ( #2263 )
2020-03-02 18:25:52 -08:00
shturec
11b88c30c1
add gardener to vendors list ( #2232 )
2020-02-29 14:45:52 -08:00
Ashleigh Brennan
f2b8e986dd
Follow up updates to CLI install doc ( #2257 )
2020-02-28 06:17:51 -08:00
Mike Petersen
d4f56b2979
Fix istio sds link in installing istio ( #2254 )
2020-02-27 17:57:51 -08:00
sebgoa
573eef1a12
add triggermesh to the list of knative offerings ( #2235 )
2020-02-25 10:07:51 -08:00
Lv Jiawei
4f392fbb6c
Fix version typo in using-auto-tls.md ( #2240 )
2020-02-24 14:43:08 -08:00
Matt Moore
bb87e7a464
Update contour install. ( #2241 )
...
Reflect the changes to the namespace/service to use for IP/CNAME.
2020-02-24 07:56:08 -08:00
Matthias Wessendorf
783f9c9e38
Updating sample doc for some changes for +genreconciler ( #2223 )
...
* Updating sample doc for some changes for +genreconciler
* make stupid lint happy
2020-02-19 06:28:05 -08:00
Ashleigh Brennan
9c5258ec26
Added section for connecting to a cluster ( #2047 )
2020-02-18 11:25:58 -08:00