* Community - move frontmatter into README
* Serving - move frontmatter into README
* swap readfile calls from README.md to index.md
* Eventing - move frontmatter into README
* Building and deploying the sample
replace this: To find the IP address for your service, use. If your cluster is new, it may take sometime for the service to get assigned an external IP address.
with this:
To find the IP address for your service, use.
Note If your cluster is new, it may take sometime for the service to get assigned an external IP address. Instead of rerunning the command, you can add --watch to the command below to view the component's status updates in real time. Use CTRL+C to exit watch mode.
* Building and deploying the sample
Incorporating suggested changes. Moved Note below the command to find the IP address. Changed sentences to take the form of To do/make etc.
Created a Removing the sample section
* undo the added title: Removing the sample
Accidental additional section for ## Removing the sample app deployment
Add reference to External-IP in To make a request to your app
* Update serving/samples/helloworld-java/README.md
change sometime to some time
Co-Authored-By: janitha09 <janitha_j@hotmail.com>
* Remove $ prefix on commands
The knative style guide prefers this formatting.
* Clean up whitespace
* Revert line continuation, which is unnecessary
* 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
* 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)
* 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
* Java samples gives 404
it should point to the `java-spring` sample
* fix missing spark and "all samples" links
* remove title (move to _index.md)
* add missing _index.md
* qualify Java sample