Commit Graph

108 Commits

Author SHA1 Message Date
RichieEscarez 0551f81dae fix broken links (#1666)
* fix broken links

* set to branch release

* fix image URLs too
2019-08-08 13:10:58 -07:00
RichieEscarez e1a90c498b remove knative build from everywhere (#1656) 2019-08-08 08:42:56 -07:00
mattmoor-sockpuppet 772552dbb7 Format markdown (#1647)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-08-05 07:15:55 -07:00
Dan Gerdesmeier f8670df188 Add Knative API Specification (#1642)
* Add Knative API Specification

Adding a Markdown formatted version of the approved Knative API
Specification to the repository. Once this is checked in it will replace
the Google Doc found here:
https://docs.google.com/document/d/1UHT3W61tbX1qnEPA0qtoNUACki0d8FkXJ10JHOQu9uU/edit#

* Fix code reivew comments

* missed two
2019-08-02 16:10:47 -07:00
Sam O'Dell 14bfd75491 Sam fixes some links (#1641)
* Link fixes

* mend
2019-08-02 13:48:44 -07:00
Grant Timmerman 2e839ace71 feat: Use latest Node LTS for samples (#1640) 2019-08-02 11:13:44 -07:00
RichieEscarez 02056e77d3 revert to README.md to prevent index/_index conflict (#1637) 2019-08-01 18:54:45 -07:00
RichieEscarez 9a92f43ca2 Fix rendering issues due to nested shortcodes (#1596)
* Community - move frontmatter into README

* Serving - move frontmatter into README

* swap readfile calls from README.md to index.md

* Eventing - move frontmatter into README
2019-08-01 09:38:43 -07:00
Adam Ross beec8a7eeb serving/samples: update helloworld-php to php 7.3 (#1625) 2019-07-31 11:19:43 -07:00
mattmoor-sockpuppet 0ef8366c97 Format markdown (#1621)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-07-28 11:00:04 -07:00
Ryan Gregg 2e9f051c77 Rewrite topic (#1617) 2019-07-25 09:40:36 -07:00
janitha09 f6f38836df Building and deploying the sample (#911)
* 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
2019-07-24 16:24:36 -07:00
Ahmed Al-Shirbiny (theShirbiny) 3f05f5286b fix paths (#1611) 2019-07-23 09:19:35 -07:00
mattmoor-sockpuppet 2ade01b621 Format markdown (#1590)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-07-10 09:05:11 -07:00
Katherine Jackson 0ff95f4ffe Removes links to non-existant files. Fixes #1563. (#1582) 2019-07-09 10:09:54 -07:00
mattmoor-sockpuppet df32d80c14 Format markdown (#1573)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-07-03 22:02:34 -07:00
Yanwei Guo 68a0ba0d53 Update logs metrics (#1568)
* update docs

* change subtitile

* fix image

* fix image

* address comment
2019-07-02 15:27:33 -07:00
mattmoor-sockpuppet 9618355695 Format markdown (#1567)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-07-01 09:50:20 -07:00
Katherine Jackson cbeff6ea7f Content and Formatting Changes to Knative Kubernetes Services (#1522) (#1536)
* Document edit for issue 1522

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Addressing review comments for issue 1522

* Addressing review comments for issue 1522

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>

* Update docs/serving/knative-kubernetes-services.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>
2019-06-28 10:55:06 -07:00
Gabriel Mukobi a886c2eaba Fix a small grammatical error (#1554)
Changed
"resource maps a network endpoint to a one or more revisions"
to 
"resource maps a network endpoint to one or more revisions"
2019-06-27 20:18:06 -07:00
Matt Moore 595c6e86ef Revert the use of Serving v1beta1. (#1545) 2019-06-27 11:06:07 -07:00
mattmoor-sockpuppet 14dcc2b9cb Format markdown (#1531)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-26 07:36:07 -07:00
Sam O'Dell 31c0374ae4 Install updates -- v0.7.0 (#1525)
* Update git clone commands in samples

* Update release for eventing, eventing-contrib, and serving (skip build)

* Update release for eventing, eventing-contrib, and serving (skip build)

* Update release for eventing, eventing-contrib, build and serving

* Remove references to clusteryaml.yaml file
2019-06-25 18:01:05 -07:00
Sam O'Dell 64862118d5 Cherrypick release-0.6 --> master (#1523)
* 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)
2019-06-25 13:31:05 -07:00
Mike Helmick 6092d1fde1 Update documentation for httpsRedirect to include the redirect in the http section and not the https section. (#1463) 2019-06-25 12:02:05 -07:00
Vincent 97b3c20157 Replace service.yaml with the correct contents (#1378)
* Replace service.yaml with the correct contents

* edit for clarity, domain as req., PR #1202

* Update docs/serving/samples/gitwebhook-go/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Apply suggestions from code review

Co-Authored-By: RichieEscarez <rescarez@google.com>
2019-06-25 11:59:06 -07:00
Ashleigh Brennan 45f78619e2 Initial additions for minScale and maxScale annotations (#1468)
* Initial additions for minScale and maxScale annotations

* minor corrections from feedback and updated information about configuring HPA

* minor updates

* updated link to blog
2019-06-25 11:18:06 -07:00
Thomas Shafer 6bbafd52ae Add documentation for the different knative services and deployments (#1467)
that are running on a kubernetes cluster after installing knative 0.6.0.
2019-06-25 11:00:07 -07:00
mattmoor-sockpuppet 57b21348ea Format markdown (#1513)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-24 07:16:06 -07:00
Sam O'Dell 8c5d4fa94f Cherry-pick batch release-0.6 --> master (#1503)
* 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)
2019-06-21 16:20:22 -07:00
mattmoor-sockpuppet 8e20be6848 Format markdown (#1487)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-19 07:27:59 -07:00
Matt Moore 7ad28abafb Move all serving stuff to v1beta1 apiVersion (#1483)
* Clean up some stragglers to the beta shape.

* Migrate all serving apiVersion to v1beta1.
2019-06-18 15:31:46 -07:00
mattmoor-sockpuppet f2efe949a4 Format markdown (#1469)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-14 09:56:43 -07:00
Jean-Rémy Bancel 473d617383 Update logging plugin docs (#1421) 2019-06-13 10:32:44 -07:00
mattmoor-sockpuppet a8f4c5da60 Format markdown (#1456)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-12 07:20:43 -07:00
Vincent c9e1f2c935 Improve the documents for the knative routing example (#1383) 2019-06-11 10:38:43 -07:00
Matt Moore d1733f7a2c Migrate serving samples away from features disabled in 0.7. (#1439)
Eliminate several samples using JIT Builds.

Stop using `.status.domain` everywhere.

Fixes: #1438
2019-06-10 16:12:42 -07:00
mattmoor-sockpuppet 1531c94cd1 Format markdown (#1424)
* Format markdown

Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`

* Remove redundant bullet
2019-06-06 09:19:41 -07:00
RichieEscarez 7216b39d93 cherrypick changes from release-0.6 to master (#1422)
* 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
2019-06-05 20:30:39 -07:00
mattmoor-sockpuppet 15ba346974 Format markdown (#1414)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-04 09:45:38 -07:00
jonjohnsonjr e18e56b0ad Document serving tag resolution (#1260)
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.
2019-06-03 09:05:34 -07:00
mattmoor-sockpuppet ac25fe3a46 Format markdown (#1411)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-03 08:44:33 -07:00
Ashleigh Brennan 66a2e88c19 removed unnecessary H1 from autoscaling docs (#1408) 2019-05-31 17:44:32 -07:00
Vincent 3a62896605 Fix the wrong information in grpc example (#1380) 2019-05-31 17:41:33 -07:00
mattmoor-sockpuppet 2d654d1fd6 Format markdown (#1403)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-31 09:04:37 -07:00
Ashleigh Brennan b48f1828f0 Added autoscaling docs and scale-to-zero details (#1363)
* Added autoscaling and scale-to-zero docs

* Adding autoscaling and scale-to-zero docs

* Minor changes to address review comments

* updated link in README
2019-05-31 09:01:33 -07:00
RichieEscarez 987c98034c Fix typo in redirect (#1401) 2019-05-31 08:34:33 -07:00
Adam Ross 0d5b492392 service/samples: add .dockerignore to samples with local build disruption risk (#1392)
* service/samples: add .dockerignore to samples with risk of local build interference

* serving/samples: .dockerignore readme text update

* Update docs/serving/samples/hello-world/helloworld-csharp/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Update docs/serving/samples/hello-world/helloworld-nodejs/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Update docs/serving/samples/hello-world/helloworld-python/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Update docs/serving/samples/hello-world/helloworld-php/README.md

Co-Authored-By: Evan Anderson <evan.k.anderson@gmail.com>
2019-05-30 17:36:31 -07:00
Adriano Cunha 65adb947ae Fix markdown (#1395)
* Fix markdown

* Fix all indentations in numbered lists

* add additional "space" indentation for #1202
2019-05-30 11:00:36 -07:00
sebgoa eaa9bbf59b Fix: Java samples gives 404 (#1396)
* 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
2019-05-30 10:49:33 -07:00