* 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