Commit Graph

856 Commits

Author SHA1 Message Date
Steren 67eef0f91b
Remove license header (#744)
This is a 30 line trivial hello world, a 15 line license header adds unnecessary complexity.
Many other samples do not include a license header.
The license is already captured at the root of the repository.
2019-01-10 15:06:26 -08:00
Adriano Cunha 49126fcc43 Add real build/unit presubmit tests (#734)
Addresses #66.
Addresses #67.

* Update test-infra to use the default build/unit test runners, which includes building go code and linting markdown files.
* Remove the integration tests, as they only start Knative Serving, which is irrelevant for this repo.

Bonuses:
* fix unbuildable `grpc-ping-go` sample
* remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
2019-01-10 14:23:42 -08:00
Eric Sauer 4bdb19e384 Adding missing scc binding for istio on openshift (#743) 2019-01-10 12:46:43 -08:00
Sam O'Dell f97bb690fc Update installs to 3.0 releases; fixing error in some install commands (#741) 2019-01-10 11:35:42 -08:00
Brendan 8d25caa761 Fix syntax of Knative install command (#736) 2019-01-10 08:53:42 -08:00
Sam O'Dell 88bd58a7c5 Organizing install guides; adding link to Custom Install guide. (#565)
* Organizing install guides; adding link to Custom Install guide.

* Adding links to samples for all components.

* Updating install versions

* Resolving conflicts, updating README

* update to Serving 0.2.3

* update to Serving 0.2.3

* update to Serving 0.2.3

* update to Serving 0.2.3

* update to Serving 0.2.3

* update to Serving 0.2.3
2019-01-09 20:16:42 -08:00
mattmoor-sockpuppet a6e62ae1ad Format markdown (#721)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-01-09 09:51:42 -08:00
RichieEscarez d7eae8b3fb Add custom install and Knative codelab links (#720)
* Add custom install and Knative codelab links

* remove custom install 

forgot that https://github.com/knative/docs/pull/565/files exists

* remove colon
2019-01-09 09:48:42 -08:00
Doug Davis 7ee2d22014 Tweaks docs to create Istio CRDs first - part 2 (#731)
Continuation of #717 - get the rest of the install docs

Signed-off-by: Doug Davis <dug@us.ibm.com>
2019-01-08 17:34:42 -08:00
Doug Davis 5560ccbb98 Tweaks docs to create Istio CRDs first (#717)
* Tweaks docs to create Istio CRDs first

Closes #540

If people are ok with this change I'll make similar modifications to the other
instruction files too.

Signed-off-by: Doug Davis <dug@us.ibm.com>

* Update Knative-with-IKS.md
2019-01-08 17:06:42 -08:00
Ahmet Alp Balkan df7c2b5dff api-reference: Add API reference docs (#714)
Generated with https://github.com/ahmetb/gen-crd-api-reference-docs and
this patch includes the script to self-serve this process. I hope to improve
this stuff in the future, for now it works fine.

Fixes #636.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-01-08 12:45:41 -08:00
Galo Navarro 0e9baf68aa docs: add AWS SQS source to README (#708)
Signed-off-by: Galo Navarro <anglorvaroa@gmail.com>
2019-01-08 10:34:42 -08:00
zxxa f31d7106a1 Update doc for knative deploy on IBMCloudPrivate (#660)
* Update doc for knative deploy on IBMCloudPrivate

* Simplify IBMCloudPrivate Installation Steps

* Change configuration order

* Re-add lost edits + improvements and fixes

Redo the overwritten commit, clarify security policy steps, fix indentation errors
2019-01-07 15:16:41 -08:00
Steren 1ef00e4f9e Swift sample (#710)
* wift sample

* nodejs -> swift

* newline

* newline

* newline

* Update README.md

Minor wording changes, including:
-Using the present tense (instead of future).
-Using articles and nouns for file names ("kubectl" > "the kubectl command") - better for translation.
2019-01-07 13:37:40 -08:00
Matt Moore fc6ccd7024 Manually run prettier.io (#713)
We've been having issues with prettier.io on one of the autoscaling markdown files, so I manually fixed that file so that it wouldn't trigger the issue and ran prettier.io over the repo using the normal @mattmoor-sockpuppet command.
2019-01-07 09:45:41 -08:00
mattmoor-sockpuppet 0f52b96b7a golang format tools (#711)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
2019-01-07 09:16:41 -08:00
Roland Huß 4108969408 fix(README): tiny cosmetic formatting fix (#703) 2019-01-04 10:18:40 -08:00
Roland Huß ad7a9b9fcb fix(README): "repository" -> "registry" (#704)
I'm supposing you are referring to an image registry here (and not a git repository).
2019-01-04 10:03:40 -08:00
Adam Harwayne 48a13abbfb Event Sources List (#701)
* Initial work on a list of Knative event sources.

* Initial generator code.

* Vendor the yaml.v2 dependency.

* Typo

* Remove new lines.

* Link to Sources.md from README.md.

* Add a warning that this is a generated file to Sources.md.

* Generate README.md, rather than Sources.yaml.

* Rename SourcesTemplate to ReadmeTemplate.

* Rewording.

* Make the generated file message invisible.
2019-01-04 09:05:40 -08:00
Adam Ross 72f1777628 serving/samples/helloworld-php: use development php.ini (#699)
* serving/samples/helloworld-php: use development php.ini

* serving/samples/helloworld-php: update README
2019-01-03 15:19:39 -08:00
David Gageot e801cd1a18 Improve Docker for Mac installation guide (#697)
+ Use knative v0.2.2 like on minikube
 + Fix the instructions to install knative serving

Signed-off-by: David Gageot <david@gageot.net>
2019-01-03 09:56:40 -08:00
Naomi Seyfer d96ee82417 Add client working group (#667)
* Add client working group

* Change calendar link to link to whole calendar

Co-Authored-By: sixolet <naomi@seyfer.org>
2019-01-03 09:27:43 -08:00
Caroline Lee cb976a6282 Update README.md (#693)
Small changes to clean up the language and eliminate unnecessary words/phrases.
2019-01-02 14:10:39 -08:00
Trenton Broughton a3ae5eab70 Fixed typo (#691) 2019-01-02 09:18:39 -08:00
Joseph Burnett 69f5e6cd94 Add annotations to autoscale-go sample. (#685)
* Set target concurrency to 10 for more consistent testing.

* Use hey instead of /load-generator.

* Add panic mode to Algorithm section.

* Add Customization section with annotations.

* Add link to Kubecon demo.

* Update Other Experiments with hey commands.

* Clarify customized examples.

* Update Other Experiments comments to reflect limited test duration.
2018-12-28 10:10:37 -08:00
RichieEscarez cd9953e3e3 Fixing odd sentence (#684) 2018-12-27 10:03:37 -08:00
mattmoor-sockpuppet a6c4de82fe Format markdown (#683)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-27 07:36:37 -08:00
RichieEscarez d04370f023 Adv. install topic - pluggable components (#542)
* move all install comps to adv file

* recovering review comments

* filename change

* title update

* There can be multiple components in a knative package

* fix links

* new serving version

* Update install/Knative-custom-install.md

in testing I found that this is not a real namespace so removing

* Update packages in table

* review feedback, 0.2.1 eventing, eventsource lists

* edit Istio steps around admission controller

* fix indentation

* Recover networking related comments
2018-12-26 11:40:36 -08:00
Suraj Narwade c5fefdb08d Fix knative minikube installation doc (#635)
* Added `--disk-size=30g` since it was breaking
* Removed `--bootstrapper=kubeadm` because it is default
2018-12-26 08:52:36 -08:00
mattmoor-sockpuppet c4b1b7544f Format markdown (#682)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-26 08:14:36 -08:00
mattmoor-sockpuppet 8415851da7 Format markdown (#681)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-26 08:11:36 -08:00
Sam O'Dell 9f8fe54d31 Adds more info for Docs contributors (#678)
* Updates to Docs contributor info

* Adding more info for Docs contributors

* Updating links

* fix broken links

* Update community/DOCS-CONTRIBUTING.md

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

* Update community/DOCS-CONTRIBUTING.md

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

* Update DOCS-CONTRIBUTING.md

* Update DOCS-CONTRIBUTING.md

* Update DOCS-CONTRIBUTING.md

* Update community/DOCS-CONTRIBUTING.md

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

* Apply suggestions from code review

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

* Update DOCS-CONTRIBUTING.md
2018-12-21 15:21:35 -08:00
Liam Newman 46810c7bc8 Update README.md (#676) 2018-12-21 10:55:36 -08:00
mattmoor-sockpuppet 3f9959f289 Format markdown (#675)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-21 08:49:36 -08:00
Adam Harwayne db32a2dc6e Update the GCP PubSub sample (#673)
* Update the GCP PubSub example.

1. Add the second secret, erroneously removed in #559.
2. Make the examples easier to apply by using `sed` to replace the required replacements.
3. Remove the dependency on `ko` by using the released image from https://github.com/knative/eventing-sources/tree/v0.2.1.

* Replace `kail` with `kubectl logs`.

* If gcppubsub-source-secret already exists, then overwrite it.

* Add a step to wait for message-dumper to come online.

* Update README.md

Standardizing punctuation to use a colon before a command.

* PR comments.
2018-12-20 17:17:35 -08:00
RichieEscarez 15709fb082 Update old monitoring namespaces (#674)
* monitoring namespace to knative-monitoring

fixes: #407

* update to serving 0.2.3
2018-12-20 15:33:35 -08:00
Gaurav Abbi a13a629e42 Add refernce to helloworld haskell section (#672) 2018-12-20 09:12:37 -08:00
Sam O'Dell b17ce6163c Updates to OWNERS so Prow will uses ALIASES for autoassignments (#671) 2018-12-19 11:57:34 -08:00
Adam Ross 2a5147bd9b serving/samples: update helloworld-nodejs to nodejs v10 (#651) 2018-12-19 11:39:35 -08:00
mattmoor-sockpuppet 58b37a4d18 Format markdown (#669)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-19 10:35:35 -08:00
RichieEscarez 977c32be06 Use lowercase 'b' for builders (#665)
* Use lowercase 'b' for builders

Fixes: #625

* use lowercase 'b'
2018-12-19 00:01:35 -08:00
RichieEscarez 8be95b2089 Add link to source code (#666) 2018-12-18 17:33:35 -08:00
mayaspivak c30f4f7109 Update the link to the Eventing Working Group calendar. (#664) 2018-12-18 14:07:34 -08:00
Sam O'Dell fd254b6737 Creating OWNERS_ALIASES (#656)
Adding OWNERS_ALIASES and removing labadav from OWNERS
2018-12-18 10:34:34 -08:00
csamak 07bcdda117 Restore code in the helloworld-haskell README (#661)
The code was deleted in 41462c6
2018-12-17 21:40:34 -08:00
Ying Chun Guo df75e7e488 fix an error in README of serving/sample/telemetry-go (#659) 2018-12-17 13:45:34 -08:00
Markus Thömmes 9530cae547 Add Docker for Mac setup instructions. (#627)
* Add Docker for Mac setup instructions.

* Fix prose and typos.

* Add Docker for Mac link to global README.
2018-12-12 08:50:16 -08:00
mattmoor-sockpuppet ef7ef10833 Format markdown (#658)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-12 08:47:16 -08:00
Yifan Ge 7f185c4d08 Update service.yaml in the gitwebhook sample (#648)
Change the image name to match the instructions in README.
2018-12-11 13:44:16 -08:00
Sam Foo b75f11ab4a Remove repeated words (#654)
Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com>
2018-12-11 12:47:16 -08:00