Commit Graph

1346 Commits

Author SHA1 Message Date
Dan Gerdesmeier 4774f79875 Update sample to use the new URL field (#1121)
* Update sample to use the new URL field

This updates the blue green sample to use the new URL field instead of
asking the user to query a fixed URL.

Fixes #1078

* Update docs/serving/samples/blue-green-deployment.md

Co-Authored-By: dgerd <dangerd@google.com>

* Update docs/serving/samples/blue-green-deployment.md

Co-Authored-By: dgerd <dangerd@google.com>
2019-04-05 15:33:57 -07:00
Nikhil Barthwal 8c7a02c96f Update dep for test-infra (#1145) 2019-04-05 15:06:57 -07:00
DeWitt Clinton 90cce3fe05 Add Ryan Gregg to the Knative Steering Committee (#1141)
Google nominated, and the steering committee approved, the nomination of Ryan Gregg (github.com/rgregg) to fill their allotted and vacant seat.
2019-04-03 14:34:55 -07:00
Matt Moore c99dce1d81 Reflect #api channel rename to #serving-api (#1140) 2019-04-03 14:11:56 -07:00
Ryan Gregg 13da240891 Proposal: Update for Knative Governance [WIP] (#1017)
* Update for governance proposal

* Add credit to Kubernetes source doc

* Adding the TBD seats with my proposed allocations.

* Clean up formatting

* Clarify meeting frequency

* Clarify voting requirements

* Update w/ feedback

* Clarify who to contact

* Updates from feedback

* Add committee term duration

* Define procedure for changing charter

* Rebase on master

* Fix location of repo guidelines

* Fix page index

* Remove extranous sample files
2019-04-03 13:32:37 -07:00
Dan Gerdesmeier b9c4445c15 Updated generated documentation for serving (#1120)
Update generated documentation to commit 0be6e87 in
preparation for cutting 0.5.
2019-04-03 12:39:56 -07:00
Sam O'Dell 5ec15df0f9 Update PR template with branch info (#1128)
* Update PR template with branch info

* Update with suggestions from Richie
2019-04-03 11:02:56 -07:00
RichieEscarez d304cc7758 delete old version of site landing page (#1132) 2019-04-02 15:08:55 -07:00
Sam O'Dell e7a7fe9431 Eventing v0.5 updates (#1125) 2019-04-02 13:34:56 -07:00
Joan Edwards 350855d401 Fix 'verion' mispelling in check-install-version (#1122)
Relates to [Issue #1119](https://github.com/knative/docs/issues/1119)
* 'verion' typo fix
* removed unnecessary article 'a' in line 33
2019-04-01 16:10:55 -07:00
Adam Harwayne 24be4447dd Update the kubernetes-event-source example to use Broker, rather than Channel. (#1091)
* Update the kubernetes-event-source example to use Broker, rather than Channel.

* Simplify busybox.

* Update docs/eventing/samples/kubernetes-event-source/README.md

Co-Authored-By: Harwayne <harwayne@google.com>

* Update docs/eventing/samples/kubernetes-event-source/README.md

Co-Authored-By: Harwayne <harwayne@google.com>

* Specify k8s-events.yaml.
2019-04-01 15:03:55 -07:00
Adam Harwayne 335374775f Update the GcpPubSubSource example to use Broker, rather than Channel. (#1049)
* Update the GcpPubSubSource example to use Broker, rather than Channel.

* Small updates.

* Add a message for the updated ClusterRole.

* Point to 0.5.0 URL, a not-yet-active URL.
2019-04-01 14:44:54 -07:00
Adam Harwayne 88f3afba53 Update the iot-core demo to use Broker rather than Channel (#1103)
* Update the iot-core demo to use Broker rather than Channel. Also remove ko and kail usage.

* Update docs/eventing/samples/iot-core/README.md

Co-Authored-By: Harwayne <harwayne@google.com>
2019-04-01 14:25:56 -07:00
mattmoor-sockpuppet cb504f078a Format markdown (#1123)
* Format markdown

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

* Revert bad diff
2019-04-01 11:56:55 -07:00
Vincent Batts 1c2a4f5fd6 build: code block was smooshed (#1124)
the code block formating got smooshed into the paragraph above

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-04-01 11:29:55 -07:00
RichieEscarez 013b186666 Resolving bad merge with cherry-pick (#964) (#1116)
* Resolving bad merge with cherry-pick:
Update traffic splitting example to use Release mode (#964)

* Update traffic splitting example to use Release mode

This change updates the traffic splitting example to use release mode
introducing the concepts of the mode in three steps. This change also
simplifies running the commands and removes the need to mutate files on
disk to run through the example.

* Use envsubst instead of perl. Simplify image path

* Use long names for arguments

* Update diff statement

* Add envsubst install instructions

* remove dup file
2019-03-29 13:51:54 -07:00
Nicola Ferraro 9ebfb0aa7b Update sources to include Apache Camel (#1104) 2019-03-29 12:32:54 -07:00
Lukas Berk b2865f7cb3 Add resource cleanup instructions for several event-source examples (#1039)
cronjob-source - cleanup event source, service
iot-core - cleanup gcpubsub, channel, gcpubsub-source and subscription
kubernetes-event-source - cleanup channel, service account, k8s event, and subscription
2019-03-29 11:46:54 -07:00
sebgoa 4db0a43d08 #fixitfriday website rendering for GKE install (#1115)
fixes #1109
2019-03-29 10:16:54 -07:00
Ashleigh Brennan 1dd806f699 Added details for Camel Source and link to example (#1108)
* Added details for Camel Source and link to example

* Added note about Camel-K requirement for CamelSource and link to installation docs
2019-03-28 10:25:53 -07:00
chaodaiG 1bbdda768c Add unit test to make sure helloworld samples README consistent with source (#1102)
* unclean working version of unit testing

* fix after merging

* rename test file

* remove debugging message

* based on PR comments
2019-03-27 19:23:51 -07:00
Jason Hall 4129d7eaf9 Update WORKING-GROUPS.md (#1101)
Knative Build WG has decided to go to an every-other-week schedule
2019-03-27 13:20:52 -07:00
Ville Aikas 6ad27464f6 add a link to ftp source (#1097)
* add a link to ftp source

* use relative link as per PR review
2019-03-27 12:05:52 -07:00
Ashleigh Brennan 6b021f9020 Add KafkaSource information and link to example (#1099) 2019-03-27 11:48:01 -07:00
Vincent Demeester db8b10137e Update build/auth documentation to document kubernetes.io/* secrets (#1098)
Since v0.4.0 release, knative/build supports additional secrets for
docker registries : `kubernetes.io/dockerconfigjson` and
`kubernetes/dockercfg`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2019-03-27 11:47:52 -07:00
Ville Aikas 320662fa43 fix typo Quele -> Queue (#1100) 2019-03-27 11:11:51 -07:00
chaodaiG 40b64f27f8 refactor e2e test (#1093) 2019-03-27 10:41:52 -07:00
Matthias Wessendorf 05c608e7eb Adding Apache Kafka source ref. (#1090)
* adding the source to yaml

* adding the genrated README file
2019-03-27 10:21:51 -07:00
chaodaiG 6eb034e158 Consolidate helloworld sample apps output and make sure instruction consistent with source code (#1092)
* consolidate helloworld sample outputs

* make sure sources are identical with README

* more correction

* more correction

* syntax fix
2019-03-27 09:55:51 -07:00
chaodaiG 52837ad26a Add e2e tests for kotlin, nodejs, php, python, ruby, and shell sample apps (#1083)
* resolve merge conflict

* add shell

* use comma instead of space as languages separator
2019-03-26 11:44:51 -07:00
RichieEscarez 90056e9aa2 add website files for shell sample (#1087) 2019-03-26 11:25:51 -07:00
chaodaiG 451509735f move shell sample over to docs (#1085) 2019-03-26 10:26:50 -07:00
RichieEscarez 7e55f90416 add site content for secrets sample (#1077) 2019-03-26 09:05:51 -07:00
mattmoor-sockpuppet 6eacdac7d7 golang format tools (#1081)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
2019-03-26 07:33:51 -07:00
chaodaiG 0ca7b238c4 allow emit-metrics flag (#1076) 2019-03-25 22:32:50 -07:00
Mohamed Osman 2fdc4bbed9 Fix getting domain name in Getting Started with Knative App Deployment (#993)
* Fixed getting domain name

Domain information is available in the route resource and not the the knative service. Updating sample command to reflect the change.

Environment GKE 1.11.7-gke.4, Knative 0.4.0

* updated HOST_URL script to use route
2019-03-25 15:50:50 -07:00
Sam O'Dell 2fcf0fa69d Update links to docs repo (#1072)
* Update links to docs repo

* rel links & remove target="_blank" for knative.dev*

* convert urls in blog post to fully qualified

the blog post portion of the site automatically adds in the date and time in the URLs and makes it difficult to use relative urls, better to just use full URL
2019-03-25 15:28:49 -07:00
chaodaiG 789ca781fd Add generic e2e test base for sample apps (#1057)
* table driven test

* fix build error

* add e2e build tag to these files to make them not fail unit test

* update based on PR comment

* switch to yaml based config

* make configFile a const

* Temporarily start knative serving for testing purpose

* This reverts commit 75b8fc434b.
2019-03-25 13:50:50 -07:00
chaodaiG 98fa8e4690 update knative/test-infra to latest (#1060) 2019-03-25 12:10:49 -07:00
mattmoor-sockpuppet 01d4ba31ec Format markdown (#1070)
* Format markdown

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

* Apply suggestions from code review

Co-Authored-By: mattmoor-sockpuppet <mattmoor+sockpuppet@google.com>

* Undo parts of auto-correction that result in diff.
2019-03-24 21:12:49 -07:00
RichieEscarez 9910b8a9ac explicit template types (#1061) (#1064) 2019-03-22 16:14:47 -07:00
Doug Davis c758cd196d Minor change to our upgrade docs (#1059)
People need to delete this one Eventing resource before they can apply
the yaml for the upgrade. W/o this they'll see an error like this:
```
The StatefulSet "controller-manager" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden
```

Signed-off-by: Doug Davis <dug@us.ibm.com>
2019-03-22 15:43:48 -07:00
RichieEscarez 26a9d36413 update list of released versions (#1043)
* update list of released versions

* Update doc-releases.md

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

* convert to a list
2019-03-22 14:37:48 -07:00
RichieEscarez 9efd393cc2 fix the missed blog images (#1055) 2019-03-21 15:02:47 -07:00
Sam O'Dell 976f5cfc7f Add note about retrying install commands (#1051) 2019-03-21 13:02:48 -07:00
Jason Hall 0c820c2551 Point to new ko repo (#1053) 2019-03-21 12:54:50 -07:00
Adam Ross 2ba2412357 serving/samples/hello-world: pin python to 3.7 (#1048) 2019-03-21 09:51:48 -07:00
Adam Ross 51e9616c85 serving/sample/helloworld-php: fix container build error from upstream (#1035) 2019-03-21 09:48:57 -07:00
Adam Ross 9b91636145 serving/samples/helloworld-kotlin: pin gradle to known working version (#1030) 2019-03-21 09:48:48 -07:00
Adam Ross 87c844b70d Remove PORT environment variable from helloworld Dockerfiles (#1019) 2019-03-21 09:39:49 -07:00