Commit Graph

2303 Commits

Author SHA1 Message Date
Francesco Guardiani af0c10be6b
Documentation for DeliverySpec.Timeout (#3793)
* Delivery.Timeout

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* State -> Stage

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Trailing WS

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Suggestions

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2021-06-24 02:51:45 -07:00
Markus Thömmes 9e30c8e312
Fix wrapping behavior of code in tables (#3838) 2021-06-23 09:44:45 -07:00
knative-automation c5c80bc44f
Update community files (#3836)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-23 08:43:45 -07:00
Kenjiro Nakayama c234381aba
Fix typo for Serving extensions (#3826) 2021-06-23 04:32:45 -07:00
Kenjiro Nakayama d0fa8bb3e2
Add net-istio webhook to spec.registry.override (#3821)
* Add net-istio webhook to spec.registry.override

container name `webhook` is duplicated with serving and net-istio. But
the example does not have net-istio's webhook so users hit an issue
like https://github.com/knative/operator/issues/519
https://github.com/knative-sandbox/net-istio/pull/560 when we followed
it.

This patch adds the net-istio webhook to the doc.

* Remove white space

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Fix to correct deploy name

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-06-23 00:43:44 -07:00
Julian Friedman 40a792a1e1
Pull in api docs in build (#3832) 2021-06-22 16:08:44 -07:00
Julian Friedman b41dfe8f2a
Clean up DNS docs (#3833)
- Move dns docs to snippet (have to use include syntax because of
  included macro, unfortunately)
- Update xip.io -> sslip.io in text
- Capitalize Service
- Fix some bad formatting in Operator install nearby
- Change "For these" -> "In these cases"
- Swap info to warning admonition style
- Remove "CAVEAT" and parenthetical reference to it
- Added much nicer "Knative provides" intro sentence
2021-06-22 15:58:44 -07:00
Julian Friedman 3106badad4
Remove navigation.instant feature to fix anchors (#3830)
Looks like navigation.instant makes link anchors not work properly. I
don't think the feature really buys us anything, our search index isn't
_that_ big, so easiest to just disable it.
2021-06-22 07:47:28 -07:00
knative-automation 0dd542dffa
Update community files (#3820)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-18 09:05:51 -07:00
Kenjiro Nakayama 53e4102d20
Bump Istio version to 1.9.5 (#3822) 2021-06-18 08:44:50 -07:00
Julian Friedman d2cf66aa94
Clarify Magic DNS Caveat (#3823)
Magic DNS does work locally on minikube, so long as `minikube tunnel` is
running.
2021-06-18 08:37:51 -07:00
Ashleigh Brennan 4763c1715e
Cleaning up sink docs (#3814)
* Cleaning up sink docs

* fix links and heading
2021-06-17 08:10:23 -07:00
Michael Gasch 80399a94df
Add VMware as active developer of Tanzu Sources (#3816) 2021-06-17 07:37:22 -07:00
Francesco Guardiani 0ad571fb8b
Documentation for KReference.Group feature (#3713)
* Documentation for KReference.Group feature

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Explain why

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Suggestions

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Added link issue

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* State -> Stage

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2021-06-16 10:31:22 -07:00
Samia Nneji 724ffe8e16
Code snippet tweaks (#3792)
* Add context to code snippets

* A few other tweaks

* Remove duplicate API label

* Add back API label

* Add API version label
2021-06-16 06:33:22 -07:00
Julian Friedman 54f02d183b
Generate Golang vanity URL redirects (#3806)
Moves tools/redir-gen from website to docs so we can do all the
generation here. Modifies the build script to add generated redirects to
the output.
2021-06-15 13:39:21 -07:00
Ashleigh Brennan 9b6843dad6
#3710: move sink docs to developer guide (#3808)
* #3710: move sink docs to developer guide

* minor update from SME review
2021-06-15 11:06:21 -07:00
Francesco Guardiani 9a98339a97
Add a warning about experimental features (#3803)
* Add a warning about experimental features

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Fix trailing space

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Warning

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2021-06-15 10:27:21 -07:00
Kenjiro Nakayama 87a7c646a0
Bump k8s min version to 1.19 (#3804) 2021-06-15 07:33:21 -07:00
Ashleigh Brennan 87400d06ac
3710: Move event delivery docs to developer guide (#3798)
* 3710: Move event delivery docs to developer guide

* fix alignment

* update punctuation and headings
2021-06-15 05:32:21 -07:00
RichardJJG 2b80f5c69b
Add new word and style rules #3795 (#3805)
* Add new word and style rules #3795

* Update docs/help/contributor/style-guide/style-and-formatting.md

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

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-06-15 05:19:21 -07:00
Kenjiro Nakayama d4af310cdb
Add `nodeSelector` to override system deployments by operator (#3789)
* Add `nodeSelector` to override system deployments by operator

This patch adds docs for https://github.com/knative/operator/pull/658.
It adds `nodeSelector` to override system deployments by operator.

* Fix broken format

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-06-14 20:56:20 -07:00
knative-automation 41c4d63639
upgrade to latest dependencies (#3788)
bumping knative.dev/hack 3d4b264...66ab1a0:
  > 66ab1a0 go-licenses fixed file permissions so we no longer need our workaround (# 75)

Signed-off-by: Knative Automation <automation@knative.team>
2021-06-14 20:47:20 -07:00
Samia Nneji a3df56f125
Edit ContainerSource docs (#3774)
* Edit ContainerSource docs

* Update docs/eventing/sources/containersource/README.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Fix command

* Move ContainerSource docs to dev guide

* Apply feedback for code snippets

* remove copy icon

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-06-14 08:35:20 -07:00
Nicola Ferraro 56dae919e8
Update docs related to archived Camel Sources (#3790)
* archive-camel-source

* delete unused files
2021-06-14 08:25:20 -07:00
Omer B 6ed2f2383a
Update first-trigger.md (#3755) 2021-06-14 06:18:21 -07:00
Julian Friedman 05ec2edb92
Remove Gloo install instructions (#3727)
As discussed in the recent TOC meeting, we want to be sure the Ingresses
we list in the install instructions are ones we're confident will work
well with Knative, to avoid folks having a bad first experience.
Currently we don't have good (any) CI coverage for Gloo, so removing it
from the list for the moment until we do.
2021-06-11 12:46:44 -07:00
knative-automation eeb46bc717
upgrade to latest dependencies (#3782)
bumping knative.dev/hack e35bcb8...3d4b264:
  > 3d4b264 Cleanup release script more (# 74)
  > daccc2c Allow for ignoring arbitrary files with shellcheck (# 48)

Signed-off-by: Knative Automation <automation@knative.team>
2021-06-11 02:35:43 -07:00
Ashleigh Brennan 83877ca0f6
#3710: Add configmaps to admin guide (#3779)
* #3710: Add configmaps to admin guide

* tweaks
2021-06-10 23:30:43 -07:00
knative-automation 18eeabadbf
upgrade to latest dependencies (#3749)
bumping knative.dev/hack de04b70...e35bcb8:
  > e35bcb8 Rollback random GOBIN and make it relative to GOPATH again (# 73)
  > 1c52c48 Skip GOPATH hacks if the repository is already on GOPATH (# 72)

Signed-off-by: Knative Automation <automation@knative.team>
2021-06-10 13:15:43 -07:00
knative-automation f393dc5fb9
Update actions (#3771)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-10 13:06:43 -07:00
Hamed Abdollahpour 2b32f3c6d7
Change Api version to sources.knative.dev/v1 (#3775) 2021-06-10 12:50:43 -07:00
RichardJJG d8fc7905e8
Fixes #3746 (#3778) 2021-06-10 12:47:44 -07:00
Gabriel Freites 47ce045139
fix fixing nav item colors (#3764) 2021-06-09 19:01:42 -07:00
Omer B f669de188b
Ash reccs (#3768) 2021-06-09 12:57:42 -07:00
Omer B 19ffe6a41d
Fixes #3641 Final Serving Sanity Check (#3747)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* Removing reference to GKE-specific docs

* bash, resolving redirect warning for help

* replace all shells with bash across the entire project

* style guide conformance

* index -> readme

* serving link fixes while I'm at it

* fix serving links and redirects

* lint

* style guide and numbering fixes

* Update docs/serving/autoscaling/autoscale-go/README.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/autoscaling/autoscale-go/README.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/autoscaling/kpa-specific.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/autoscaling/kpa-specific.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/autoscaling/scale-to-zero.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/autoscaling/scale-to-zero.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update scale-to-zero.md

* Update docs/serving/config-ha.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/knative-kubernetes-services.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/knative-kubernetes-services.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update knative-kubernetes-services.md

* Update using-a-custom-domain.md

* Update using-a-custom-domain.md

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/using-a-tls-cert.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/serving/using-a-tls-cert.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Style guide (thanks Ashleigh)

* broken link fixes

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-06-09 11:29:42 -07:00
Julian Friedman d189f7e842
Use bash rather than shell code blocks in community (#3761)
* Use bash rather than shell code blocks in community

* Missed a spot
2021-06-09 10:14:42 -07:00
Julian Friedman b0e9fc5068
Revert changes to community (#3757) 2021-06-09 08:23:42 -07:00
Gabriel Freites 6e344baa2b
fix nav links and item css colors (#3759) 2021-06-09 07:17:42 -07:00
Julian Friedman 1622404278
Use absolute links for blog and community (#3758) 2021-06-09 06:17:42 -07:00
Gabriel Freites 1a78f8a970
Eventing sanity pt2 (#3750)
* fix bash no copy added to terminal output

* fix repeated phrase on receive adapter example md

* fix contributors broken link
2021-06-09 04:59:42 -07:00
Ashleigh Brennan cc72b24942
Code font size bug fix (#3754) 2021-06-08 14:42:41 -07:00
Carlos Santana 4eed18ac21
Issue 3624 blog v0.23 (#3725)
* add base blog v0.23

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

* add blog release for v0.23

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

* add comment on rabbit release notes link

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

* dealing with my OCD to be consistent on the v in version

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

* fix typo container instead of pod

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

* using version number style

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

* address comments in review

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

* address review comments on removing "Version" when using vx.y.z format

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-06-08 13:00:41 -07:00
Omer B 53b4c2c6b7
fix typo (#3751) 2021-06-08 09:49:42 -07:00
Omer B 5e56c88e45
Issue 3642 finishing up eventing sanity check (#3743)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* Removing reference to GKE-specific docs

* bash, resolving redirect warning for help

* replace all shells with bash across the entire project

* style guide conformance

* index -> readme

* serving link fixes while I'm at it

* fix serving links and redirects

* lint
2021-06-08 05:53:41 -07:00
Carlos Santana b5bb37488a
add docker development workflow (#3738)
* add docker development workflow

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

* adding pesky EOL

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-06-08 05:43:41 -07:00
Julian Friedman ec256735a7
Temporarily remove kong from install guide (#3745)
The e2e tests haven't been passing for a little while and we want to
ensure users will have a good time using this Ingress with Knative before
listing it in the install guide.
2021-06-08 05:03:41 -07:00
Julian Friedman b944e4ce21
Drop unneccesary important specifiers (#3742) 2021-06-07 12:13:48 -07:00
NovaHe 76e8f4e11a
fix eventing/samples/helloworld-python (#3682)
* fix helloworld-python

add note and annotations

fix link (#3679)

* fix helloworld-python (#3679)
2021-06-07 09:28:48 -07:00
eric-sap d1905300bd
Removed references to consolidated-channel-specific secrets (#3729)
* Updated samples/kafka/channel with configmap information

* Removed references to old-style consolidated channel secret format
2021-06-07 08:29:48 -07:00