* 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>
* 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
* [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
* 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
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>
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>
- `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>
* 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
* 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>