Commit Graph

834 Commits

Author SHA1 Message Date
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
Sam O'Dell 4984038306 undo adding explicit install command for in-memory channel provisioner (#1046) 2019-03-21 09:21:50 -07:00
RichieEscarez 0ca2833da3 fix images (#1044) 2019-03-21 09:07:48 -07:00
RichieEscarez 0d7cd5064a retry deleting folder (#1042) 2019-03-20 18:35:46 -07:00
RichieEscarez 2205ab84e6 build version of API docs for 0.4 (#1040) 2019-03-20 14:19:46 -07:00
RichieEscarez 3c04f86ad7 Merge website files into Master (#1025)
* Add front matter to Build files (#833)

* Update README.md

* Adding front matter to builds.md

* Update installing-build-component.md

* Update README.md

Revert changes so Richie can handle this with the index file

* Update builder-contract.md

* Update personas.md

* Update auth.md

* Update creating-builds.md

* Update build-templates.md

* sentence case

* sentence case

* sentence case

* Adding frontmatter to /install/ (#834)

* Adds front matter to Serving (#838)

* Update accessing-logs.md

* Update accessing-metrics.md

* Update accessing-traces.md

* Update cluster-local-route.md

* Update debugging-application-issues.md

* Update debugging-performance-issues.md

* Update gke-assigning-static-ip-address.md

* Update installing-logging-metrics-traces.md

* Update outbound-network-access.md

* Update setting-up-a-logging-plugin.md

* Update using-a-custom-domain.md

* Update using-an-ssl-cert.md

* Update using-cert-manager-on-gcp.md

* Update using-external-dns-on-gcp.md

* site index for fluentd folder (#839)

* add Hugo index files and frontmatter (#840)

* hugo build files for autogen refdocs (#841)

* move resources and readme (#843)

* site: add blog (#837)

* add blog folder

* switch to sentence case

* site: add community and contributing (#836)

* add _index.md files and front matter

* switch to sentance case caps

* fix weights

* Update community/samples/README.md

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

* site: restructure content into a "docs" directory (#842)

* move content into a 'docs' directory

* inject additional 'docs' directory

* site: add build files and front matter to serving samples (#850)

* new _index.md files and front matter

* serving samples + fix urls

* remove file

* add PR#851 - channels (#853)

* Update README.md (#854)

* Remove README.md from all links (#855)

* Remove README.md from all links

* mend

* mend

* mend

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* fix links in community (#857)

* Update _index.md (#856)

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

Adds missing pointer to README

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* revert

* fix build links (#858)

* site: fix eventing links (#859)

* fix eventing links

* Update README.md

* fix install links (#860)

* site: fix serving links (#861)

* fix serving links

* Update using-external-dns-on-gcp.md

* remove hardcoded github link (#863)

* Update README.md (#864)

Fix links by removing md file extensions.

* Fix links (#866)

* Fix links

* Update installing-build-component.md

* Update builder-contract.md

* add missing hello-world directory (#865)

* Link fixes for Build (#867)

* Fix links

* Update installing-build-component.md

* Update builder-contract.md

* Update creating-builds.md

* Update builder-contract.md

* Update builds.md

* Update creating-builds.md

* Update installing-build-component.md

* Update installing-build-component.md

* Update creating-builds.md

* Update creating-builds.md

* Update builds.md

* Update build-templates.md

* convert to Hugo rel link

* Manually run prettier.io (#880)

* Manually run prettier.io

Trying to fix the stuff that hits prettier.io bugs.

* Fix prettier.io issues.

* Revert manual link fixes (use new build script instead) (#927)

* Revert "convert to Hugo rel link"

This reverts commit f1bbc8ebbc.

* Revert "Fix links (#866)"

This reverts commit 3a57ffed62.

* Revert "remove hardcoded github link (#863)"

This reverts commit fb7fdd9383.

* Revert "site: fix serving links (#861)"

This reverts commit f61514c1b4.

* Revert "fix install links (#860)"

This reverts commit 1fcf32b509.

* Revert "site: fix eventing links (#859)"

This reverts commit 880916567e.

* Revert "fix build links (#858)"

This reverts commit 847e08bf2e.

* Revert "fix links in community (#857)"

This reverts commit 0cd5a44baf.

* Revert "Remove README.md from all links (#855)"

This reverts commit 2029c8bccb.

* Revert "Update README.md (#864)"

This reverts commit 072c731155.

* Adding frontmatter to Gloo guide (#939)

*  adding frontmatter; cherry-picking commit into 0.3 (#943)

* Deploy using private registry (#847)

* new doc for deploying with private registry

* update last few steps

* header sizes

* capitalization

* updating with correct registry annotation and small edits

* wording

* formatting

* formatting

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* update based on feedback

* missing <

* adding tic marks for filename

* udpate with helloworld-go sample

* add testing application

* update return from helloworld app

* update readme with link to doc

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* adding frontmatter; cherry-picking commit into 0.3

* Update Knative-with-Minishift.md (#988)

Update to correct title (Openshift > Minishift), as mentioned by Ashleigh in the Docs WG.

* add type:docs + enable relative links (#990)

* Deleting an unnecessary file

accidentally copied in extra file

* update ref docs api build script and files (#997)

* all links must have ./ (#1004)

* all links must have ./

* Update contributing/README.md

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

* Update contributing/README.md

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

* Update for clarity

* Update README.md

Fixing my poorly formatting suggestion

* ref tool steps + script (#1008)

* Incorporate edits from #1008 (#1010)

* Incorporate edits from #1008

* Add "contributor" info link

* page-by-page link check fixes (#1024)

* update readmes - source and site versions

* rename file to fix left nav

* rename file and remove folder to fix left nav
2019-03-20 13:48:47 -07:00
Stephen Chen 2a55e5c4ef fix serving directory path (#1015) 2019-03-18 08:25:46 -07:00
RichieEscarez 004da8feba site: insert 'docs' container folder at root (for knative.dev) (#1007)
* insert 'docs' container folder for website

* resolve presubmit test issues
2019-03-15 17:04:45 -07:00
Ahmet Alp Balkan 0b7f8ff519 hack: update ref docs gen script to cleanup tmp dirs (#1001)
Adding an EXIT trap to cleanup the /tmp directories containing

1. cloned knative repos (can be huge, especially going forward)
2. `gen-crd-api-reference-docs` tool's repo + built binary

Fixes #1000.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-03-15 14:03:44 -07:00
Ahmet Alp Balkan 3a0241929d hack: configurable repo refs for api docs gen (#998)
The API docs generation script can now be called with non-hardcoded commit/tag
refs.

	KNATIVE_SERVING_COMMIT=v0.4.0 \
	  KNATIVE_BUILD_COMMIT=v0.4.0 \
	  KNATIVE_EVENTING_COMMIT=v0.2.1 \
	  KNATIVE_EVENTING_SOURCES_COMMIT=v0.2.1 ./gen-api-reference-docs.sh

This should ease docs releases a tiny bit.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-03-15 13:51:44 -07:00
Dan Gerdesmeier 1a8a63dbff 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
2019-03-15 13:06:46 -07:00
Khurram Baig 5c55756268 Update Eventing cronjob-source for Cloudevents (#1006)
Updates the documentation for cronjob-source sample to latest output.
Output has changed due to the adoption of  cloudevents.io by eventing.
2019-03-15 09:35:44 -07:00
Sam O'Dell 441dd410b4 Update issue templates -- delete extra template, add security note (#1003) 2019-03-14 18:16:43 -07:00