Commit Graph

1415 Commits

Author SHA1 Message Date
Ahmed Al-Shirbiny (theShirbiny) 3f05f5286b fix paths (#1611) 2019-07-23 09:19:35 -07:00
Ville Aikas 967b01545b fix incorrect link format (#1605) 2019-07-19 09:46:29 -07:00
Ville Aikas edc4a4a0ed sequence with broker works, update docs (#1606) 2019-07-18 17:00:28 -07:00
Adriano Cunha 2e3285516e Remove Erik and Nikhil from Productivity Reviewers (#1603) 2019-07-16 16:15:27 -07:00
mattmoor-sockpuppet 14cb5fb401 Format markdown (#1600)
* Format markdown

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

* Remove backticks

The indentation and backticks are redundant, so the backticks show up in the `<pre>` block.
2019-07-16 07:14:28 -07:00
nbkrause e850446660 Add Documentation for Install Knative with Ambassador (#1594)
* Add instructions for installing Knative with Ambassador

Signed-off-by: nbkrause <krausenoah@gmail.com>

* Update style

Signed-off-by: nbkrause <krausenoah@gmail.com>

* typo fixes

* Update and alphabetize installation options

Signed-off-by: nbkrause <krausenoah@gmail.com>

* Fix title

Signed-off-by: nbkrause <krausenoah@gmail.com>

* Link to Knative-Ambassador docs
2019-07-15 15:03:27 -07:00
mattmoor-sockpuppet 45259429a0 Format markdown (#1598)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-07-12 07:16:37 -07:00
Joan Edwards 110a835d80 Updating image path for OpenShift install docs (#1587)
* Updating image path for OpenShift install docs

* Update Knative-with-OpenShift.md
2019-07-11 11:42:25 -07:00
RichieEscarez 6efd60b4a0 movemenutoconfig (#1589) 2019-07-10 10:41:10 -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
RichieEscarez 71ff376356 07 api from new version of script (#1571)
* 07 api from new version of script

* fix broken link
2019-07-09 14:19:57 -07:00
Chi Zhang 19ad1b32ce Remove Istio requirement for Eventing (#1579)
Eventing did not require Istio from v0.6.
2019-07-09 13:32:58 -07:00
Katherine Jackson 58c15d362a Removes references to a invalid sample file. Fixes #1457. (#1584) 2019-07-09 12:21:55 -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
Ahmet Alp Balkan 56586dbb26 reference: fix api grouping in reference docs (#1561)
This bumps the `gen-crd-api-reference-docs` to v0.1.5 which has two notable
fixes impacting Knative:

1. Prevent types in same apiGroup but different apiVersion (e.g v1beta1 vs
   v1alpha1) from grouped together.
2. De-duplicate the apiGroups list when types belonging to that api group come
   from different Go packages.

Fixes #1559.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-07-01 13:10:19 -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
Sam O'Dell 38111f9530 remove kubectl get pods for eventing sources (#1557) 2019-06-28 15:28:07 -07:00
RichieEscarez 48d71201c8 New07api (#1558)
* new 07 API with eventing-contrib

* manually fix HTML links and dup pkgs

* update readme to mention manual updates
2019-06-28 15:21:07 -07:00
Ahmet Alp Balkan eb734da7cb gen-api-reference-docs: fixes for eventing-contrib (#1552)
This updates to a recent version of gen-crd-api-reference-docs and allows
customizing the -api-dir option so that the docs for theeventing-contrib repo
can be generated.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-06-28 15:17:07 -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
mattmoor-sockpuppet d0bd1ffe9b Format markdown (#1556)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-28 07:59:07 -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
Joan Edwards a1adc42fc2 Fix broken link in Install Knative doc (#1553) 2019-06-27 16:30:06 -07:00
Joan Edwards 4e51f35c21 Update Image for Install Knative on OpenShift (#1551) 2019-06-27 14:20:07 -07:00
Joan Edwards abf1d1ba4e Knative Install on OpenShift (#1520)
* Knative Install on OpenShift

* Update Knative-with-OpenShift.md
2019-06-27 13:06:07 -07:00
Matt Moore 595c6e86ef Revert the use of Serving v1beta1. (#1545) 2019-06-27 11:06:07 -07:00
mattmoor-sockpuppet d284c36655 Format markdown (#1549)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-27 07:24:10 -07:00
RichieEscarez a175c42678 add _index.md to sequences (#1543) 2019-06-26 17:43:06 -07:00
RichieEscarez 2491c56e56 change list to releases landing page (#1540) 2019-06-26 16:51:05 -07:00
RichieEscarez 75c6e88fa8 Clarify "event sources" NOT "Knative eventing sources" (#1535)
* clarify eventing resources (not just sources)

* Update docs/eventing/debugging/README.md

Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>
2019-06-26 15:32:06 -07:00
RichieEscarez 6204204d43 New 0.7 API docs (#1529)
* 0.7 API docs

* create temporary eventing-contrib redirection
2019-06-26 12:29:06 -07:00
Katherine Jackson 5c00c408ff Fixes broken link mentioned in bug 1460 (#1524) 2019-06-26 10:35:06 -07:00
Scott Nichols 8cbfa1e9b3 There is no longer a eventing-sources release. (#1532) 2019-06-26 09:18:06 -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
Owen Ou ccfa98c71d Update container source documentation with `template` field (#1491)
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.
2019-06-25 11:00:14 -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
Ville Aikas c050da8bb5 Add docs / samples for Sequence (#1481)
* 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
2019-06-25 10:46:09 -07:00
mattmoor-sockpuppet 80ab0ac297 Format markdown (#1518)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-25 07:21:08 -07:00
Katherine Jackson 5f44369638 Added yaml contents to doc. Fixes issue 1473 (#1514)
* Added yaml contents to doc. Fixes issue 1473

* Formatting and content updates to previous commit
2019-06-24 11:23:06 -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
Chi Zhang bcf6726a91 update BrokerTrigger.md for master branch: (#1504) 2019-06-21 19:57:24 -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
Joan Edwards b5c71410c0 Update README.md (#1499) 2019-06-21 09:52:48 -07:00