Commit Graph

3390 Commits

Author SHA1 Message Date
knative-automation 2e64d51a73
Update common github actions (#3177)
Signed-off-by: Knative Automation <automation@knative.team>
2021-02-10 04:28:05 -08:00
Ashleigh Brennan a02ea8cd45
[#3223] Fix dead link (#3230) 2021-02-09 09:50:17 -08:00
Ashleigh Brennan 71ae2086ff
Updates to channel docs (#3034)
* Updates to channel docs

* updates from review

* fix typo

* minor tweaks and todo notes

* tweaks and cleanup

* tweaks and cleanup

* updates and structure changes

* inmemorychannel note added
2021-02-08 12:31:53 -08:00
yangyunfeng007 849e687de5
fix: cronjob.yaml indent two spaces for ref (#3219)
Change-Id: Iad1e74b9e58a9a194a4e6ef71fcfbd82d9b3fb57
2021-02-08 07:13:52 -08:00
Clay Kauzlaric 4b074ada26
Improve CronJob yaml in SinkBinding example (#3190)
* Improve CronJob yaml in SinkBinding example

* use correct apiVersion
* fix schedule so it runs every minute like the comment suggests
* use busybox as default example image, following suit from [Kubernetes CronJob docs](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/)

* fix indentation

* use appropriate heartbeat image
2021-02-05 20:24:33 -08:00
james426759 9fb19fe380
update docs for topic Installing Istio for Knative (#3206)
Signed-off-by: james759426 <james759426@gmail.com>
2021-02-05 20:09:32 -08:00
james426759 531e6d56bd
update knative-v0.20 docs for topic Apache Kafka Source Example (#3207)
Signed-off-by: james759426 <james759426@gmail.com>
2021-02-05 19:52:33 -08:00
Ashleigh Brennan c478eb5e47
[#2781] Removing unnecessary version labels (#3215) 2021-02-05 19:49:33 -08:00
Ashleigh Brennan 6591aa2f4a
[#3196] Follow up on Evan's comments (#3204)
* [#3196] Follow up on Evan's comments

* updates from Evan's comments

* fix links

* fix links and missing symbol that was breaking hugo builds
2021-02-05 11:08:21 -08:00
Victor Agababov e9ffbe6a7c
Initial Gradual rollout docs (#3212)
* Initial Gradual rollout docs

* more

* lint
2021-02-04 14:03:11 -08:00
Carlos Santana b2dd091ff5
Add Kourier to the list of net layers to support auto-tls (#3209)
* Add Kourier to the list of net layers to support auto-tls

Closes #3208

* Update docs/serving/using-auto-tls.md

Co-authored-by: Matt Moore <mattmoor@vmware.com>

Co-authored-by: Matt Moore <mattmoor@vmware.com>
2021-02-04 08:03:11 -08:00
Antoine Cotten f89eab58b4
Add link to 2020 Annual Report (#3210) 2021-02-03 08:26:06 -08:00
Murugappan Chetty 63b2e4a856
refactor python hw with tabs (#2839)
* refactor python hw with tabs

* fix for tests failure

* fix for tests failure

* fix for tests failure

* address review comments

* review comments

* review comments
2021-02-02 14:31:05 -08:00
Doug Davis 0d22893e6c
Allow for non-percent routing (#1669)
* Allow for non-percent routing

Signed-off-by: Doug Davis <dug@us.ibm.com>

* typo

Signed-off-by: Doug Davis <dug@us.ibm.com>

* add extension text

Signed-off-by: Doug Davis <dug@us.ibm.com>

* next round of edits per evan

Signed-off-by: Doug Davis <dug@us.ibm.com>

* more for evan

Signed-off-by: Doug Davis <dug@us.ibm.com>

* minor typos

Signed-off-by: Doug Davis <dug@us.ibm.com>

* for carlos

Signed-off-by: Doug Davis <dug@us.ibm.com>

* more text

Signed-off-by: Doug Davis <dug@us.ibm.com>

* typos

Signed-off-by: Doug Davis <dug@us.ibm.com>
2021-02-02 10:03:33 -08:00
Omer B 6d1f5cff3f
Update OWNERS_ALIASES (#3203)
adding myself as reviewer per @evankanderson instruction
2021-02-01 12:54:32 -08:00
Lu Dang bcb11901cc
fix: change PingSource api version badge to v1beta2 (#3155) 2021-01-30 20:29:39 -08:00
zhaojizhuang e61b89a993
fix broken link (#3130) 2021-01-30 20:29:31 -08:00
Sameer Vohra 996fae334c
[#3085] Enhance PingSource example with kn (#3191)
- use kn rather than `kubectl -f some-file.yaml` as thats a wasted
  opportunity and doesn't add any value.
- show examples of kn side by side with the declarative form

Signed-off-by: Sameer Vohra <vsameer@vmware.com>
2021-01-30 20:18:32 -08:00
Kenjiro Nakayama 02e91b2b62
Add readfile to Knative multi-container samples (#3198)
This patch fixes https://github.com/knative/docs/issues/3195.
2021-01-30 19:59:31 -08:00
Ashleigh Brennan cf8bd458e2
[#3196] cleaning up introduction docs (#3197) 2021-01-29 06:47:31 -08:00
Evan Anderson 045ab28912
Add .gitattributes for docs (#3138) 2021-01-28 21:32:30 -08:00
Mike Petersen c1ac45f31f
Issue 2755 - Troubleshooting PRs (#2854)
* Started work on updating contributing docs for different troubleshooting issues

* Updated formatting

* added section to default to reaching out in docs if you have additional issues

* Updated based on reviews

* Removed trailing spaces

* basic edit of development.md to match docs - still wip

* added newline to end of file

* Removed serving reference and updated based on reviews/comments

* Removed empty sections

* Cleaned up trailing whitespace
2021-01-28 09:58:31 -08:00
Artur Upton Renault d84d84ceb1
Cherry pick a few commits that were erroneously made directly into release-0.19 (#3152)
* Remove prometheus addon from Istio installation instructions (#3096)

* Remove prometheus addon from Istio installation instructions

This addon is no longer supported in 1.8.

Fixes knative/serving#10221

* Remove cluster-local-gateway

* Add docs on mTLS and Istio authorization policy (#3118)

* Add documentation about mTLS and authorization policies

* Add image link

* Update istio-authorization.md

* Fix typo in istio authorization docs (#3120)

Forgot to add the knative-serving namespace, which is mentioned in the previous paragraph.
2021-01-27 23:23:30 -08:00
Kenjiro Nakayama 8a4b4e8988
Fix CI issue by pulling download-istio.sh (#3182) 2021-01-27 17:35:31 -08:00
Yanwei Guo 0f715413db
HA is enabled for Autoscaler too (#3192)
* HA is enabled for Autoscaler too

* Update docs/serving/config-ha.md

Co-authored-by: Victor Agababov <vagababov@gmail.com>

* Update docs/serving/config-ha.md

Co-authored-by: Victor Agababov <vagababov@gmail.com>

* Update docs/serving/config-ha.md

Co-authored-by: Victor Agababov <vagababov@gmail.com>

* rephase

* reword

* Update docs/serving/config-ha.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* remove

* Update docs/serving/config-ha.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

Co-authored-by: Victor Agababov <vagababov@gmail.com>
Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
2021-01-27 14:28:30 -08:00
Omer B 6e54ea3ed6
Update README.md (#3193)
Fixes #3124 
Update to #3125 (committed to wrong release)
2021-01-27 07:08:31 -08:00
Travis Minke b5df099d1e
Describe new ce-knativedispatcherr cloudevent extension attribute (#3181)
* Describe new ce-knativedispatcherr cloudevent extension attribute for deadletter events.

* fix linter whitespace

* more pr changes - decompose into multiple extension attributes

* PR fixes - thanks
2021-01-26 18:40:30 -08:00
Matthias Wessendorf 46777f73e3
💄 using proper VERSION var for istio example (#3187)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2021-01-26 01:29:30 -08:00
Victor Agababov 6de999dfca
Autoscaler can be scaled too now. Add correct docs for activator (#3189)
* Autoscaler can be scaled too now. Add docs for activator

- autoscaler can also be scaled now
- activator cannot be scaled by patching deployment, since there's an
  HPA that will snap it back to the HPA desired values
- thus, provide the correct commands to change the activator scale.

* nits

* spell
2021-01-25 14:18:30 -08:00
Dave Protasowski 3399681e4b
Rebase of 3147 (#3188)
* Update serving.md

Saving some work....

* Update serving.md

Fixes #3143

* Update serving.md

fixed linting issues

* turn omer's changes into a patch

* re-run api gen

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-01-25 10:35:55 -08:00
Kenjiro Nakayama fc90574a17
Clarify how to cherry-pick the PR (#3185)
This patch clarifies how to cherry-pick the PR as
`cherrypick-#.#` label does not work.
2021-01-24 12:23:54 -08:00
Izabela Gomes ccdd2b16c2
Update k8s minimum version in the Knative install docs (#3170) 2021-01-21 09:37:53 -08:00
Julian Friedman f449dffc0b
Add DomainMapping docs (#3017)
* Add DomainMapping docs

* x

* My oh my

* Add paragraph about wildcard (lack of) behaviour

* Update description and link to install docs

* Update link, use example.org domain, and elaborate contract for Ref
2021-01-21 07:29:53 -08:00
Carlos Santana f40d66acef
Release blog post for Knative v0.20 (#3157)
* base

* serving

* eventing

* fix typo

* Add CLI v0.20 change log

* add operator release notes
2021-01-20 15:25:53 -08:00
Ahmet Alp Balkan b9d547a641
update gen-api-reference-docs script (#3173)
* update gen-api-reference-docs script

Updating the tool version to v0.3.0 tag.
Ran locally against v0.20.0 tag for serving/eventing repos, seems to be
working fine.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* re-run api reference docs generation

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2021-01-19 17:05:53 -08:00
Victor Agababov 71146847f2
repush: (#3171) 2021-01-19 15:46:53 -08:00
Jean-Rémy Bancel 993578e315
Use inline Istio installation. (#3151)
* Use inline Istio installation.

* Add back link to "advanced installation guide".
2021-01-19 10:10:23 -08:00
Kenjiro Nakayama 7fe440eab4
Promote net-kourier to stable (#3167)
As you can see [testgrid](https://testgrid.knative.dev/net-kourier#continuous&exclude-non-failed-tests=50&sort-by-flakiness=50&width=20), kourier is stable and all features including alpha are implemented.

Henece this patch promotes net-kourier to stable.
2021-01-19 06:40:24 -08:00
zhaojizhuang 89af405bf6
add kafka installation (#3146) 2021-01-19 00:07:21 -08:00
zhaojizhuang 86b0e85cf7
fix apache kafka broken link #3159 (#3160) 2021-01-18 23:56:21 -08:00
Victor Agababov 859f3dff3d
Add vagababov to eng-approvers and sort and trim people not longer in Knative project (#3149)
* Add vagababov to eng-approvers and sort and trim people not longer in project

Also add eng-approvers as approvers to the serving docs.

* merge lists
2021-01-18 12:17:21 -08:00
knative-automation d51ac6248c
upgrade to latest dependencies (#3153)
bumping knative.dev/net-istio 22067c7...b4b1c95:
  > b4b1c95 upgrade to latest dependencies (# 481)
  > ed8a994 Add test for virtualservice status config (# 472)
  > 8ade02d upgrade to latest dependencies (# 478)
  > 9f0302e upgrade to latest dependencies (# 476)
  > 9fe684f Update common github actions (# 475)
bumping knative.dev/hack 4ed1ecb...4422dca:
  > 4422dca Set GOBIN in codegen-library.sh (# 44)
  > d946d25 Revert "Add hermetic go mod aware handling to run_go_tool (# 38)" (# 39)
  > ea9c9a0 Add hermetic go mod aware handling to run_go_tool (# 38)

Signed-off-by: Knative Automation <automation@knative.team>
2021-01-15 05:58:20 -08:00
Victor Agababov e78ebe4538
Use the new constant in the docs (#3148)
* Use the new constant in the docs

The old one is deprecated.

* fix nit
2021-01-14 14:33:20 -08:00
Ashleigh Brennan 64d675682c
Add load balancing docs (#2559)
* [WIP] Add load balancing docs

* feedback from vagababov

* fix link

* review feedback and removed README

* minor tweaks and improvements

* minor tweaks, formatting

* fixing links

* removed note

* fix link, default values

* review updates

* review updates
2021-01-14 14:04:20 -08:00
Sameer Vohra 647851a051
Update 06-yaml.md (#3094)
Nit: fix kubectl logs command so it runs
2021-01-14 05:19:31 -08:00
dependabot[bot] 1840502579
Bump ini in /docs/serving/samples/cloudevents/cloudevents-nodejs (#3103)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-13 16:22:32 -08:00
RichieEscarez 0816a3ca90
Knative API docs for v0.20.0 (#3141)
* update API docs for v0.20.0

* remove whitespace -> happy linter
2021-01-13 12:01:20 -08:00
Matthias Wessendorf b2964baca7
Adding updates to the Event registry doc (#3139)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2021-01-13 04:05:32 -08:00
Evan Anderson 194f542067
Update calendar and drive links (#3127)
* Update calendar and drive links

* Switch link to web published version
2021-01-12 06:23:30 -08:00
Matthias Wessendorf 86eb66057d
Fixing yaml format (#3137)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2021-01-11 08:35:36 -08:00