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
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