Commit Graph

2459 Commits

Author SHA1 Message Date
Sameer Vohra 07d41bc8f4
Update accessing-traces.md (#4250)
* Update accessing-traces.md

Fixes #4249 
Update instructions so they are general as opposed to Istio specific.

* Update docs/serving/accessing-traces.md

Use code box for Zipkin url to make it cleaner
Use code box for Jaeger url to make it cleaner
Remove extraneous lines
Fix whitespace linter error

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

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-09-17 03:53:31 -07:00
knative-automation 48b0ef5a7e
Update community files (#4251)
Signed-off-by: Knative Automation <automation@knative.team>
2021-09-16 18:43:31 -07:00
Paul Schweigert 91f9e975e0
adding container-freezer aliases (#4254) 2021-09-16 18:11:31 -07:00
Travis Minke fef19d0c49
Enhance DLQ CloudEvents with destination (#4228) 2021-09-16 06:55:40 -07:00
Samia Nneji aa04a5b5ae
Fix formatting and a few tweaks (#4232) 2021-09-16 06:35:40 -07:00
RichieEscarez a601b8ccce
Add redirect for a moved file to prevent user 404s (#4234)
* Add redirect for a moved file to prevent user 404s

* try removing the /docs/ prefix
2021-09-16 05:08:39 -07:00
David Wang 4440233192
set namespace to default before the installation verification (#4071)
* set namespace to default before the installation verification

* Update docs/admin/install/knative-with-operators.md

address the review comments

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

* Update docs/admin/install/knative-with-operators.md

address the review comments

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

* Update docs/admin/install/knative-with-operators.md

address the review comments

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

* Update docs/admin/install/knative-with-operators.md

address the review comments

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

* adress review comments

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-09-16 04:33:41 -07:00
Evan Anderson efba7def9f
We haven't required Istio for 2 1/2 years (#4244) 2021-09-16 03:56:39 -07:00
Alex Dixon 3334ede84a
docs: add github event source install instructions (#4184) 2021-09-16 03:13:40 -07:00
Carlos Santana f6e4fbe6ae
rename mkdocs branch to main (#4236)
Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-09-15 09:43:09 -07:00
Iliia Khaprov - VMware 8f742c9f48
Correct expected output (#4229) 2021-09-14 09:46:11 -07:00
RichardJJG 2f593eb28b
Add missing .md to links in Docs folder (top level) (#4227)
* Added missing .md to some of the links

* Added missing .md to the rest of the links

* Fix some links

* Added missing .md to some of the links

* Added missing .md to the rest of the links

* Fix some links

* Fixing some more links

* More link fix attempts

* Attempt to fix the Community Samples link

* Change Community Samples link to external
2021-09-14 08:28:11 -07:00
Jeff 7e97d00144
Updates links in `CONTRIBUTING.md` (#4223)
* Updates links in `CONTRIBUTING.md`

I could not find the appropriate links for `website help` and `maintainer help` I removed them... but im not positive that is the best move.

* Update CONTRIBUTING.md
2021-09-14 08:07:11 -07:00
Omer B debf39b6f0
Delete "Getting Started with App Deployment" (#4226)
* Delete getting-started-knative-app.md

* updating redirects
2021-09-10 11:00:31 -07:00
Roland Huß 861298bbbe
Add how to create custom domains with kn domain (#4209)
* Add `kn domain` usage for creating a domain mapping.

While on it, also added how to enable TLS for the domain mapping.

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

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

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-09-10 10:12:31 -07:00
Sankalp Rangare 375e925b5c
avoid 'should' in documentation (#4162)
* avoid 'should' in documentation

* fix whitespaces
2021-09-09 11:55:58 -07:00
Ashleigh Brennan 9ef8901395
remove sample (#4221) 2021-09-09 11:45:58 -07:00
Mohamed Shahat c4c85d2255
Update first-trigger.md (#4210)
fix command with the right parameters. `kn trigger delete cloudevents-trigger`
2021-09-09 07:27:58 -07:00
RichardJJG d8897e9e73
Add .md extension to internal links (#4214) 2021-09-09 06:51:59 -07:00
sebgoa 6a6aeb2e3e
set v1.19 as minimum k8s version (#4189)
per 0.24 release notes https://github.com/knative/serving/releases/tag/v0.24.0 v1.19 is now the minimum k8s version

fixes: https://github.com/knative/docs/issues/4177
2021-09-08 12:11:45 -07:00
Sid Shukla 665cedcbc5
Update otel-collector-config configmap (#4199)
The otel-collector-config configmap referenced in
https://knative.dev/docs/admin/collecting-metrics/#set-up-the-collector
has incorrect configuration which leads to a config loading issue causing
the otel-collector to go into a crashloop. This PR updates the config map
as per https://opentelemetry.io/docs/collector/configuration/
2021-09-08 06:37:45 -07:00
sebgoa 48104fe0f0
update brew command for kn (#4176)
* update brew command for kn

a formulae was merged in homebrew core to install kn without a specific tap

* Update docs/snippets/install-kn.md
2021-09-08 05:59:35 -07:00
Paul Schweigert 9a44aac25d
typo in markdown link (#4195) 2021-09-07 13:36:44 -07:00
Samia Nneji 18e15fc07c
Delete duplicate deploying-from-private-registry.md file (#4146)
* Delete deploying-from-private-registry.md

* Add back a change from the deleted version of the file

* Fix broken link
2021-09-07 09:03:18 -07:00
Paul Schweigert 58b2667e8b
Updating quickstart to use the plugin (#4046)
* updating quickstart to use the plugin

* lint: removing extra whitespace

* adding homebrew, simplifying binary install

* linting: white space

* fixing link to brew

* removing unneeded brew install command

* need kn version 0.25 or later

* add to path, not plugin dir

* when installing put binary in path not plugin dir

* use markdown for links
2021-09-07 08:37:18 -07:00
Dave Protasowski 9a0b7a6dbd
drop extra stale issue workflow file (#4175) 2021-09-07 06:44:19 -07:00
Samia Nneji 4786ac738f
Fix exposed links (#4186) 2021-09-07 06:30:19 -07:00
RichardJJG a8e08f6a65
Add link to code of conduct (#4187) 2021-09-07 06:28:19 -07:00
RichardJJG 4f95ce9e35
Style edits to Duck Typing topic (#4185)
* Style edits

* Minor style change

* Put instances of subject in code tags

* Changed example heights and weights

* Update docs/developer/concepts/duck-typing.md

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

* Added Example heading and removed 2 comments

* Removed far-reaching placeholders

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-09-06 08:58:45 -07:00
Antoine Cotten e9080d83e2
Fix inaccurate description of `default-br-config` (#4182)
* Fix inaccurate description of `default-br-config`

* (review) Apply requested changes
2021-09-06 07:01:43 -07:00
Carlos Santana a07d7cfc18
Add new release blog for v0.25 (#4152)
* made copy using v0.24

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

* add serving release notes

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

* remove extra julz

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

* add bug fixes for serving v0.25

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

* add eventing release notes v0.25

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

* add eventing extentions for v0.25

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

* add client release notes

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

* add anchor for eventing kafka components

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

* add highlights

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

* move kn-quickstart at the top of client

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

* remove operator for now

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

* fix typo on menu

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

* address feedback

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

* address copy edit changes from Samia

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

* add operator notes

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

* sort contributors

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-09-03 06:46:58 -07:00
RichardJJG 001cd9bd29
Changed HTML links to Markdown (#4173)
* Changed HTML links to Markdown

* Change HTML image links to Markdown

* Fix image links
2021-09-02 04:36:06 -07:00
Ashleigh Brennan 6e784253cb
Add Kogito to list of Operators (#4172)
* Add Kogito to list of Operators

* Update docs/developer/eventing/sources/README.md
2021-09-01 12:55:05 -07:00
RichardJJG 87a2c626fc
Style changes (#4156)
* Style changes

* Update custom-domains.md
2021-09-01 06:02:33 -07:00
Steve Boardwell 5f22aa69df
Add pointer in case the service cannot be resolved (#4102)
* Add pointer in case the service cannot be resolved

The service in the tutorial could not be resolved. It is not immediately apparent why this is the case (VPN, FritzBox DNS Server, etc). The tips in the comments solved the problem for me.

* Change indentation of question

* Swap links for solution steps

* Update docs/getting-started/first-service.md

Better working of the problem.

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

* PR changes

* Update docs/getting-started/first-service.md

Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-09-01 05:43:33 -07:00
RichardJJG fc937b90ad
Added .md extension where missing (#4171)
* Added .md extension where missing

* Fixing a few more links
2021-09-01 05:32:33 -07:00
Lance Ball 648cd6b283
eventing(samples): update Node.js CloudEvents ContainerSource example (#4039)
* eventing(samles): update Node.js CloudEvents ContainerSource

The example had some old versions of Node and CloudEvents. This change
updates the versions for those dependencies, and makes some modifications
to the example code based on these dependency changes.

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: review feedback

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

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-08-31 12:46:32 -07:00
Ashleigh Brennan db9bc5a162
Fix broken link, some minor cleanup (#4141)
* Fix broken link, some minor cleanup

* remove link, add command instead

* additional cleanup

* remove command

* cleanup

* cleanup formatting
2021-08-31 12:16:56 -07:00
Antoine Cotten a8991aaa54
eventing-natss: Fix name of release manifest (#4169) 2021-08-31 11:37:56 -07:00
RichardJJG c3ae7f9dcd
Fix many links in the Eventing folder (#4170)
* Fixed first half of links

* Final markdown link fixes

* Fix link to install doc
2021-08-31 11:26:55 -07:00
Ben Moss 9aa9f556ba
Add tracing blog post (#4148)
* Add tracing blog post

* Switch to nightly images

The latest releases don't have tracing support yet, so use nightlies
2021-08-30 11:22:28 -07:00
Murugappan Chetty efa4b753b7
add initial offset to kafka source (#4080)
* add initial offset to kafka source

* add initial offset to kafka source

* add initial offset to kafka source

* add initial offset to kafka source

* add initial offset to kafka source
2021-08-27 08:10:38 -07:00
佩奇小老弟 3d8d83e2c3
fix the wrong value (#4030)
5469d8e5cf/docs/eventing/samples/helloworld/helloworld-go/sample-app.yaml (L63)
2021-08-27 07:19:38 -07:00
Lionel Villard e867502fab
redir-gen does not ignore archived repo anymore (#4165) 2021-08-27 06:05:38 -07:00
Lionel Villard 21ccfd16ca
add eventing-contrib redirect (#4164) 2021-08-26 14:11:37 -07:00
knative-automation 0598a30626
Update community files (#4161)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-26 09:18:32 -07:00
RichardJJG 55df15aee5
Fixed links (#4157)
* Fixed links

* Fixing links

* Fixing more links
2021-08-26 07:53:32 -07:00
Lionel Villard 94239177d7
add eventing-kogito redirect (#4160) 2021-08-26 07:31:32 -07:00
knative-automation edd5d58565
Update actions (#4158)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-26 02:07:31 -07:00
Samia Nneji 5c1f26e5dc
Add .md to links (#4139) 2021-08-25 07:09:36 -07:00