Commit Graph

1238 Commits

Author SHA1 Message Date
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
mattmoor-sockpuppet 048830e413 Format markdown (#1500)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-21 09:15:49 -07:00
Chi Zhang 0f65e1e1a1 Update broker-trigger.md (#1488)
The link was not correct, update with the correct link.
2019-06-20 15:11:33 -07:00
Grant Rodgers 82575bd2e4 Add new RoleBindings to broker manual setup (#1490)
* Add new RoleBindings to broker manual setup

These were added in https://github.com/knative/eventing/pull/1426.

* Remove commands added by accident
2019-06-20 11:02:00 -07:00
RichieEscarez e7ce5c6222 import 05 blog post (#1464)
* 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>
2019-06-20 09:13:59 -07:00
mattmoor-sockpuppet 5f67911814 Format markdown (#1494)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-20 07:31:01 -07:00
Ryan Dawson 5f7edc70bb clarify when to send direct to broker (#1450)
* Update README.md

* move up note as suggested by review

* add link for sources
2019-06-19 10:13:58 -07:00
Doug Davis 7859895de6 Don't show event-display as a source (#1477)
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>
2019-06-19 07:42:58 -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
Katherine Jackson 9f19fb57dd Changes the link to install the SDK to a link that has install files+instructions. (#1485)
Signed-off-by: Katherine Jackson <katjackson@google.com>
2019-06-18 16:47:47 -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
Scott Nichols 7de9fe79f4 rename knative/eventing-sources to knative/eventing-contrib (#1433)
* rename knative/eventing-sources to knative/eventing-contrib

* revert gcr.io rename until next release.
2019-06-17 16:27: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
sebgoa 98b33c77c6 Set pilot memory request lower for lean install (#1447)
Since `istio-lean` should not be used for production deployment, this PR sets the Istio pilot memory request to 128Mi from 2Gi ...
2019-06-13 10:25:44 -07:00
Ashleigh Brennan 6b9860e466 removed Minishift installation docs (#1427)
* removed Minishift installation docs

* removed Minishift installation docs link from readme
2019-06-12 11:11:44 -07:00
Dan Gerdesmeier 0cdad17da4 Update community samples to use v1beta1 APIs (#1430)
Replace the use of `runLatest` with `template`.
2019-06-12 10:42:43 -07:00
Vincent 0890e58b75 Update the Istio version from 1.1.3 to 1.1.7 (#1412) 2019-06-12 10:29:43 -07:00
mattmoor-sockpuppet a5aef292d2 golang format tools (#1455)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
2019-06-12 07:53:43 -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 e406c71542 Format markdown (#1444)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-06-10 09:54:42 -07:00
Matthias Wessendorf af55d51614 Moving kafka src and contrib (#1431)
* repo is now contrib

* new location for Apache kafka source
2019-06-09 09:50:41 -07:00
chaodaiG ae7836c70b Fix e2e tests by using url instead of domain (#1437) 2019-06-08 11:58:41 -07:00
Matthias Wessendorf 697630d651 💄 polish documentation to use eventing 0.6.0 (#1416) 2019-06-07 16:49:40 -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