Commit Graph

2459 Commits

Author SHA1 Message Date
Julian Friedman 9702d767b8
Run redir-gen with go run (#4166)
* Run redir-gen with go run

* Update readme
2021-10-12 07:16:20 -07:00
Evan Anderson 8ad822c163
Add general developer introduction to Knative Eventing (#4351)
* Add general introduction to Knative Eventing:
* top level diagrams
* data plane contract
Rename Event delivery to describe it as "handling delivery failure".

* Update nav.yml as well.

* Rename Event Delivery in navbar, too
2021-10-12 00:01:20 -07:00
Vincent 1e3e7b1a15
Add the instruction on how to configure nodeSelector, tolerations and affinity (#4277)
* Add the instruction on how to configure nodeSelector, tolerations and affinity

* Keep the docs consistent in terms of the syntax
2021-10-11 09:46:16 -07:00
Evan Anderson cbdb2d7ce8
Rename net-ingressv2 to net-gateway-api (#4346) 2021-10-10 02:05:14 -07:00
Stavros Kontopoulos 427f50f26e
init containers (#4335) 2021-10-07 08:28:29 -07:00
Kenjiro Nakayama 51dfe912cc
Add short notes to explain about customizing domain and customizing domain template (#4319)
* Add short notes to explain about customizing domain and customizing domain template.

The following two sections have the same title and instruct how to customize domain:

https://knative.dev/docs/serving/using-a-custom-domain/
https://knative.dev/docs/developer/serving/services/custom-domains/

It should have different title and a note the difference.

So this patch changes to:
- Add a short explanation and the link for each section.
- Change the title for domain template to "Customizing domain template".

Fix https://github.com/knative/docs/issues/4256

* Update docs/developer/serving/services/custom-domains.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/using-a-custom-domain.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Change title

* Update docs/developer/serving/services/custom-domains.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/developer/serving/services/custom-domains.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update nav.yaml

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-10-07 08:17:27 -07:00
Vincent 976448d0d9
Add description on how to configure KnativeServing for Istio (#4278)
* Add description on how to configure KnativeServing for Istio

* Change the comment

* Change the PR based on the feedback

* Add an empty line to fix the bullet point issue
2021-10-07 08:13:27 -07:00
Paul Schweigert 7e0834e338
bumping macros plugin version (#4333) 2021-10-07 06:28:28 -07:00
Stavros Kontopoulos eacedc33dc
Add scrape_time metric (#4281)
* add scrape_time metric

* update description
2021-10-06 10:50:45 -07:00
Vincent 53f1289215
Update the docs on configuring the knative-ingress-gateway gateway and istio-ingressgateway-service (#4297)
* Update the docs on configuring the knative-ingress-gateway gateway and istio-ingressgateway-service

* Update the patch based on comments
2021-10-06 10:46:45 -07:00
salaboy 5733546dd4
Adding `strict-subscriber` docs (#4311)
* Adding `strict-subscriber` docs

Adding `strict-subscriber` flag to experimental features page

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/experimental-features.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* remove trailing whitespace

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-10-06 10:38:45 -07:00
Kenjiro Nakayama 115c96d410
Update the explanation for `spec.high-availability` in operator doc (#4320)
* Update the explanation for `spec.high-availability` in operator doc

* Update docs/admin/install/operator/configuring-serving-cr.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/admin/install/operator/configuring-serving-cr.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/admin/install/operator/configuring-serving-cr.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-10-06 10:21:45 -07:00
salaboy 25ccfa7ba8
Adding basic sources configuration (ping source) (#4328)
* adding basic sources configuration (ping source)

* Update sources-configuration.md

* Update docs/admin/eventing/sources-configuration.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update config/nav.yml

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/admin/eventing/sources-configuration.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/admin/eventing/sources-configuration.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/admin/eventing/sources-configuration.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/admin/eventing/sources-configuration.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/admin/eventing/sources-configuration.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/admin/eventing/sources-configuration.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-10-06 10:12:46 -07:00
Srinivasan Parthasarathy 8fcb3c365c
Update metrics collector README.md (#4325)
Fixing incorrect documentation for Prometheus setup.
2021-10-06 06:58:45 -07:00
Christoph Jerolimov f56be1ba27
Fix operator link on Knative release notes page (#4327)
Fix link on https://knative.dev/docs/reference/relnotes/ and replace archived serving-operator link with operator link.
2021-10-06 06:41:45 -07:00
Paul Schweigert 97f8a2cef1
Moving the blog to mkdocs (#4298)
* migrating blog to mkdocs

* automation

* linting

* typo

* rebase

* adding quickstart blog

* toc formatting

* typo
2021-10-05 18:36:44 -07:00
Paul Schweigert d926cbfa9a
ignore venv directory (#4299) 2021-10-05 14:28:44 -07:00
Paul Schweigert 7c880e0676
[BLOG] Knative Quickstart blog post (#4260)
* Knative quickstart blog post

* adding date

* removing whitespace

* formatting

* edits
2021-10-05 14:07:44 -07:00
Carlos Santana b8a9f62b4d
release blog for 0.26 (#4323)
* release blog for 0.26

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* make linter happy

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* remove dupe contributors

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* fix link displays

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* Update blog/releases/announcing-knative-v0-26-release.md

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-10-05 05:37:53 -07:00
Dave Protasowski fae61866db
clean up some of the ingress.class documentation (#4271)
* clean up some of the ingress.class documentation

* drop visible quotes since it's already in a a code block

* add matching brace

* fix mispell

* pr feedback
2021-10-04 07:22:27 -07:00
Pratik Gholap 860dca05b5
Added rollout & time-based in words list, made the changes(roll-out to rollout) in some files (#3997) (#4313)
* Added rollout & time-base in words list, made the changes in some files

* Removed Whitespaces
2021-10-01 11:05:06 -07:00
Ben Moss fd196ef286
Add hosted doc for rabbitmq (#4309) 2021-10-01 07:22:07 -07:00
Evan Anderson 5646d0f939
Update broken VMware link. Pulled the new link from Google search results. (#4312) 2021-10-01 07:08:06 -07:00
Lionel Villard 2d54a1c883
fix broken link to ref doc (#4308) 2021-09-30 10:39:46 -07:00
Lionel Villard 6d3a5941cf
fix eventing getting started doc (#4295) 2021-09-30 10:32:46 -07:00
Lionel Villard 0bbc22fe31
Add doc for kreference-mapping (#4231)
* add doc for kreference-mapping

* try quoting macro

* fix example

* apply review comments

* more fixes

* more fixes
2021-09-30 09:55:46 -07:00
Dave Protasowski 8c0741c5e2
include documentation about certificate class annotation (#4272)
* include documentation about certificate class annotation

* fix mispelling

* Update docs/developer/serving/services/certificate-class.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/developer/serving/services/certificate-class.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/developer/serving/services/certificate-class.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

Co-authored-by: Omer B <obensaadon@vmware.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-09-30 09:25:45 -07:00
Samia Nneji ffb93b29f5
Clean up sources docs (#4304)
* Edit PR #4301

* Tweak other sources pages to match

* make v1 badges green

* Update event display image
2021-09-29 07:56:23 -07:00
Carlos Santana 947f487b4c
Update build to handle docs release 0.26 (#4291)
* Update build to handle docs release 0.26
Fixes #4275

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* remove archived 0.22 files

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* add knative for REPOS

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-09-28 16:57:22 -07:00
Julian Friedman 564b5b0143
Disable section index feature (#4302) 2021-09-28 12:21:14 -07:00
Julian Friedman 893ddb1c70
Document Defaults ConfigMap (#4253)
* Document Defaults ConfigMap

* link links
2021-09-28 09:39:14 -07:00
knative-automation ea805d884b
Update community files (#4279)
Signed-off-by: Knative Automation <automation@knative.team>
2021-09-28 05:20:14 -07:00
Lionel Villard a97d895cbc
PingSource is v1 (#4294)
* PingSource is v1

* more v1beta2 to v1
2021-09-28 03:47:14 -07:00
Lionel Villard 7bc53589d4
improve ApiServerSource doc (#4301) 2021-09-28 03:44:14 -07:00
Evan Anderson 20641c3c52
Update release docs (#4288) 2021-09-28 02:22:14 -07:00
Ereli Eran 498132a97d
fixed indentation issue with heading (#3972)
* fixed indentation issue with heading

* Update README.md

* more indentation changes

* RunAsNonRoot can be set to true without the feature flag (#3969)

* Update docs/serving/samples/hello-world/helloworld-python/README.md

Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>

Co-authored-by: Senthilnathan M <216394+senthilnathan@users.noreply.github.com>
Co-authored-by: Omer B <obensaadon@vmware.com>
Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
2021-09-28 01:15:13 -07:00
Evan Anderson 3b06dc9a8c
Disable failing integration tests (#4300)
* Disable integration tests because they break a lot, per julz

* Actually run go and notice extra unused imports

* Revert "Disable integration tests because they break a lot, per julz"

I took out too much.

This reverts commit eca3a2d8ce.

* Re-add simplifed sampleapp used by the consistency checker

* Forgot to autoformat after beating things with emacs and grep

* Add empty e2e tests

* Fix formatting again. `vi` this time
2021-09-28 01:03:14 -07:00
Sigurd Spieckermann d2f9187c60
Add sample for custom routing with Kong Gateway (#4110)
* Add sample for custom routing with Kong Gateway

* Remove frontmatter

* Fix Markdown formatting
2021-09-27 11:44:12 -07:00
dhruv behl d45fdde421
fix for issue-4269: fixing deadlink in knative operator page (#4270) 2021-09-27 11:07:11 -07:00
RichardJJG 5e57d46b6b
Style edits to Apache Kafka Source Example topic (#4202)
* Style edits

* Further style edits

* Update docs/developer/eventing/sources/kafka-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/developer/eventing/sources/kafka-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/developer/eventing/sources/kafka-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/developer/eventing/sources/kafka-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/developer/eventing/sources/kafka-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Apply suggestions from code review

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Changed code explanations following engineer clarification

* Removed trailing whitespace

* Removed output mistakenly added to commands

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-09-27 11:34:54 +01:00
Paul Schweigert 451bbfd51d
Adding COC doc (#4285)
* adding COC doc

* adding homepage link
2021-09-24 06:55:22 -07:00
Dave Protasowski 71a8ff5ecb
include documentation about the httpOption annotation (#4273)
* include documentation about the httpOption annotation

* drop trailing whitespace

* pr feedback
2021-09-22 05:28:18 -07:00
dhruv behl d96c0d8c06
fix for issue-4252: fixing content for serving metrics under activato… (#4268)
* fix for issue-4252: fixing content for serving metrics under activator subsection

* Update docs/admin/collecting-metrics/serving-metrics/metrics.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-09-21 23:02:17 -07:00
dhruv behl 59938d58a0
fix for issue-4233: correctly sourced collector with a fix (#4267) 2021-09-21 22:53:18 -07:00
knative-automation 3ac69a5cab
Update community files (#4237)
Signed-off-by: Knative Automation <automation@knative.team>
2021-09-21 18:53:17 -07:00
Samia Nneji 66b0be98b7
Edit PingSource docs (#4116)
* Edit PingSource docs

* fix trailing whitespace

* Link to sink topic

* Add status fields

* Remove kn command
2021-09-21 18:43:17 -07:00
salaboy 46995b865e
Adding ingres-class annotation docs (#4264)
* adding ingres-class annotation docs

* removing whitespaces

* EOF newline

* applying suggestions

* Update docs/developer/serving/services/ingress-class.md

* Update docs/developer/serving/services/ingress-class.md

* removing indentation

* Update docs/developer/serving/services/ingress-class.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-09-21 08:55:38 -07:00
Dave Protasowski fbe03bba72
document serving's revision garbage collection (#4266)
* document serving's garbage collector

* fix nav link

* whitespace linting

* pr feedback

* fix trailing whitespace

* address pr feedback

* Update docs/admin/serving/revision-gc.md

* Update docs/admin/serving/revision-gc.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-09-21 08:42:38 -07:00
Ashleigh Brennan f26949e10a
Moved metrics to dev guide (#4259) 2021-09-17 13:36:32 -07:00
Ashleigh Brennan b7923756e7
Add code excerpt docs guidelines (#4258) 2021-09-17 12:48:32 -07:00