Commit Graph

1792 Commits

Author SHA1 Message Date
Pierangelo Di Pilato 1bfd837017
Document Broker Delivery Options (#2938)
* Document Broker Delivery Options

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Document GCP Broker

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-10-19 13:11:58 -07:00
Ashleigh Brennan f83eb16a58
Removed deprecated observability plugin (#2904) 2020-10-19 09:56:58 -07:00
Markus Thömmes 5ab6c1b89d
Bump golang versions to align all samples (#2945) 2020-10-19 09:02:58 -07:00
Markus Thömmes 505a9ac2c8
Remove security vulnerabilities from the iot-core sample (#2940) 2020-10-19 00:37:58 -07:00
Matthias Wessendorf d6de77e0a2
💄 Wrong link is wrong (#2840)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-10-16 12:09:57 -07:00
Matt Moore 1b9eb623c1
upgrade to latest dependencies (#2935)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-16 06:22:57 -07:00
RichieEscarez 50eda19a85
fix yaml error (#2933) 2020-10-14 17:37:31 -07:00
salaboy b8b5655328
Orchestrating Cloud Events Meetup Blog Post (#2882)
* Create orchestrating-cloud-events-with.md

* removing trail white-space

* more trailing white spaces

* fixing CloudEvents, Cloud Native and Hugo metadata

* Update orchestrating-cloud-events-with.md

* Youtube URL update

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* Fixing Typo

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* Fixing typo

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* rephrasing to make it more clear

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* fixing typo

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* using status instead of states

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* making it shorter and to the point

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* lower case

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* adding YouTube demo at the end

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* break in sentence

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* Update orchestrating-cloud-events-with.md

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>
2020-10-14 09:07:31 -07:00
Kenjiro Nakayama 9af00c07e2
Do not add visibility label to Route (#2906)
* Do not add visibility label to Route

Although https://knative.dev/docs/serving/cluster-local-route/
explains to add the visibility label to `Route`, the label on `Route` is
removed because Route takes over Ksvc's label.

Please see:
```
$ kubectl label route hello-example serving.knative.dev/visibility=cluster-local
route.serving.knative.dev/hello-example labeled

$ kubectl get rt --show-labels
NAME            URL                                        READY   REASON   LABELS
hello-example   http://hello-example.default.example.com   True             serving.knative.dev/service=hello-example
```

If users deployed the app by Route + Configuration instead of Ksvc
this makes sense but it is very rare (I think) and we should remove
this instruction.

* Revert "Do not add visibility label to Route"

This reverts commit 8a79c17df4.

* Add explanation when used route without KSvc

* Fix typo
2020-10-14 08:52:31 -07:00
savitaashture c80a5cc3e9
[multi-container]Add samples for multi container support (#2732)
* [multi-container]Add samples for multi container support

* Fix review comments

* Fix CI issue

* Fix review comments

* Fix review comments

* Removed trailing whitespaces

* Addressed review comments and updated go version to use 1.15 instead of 1.13

* Addressed review comments
2020-10-13 09:25:30 -07:00
Dave Protasowski 139b047371
drop serving v1beta1 and v1alpha1 APIs (#2887)
* drop v1beta1 and v1alpha1

* api doc should reference v1 API

* drop v1alpha1 manually
2020-10-13 08:29:30 -07:00
Matt Moore 29aafb6e57
upgrade to latest dependencies (#2921)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-12 13:59:17 -07:00
capri-xiyue 04fbc3fa92
Update SinkBinding docs to use v1 (#2918) 2020-10-12 11:55:17 -07:00
Matt Moore 7d77b253b5
Update common github actions (#2912)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-12 09:25:17 -07:00
Lionel Villard 13f2124921
Add ZenDesk and Slack to the list of sources (#2929) 2020-10-12 06:31:16 -07:00
Zhimin Xiang 0f436f9248
Explicitly point out not installing ns-cert component for http01 challenge (#2890)
* explicitly point out not installing ns-cert component for http01 challenge

* fix format

* address comments
2020-10-12 05:46:16 -07:00
Kenjiro Nakayama ccb8363b92
Fix default installation without sidecar injection (#2775) (#2886)
* Fix default installation without sidecar injection

manifest apply no longer exists in istioctl CLI.
Add runAsRoot to allow targetPort creation bellow 1024.

* Remove the asRoot

Use targetPort instead of asRoot CLI parameter

* Remove manifest to istioctl
2020-10-11 20:49:16 -07:00
Kenjiro Nakayama ac7d8afd7b
Bump to Istio 1.7 for tested version (#2926) 2020-10-10 02:40:15 -07:00
Victor Agababov 96cbd6664f
Our docs represent how we write code (#2925)
We want them to look like good code :-)
So brush the autoscale example
2020-10-09 18:47:22 -07:00
Carlos Santana cac638fd0f
Release notes for Knative 0.18 (#2877)
* Release notes for Knative 0.18

* remove extra text for pr numbers
2020-10-09 09:30:22 -07:00
Matt Moore 66b1ca1c37
Switch the base JRE to one that supports multiple architectures. (#2913) 2020-10-08 17:35:21 -07:00
RichieEscarez e12f17bea1
fix typo (#2919) 2020-10-08 16:41:21 -07:00
Tara Gu 5d63fb87e6
Add documentation for max-scale-limit (#2860)
* Add documentation for max-scale-limit

* Review

* add 'the'

* Review
2020-10-08 16:07:21 -07:00
Paul Morie a6e957bde3
Add blog post on project governance changes (#2873) 2020-10-08 12:21:21 -07:00
Kenjiro Nakayama 929b038305
Fix autoscale-go sample service path (#2896) 2020-10-08 12:09:29 -07:00
Scott Nichols 51b6579dfe
testing update to github action (#2893) 2020-10-08 12:09:21 -07:00
Vincent 4151fa5b22
Fix the broken links for serving and eventing configuration by configmap (#2811) 2020-10-08 09:22:21 -07:00
Pierangelo Di Pilato 61e6696ca0
Change event type in Sequence with Broker example (#2897) (#2916)
If the type of the event isn't changed by the last step in the
sequence the event will be resent to the Trigger that targets
the sequence creating an unwanted loop.

Fixes #2851

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-10-08 09:06:21 -07:00
Pierangelo Di Pilato 40c985f108
Change event type in Sequence with Broker example (#2897)
If the type of the event isn't changed by the last step in the
sequence the event will be resent to the Trigger that targets
the sequence creating an unwanted loop.

Fixes #2851

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-10-08 08:34:21 -07:00
Pierangelo Di Pilato 39e502def4
Remove Eventing Migration (#2898)
- `ContainerSource` is still supported, so there is no migration to do.
- `CronJobSource` has been removed in 0.13.

Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-10-07 07:40:21 -07:00
Scott Nichols a5c233f793
apiserversource is now v1 (#2903) 2020-10-07 07:31:21 -07:00
capri-xiyue 44f48560a4
updating ApiServerSource example to use v1 (#2880)
* updating ApiServerSource example to use v1

* changed apiserversource.md to v1 apiserversource

* changed badge to v1
2020-10-06 17:44:20 -07:00
Ashleigh Brennan 1d46f99575
Updated landing page (#2863)
* Updated landing page

* fix images location

* fix image locations

* remove old links
2020-10-06 10:41:20 -07:00
Kenjiro Nakayama 58c473597c
Fix Istio installation for CI (#2889)
* Import net-istio

* Run hack/update-deps.sh

* Update test/e2e-test.sh

* Fix mistake

* Update go.mod and re-run hack/update-deps.sh
2020-10-06 12:10:01 -05:00
Julian Friedman e4d95cdf07
Make feature flag doc less misleading (#2878)
While it's technically true that we pick the first container with a
port, this is because we only allow exactly one container to _have_ a
port.
2020-10-01 11:02:29 -07:00
Matt Moore ab5a28421e
Update common github actions (#2875)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-01 06:11:29 -07:00
Matt Moore 812c402cb8
upgrade to latest dependencies (#2876)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-01 05:54:29 -07:00
Carlos Santana c286734995
hello-world java spark using kn and tabs (#2834) 2020-09-30 23:53:29 -07:00
RichieEscarez cf4781ecdc
API docs for 0.18 docs release (#2867)
* API build for 0.18 serving and eventing

* fix for ref docs restructure

* add eventing-contrib and auto trim whitespace

* manually remove whitespace and add that to the instructions

* fix nav ordering

* remove whitespace
2020-09-30 13:38:29 -07:00
Kenny Leung 928470b210
Update OWNERS_ALIASES (#2874)
Remove self from install-eng-reviewers list.
2020-09-30 12:24:29 -07:00
Markus Thömmes fefa4c5a8f
Add tested Istio version for clarity (#2872)
* Add tested Istio version for clarity

* Adjust to 1.4
2020-09-30 10:41:29 -07:00
RichieEscarez 156bccd307
remove Sams permissions (#2869) 2020-09-30 07:47:29 -07:00
Matt Moore c0f3e4eca0
upgrade to latest dependencies (#2865)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-09-30 07:37:29 -07:00
Julian Friedman 8db736a146
Document Scale Down Delay (#2857)
* Document Scale Down Delay

* capital change
2020-09-30 06:59:29 -07:00
Markus Thömmes 1ed08d39c0
Add global configuration for target-burst-capacity and some corrections (#2871)
* Add global configuration for target-burst-capacity

* Correct some of the information
2020-09-30 00:18:29 -07:00
Mike Petersen 7b385ee689
Added note about the configmap not being complete (#2837) 2020-09-29 23:02:29 -07:00
Pierangelo Di Pilato d91a14d0fc
Align example output (#2835)
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2020-09-29 14:53:28 -07:00
arturenault d25b707820
Add documentation for disabling AutoTLS per service/route via annotation (#2838) 2020-09-28 07:30:45 -07:00
María Cruz 9ea53f25c7
Adding a section about new releases blog (#2795)
* Adding a section about new releases blog

* Update blog/README.md

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

* Update blog/README.md

Co-authored-by: Mike Petersen <mpetason@gmail.com>

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
Co-authored-by: Mike Petersen <mpetason@gmail.com>
2020-09-28 06:59:45 -07:00
Matt Moore 2816194fe7
upgrade to latest dependencies (#2862)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-09-28 06:47:45 -07:00