* Update order of files in example (#1501)
Updating kubernetes secret creation instruction to correctly show which file should hold which data, ie. certificate on `cert.pem` and private key on `cert.pk`.
* Update link for Knative Install on OpenShift via Operator (#1511)
* Initial additions for minScale and maxScale annotations
* minor corrections from feedback and updated information about configuring HPA
* minor updates
* updated link to blog
https://github.com/knative/eventing/pull/1321 introduces `PodTemplateSpec` to `ContainerSourceSpec`.
This feature will be out in 0.7.x.
Update documentation to reflect the `template` field.
* sequence with broker
* add sequence -> sequence sample
* sequence wired to event display
* terminal sequence
* first two examples moved to new v1beta1 services + cascading changes
* fix sequence2sequence to use v1beta services / default ns
* fix broker example to use v1beta1 service + default ns
* Address PR feedback
* add a pointer to vaikas-google/transformer sample
* update transformer image refs to latest
* address PR feedback
* move overview before prerequisites, add link to main sequence page
* Update path in prerequisites command (#1404)
Was trying to run through the Prerequisite commands and noticed that the `cd` command had the incorrect path.
```
❯ git clone -b "release-0.6" https://github.com/knative/docs knative-docs
cd knative-docs/serving/samples/grpc-ping-go
Cloning into 'knative-docs'...
remote: Enumerating objects: 27, done.
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 10590 (delta 9), reused 12 (delta 5), pack-reused 10563
Receiving objects: 100% (10590/10590), 25.08 MiB | 14.92 MiB/s, done.
Resolving deltas: 100% (6409/6409), done.
cd: no such file or directory: knative-docs/serving/samples/grpc-ping-go
```
This PR updates that command to the correct path.
* Fixing a path to the istio installation docs (#1453)
* Update to use `tag` instead of `name` in traffic (#1493)
* import 05 blog post
* Update blog/releases/announcing-knative-v0-5-release.html
Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>
It's not a source, it's a sample Sink. And since it's just a sample
Sink we shouldn't include it in the docs as something people should install
as part of a default install process for core Knative.
Signed-off-by: Doug Davis <dug@us.ibm.com>
* cherry pick pr#1418
* Update README.md to remove dead link (#1397)
Removed a dead link on "Picking the Right Solution" which was going to a 404 page. Based off feedback from #1382 for which link to use.
* cherry pick pr#1356
* Fix typo (#1360)
* pr#1351
Our controller does resolution of tags to digests, which has been a
source of confusion. This documents the fact that we do it, why we do
it, and how to configure the controller to work around common issues.
* Added autoscaling and scale-to-zero docs
* Adding autoscaling and scale-to-zero docs
* Minor changes to address review comments
* updated link in README