Commit Graph

402 Commits

Author SHA1 Message Date
Tyler Britten cac78d0494 Fix Typo in link (#284)
Link 404ed, fixed the typo
2018-07-27 14:12:35 -07:00
Paul Czarkowski 633e68912e Update getting started doc to use env vars (#247)
Simplify the getting started example by setting environment
variables rather than asking the user to remember IP addresses
and host urls.
2018-07-27 07:19:35 -07:00
Khotyn Huang 09dfac7cd5 Fix syntax error in builds.md (#282)
There are two "of the" in the sentence, should be only one.
2018-07-26 20:49:35 -07:00
Jason Hall f4642e3147 Use stringData for build secrets (#280) 2018-07-26 13:59:35 -07:00
Marek Bartík a8a3ac176e fix typo in filename (#277)
sample.yaml -> service.yaml
2018-07-26 10:49:35 -07:00
Jonas Fonseca d1599ef57a Fix 'using gcs' title (#260) 2018-07-26 10:27:35 -07:00
Marek Bartík 8d7f477b87 fix wrong file name in the example (#275)
sample.yaml -> service.yaml
2018-07-26 10:23:35 -07:00
Khotyn Huang 32b4914010 Fix wrong URL in build README.md (#273) 2018-07-26 09:06:35 -07:00
Mike Rostermund 4a83d87f3f Fix typo in comment (#271) 2018-07-25 13:39:34 -07:00
Sam O'Dell 3d9cc5ef4e Edits to Thumbnailer sample (#231)
* [WIP] Updates to Thumbnailer sample

* More edits

* More edits

* Update README.md

* Removing jq and 'service'

* Removing another 'service'

* Add language about external dependencies
2018-07-25 13:35:34 -07:00
Averi Kitsch 7b14350fa3 update Rest-API sample (#233)
* update Rest-api sample

* updates for PR comments
2018-07-25 13:19:35 -07:00
RichieEscarez 2a8989f979 Add build component instructions throughout (#265)
* Adding build component options

* Adding build component option and link to build GS

* edit

* Standalone build component install instructions

* typo

* add more clarity

* add kubectl links

* Rewording build install section

* Replace Knative build with capital B: Knative Build

* 80 char lines
2018-07-25 12:54:35 -07:00
Nathan Hearnsberger 4db067317b Fixed Source to URL link (#269) 2018-07-25 10:16:35 -07:00
Ryo Takaishi 94db3dac2d fix: duplicate phrase (#267) 2018-07-25 09:43:35 -07:00
Evan Anderson fce1af36d5 Update eventing README.md to be more user-facing. (#256)
* Update eventing README.md to be more user-facing.

* Address @samodell suggestions

* Fix last @samodell comment.
2018-07-24 16:21:35 -07:00
Ryan Gregg 2ed2a9cb38 Fix a domain typo (#258) 2018-07-24 15:21:34 -07:00
Jason Hall 4f8dee17bb Fix formatting for kubectl commands (#255) 2018-07-24 12:32:35 -07:00
Sam O'Dell 2f108ce9cd k8s -> Kubernetes in title (#254) 2018-07-24 12:28:35 -07:00
Evan Anderson cd52ec69ff Add any-k8s instructions, thanks to jbeda for the suggestion. (#251)
* Add any-k8s instructions, thanks to jbeda for the suggestion.

* Link in generic instructions
2018-07-24 10:32:34 -07:00
Simon Leinen e6c768ccb1 Typo fix - contriubtions -> contributions (#250) 2018-07-24 10:00:34 -07:00
Ryan Gregg 4ed8a8d0d2 Update ROLES.md (#244) 2018-07-24 09:57:36 -07:00
Evan Anderson 32f3f9483a Add a minimal-dependencies working example listening to k8s events (#240)
* Copy and clean up knative/eventing/samples/{flow,k8s_events_function} to docs.

* Clean up go build and make it work.

* Add a comment for where to update image.

* Clean up prereqs & steps 1-2 based on test runthrough.

* 'Merge'

* Name function 'read-k8s-events' like in the example.

* Fix the image path to work with ko.

* More name fixes for ko

* Use `dep` to load eventing and k8s.io to avoid glog flag collision. :-/

* Update paths for dep + docker build.

* Add initial startup line to indicate container is running.

* Update Kibana logging details

* Apply PR feedback.
2018-07-24 08:53:34 -07:00
Ferran Rodenas 8d838046f6 Fix link typo: telemtry -> telemetry (#241) 2018-07-24 07:33:35 -07:00
Joseph Burnett cca2e039b5 More autoscale sample details (#242)
* Adding bloat and sleep commands to the sample.

* Run all three in parallel.

* Load test tool.

* Concurreny and qps settings for load test.

* Formating tweaks.

* Change health check address.

* Move load test into subdirectory.

* Delete hey Dockerfile now that we have our own load tester.

* Output resource usage summary from autoscale.go and total requests from load.go.

* Rename sample.yaml as service.yaml to match other samples.

* Update README to run new load test.

* A few README fixes.

* Stop test after duration.

* Add files via upload

* Add files via upload

* Add dashboard screenshots.

* Further experiments.

* Add metrics prerequisite.

* Replace Configuration and Revision with Service.

* Remove docs from image path.

* Revert edits to helloworld-go.
2018-07-24 07:14:34 -07:00
Adriano Cunha fed93e3048 Update Knative Serving GCS bucket (#234)
* Update Knative Serving GCS bucket

Knative Serving release was moved to its own directory in knative/serving#1654.

* Address feedback

* Remove spurious `

* Remove extra line
2018-07-23 17:35:34 -07:00
Mustafa Demirhan 094fdbbd1a Fixes to monitoring component installation. (#238) 2018-07-23 15:11:34 -07:00
Doug Davis 4e9fb40c9d minor fixes for console stuff (#235)
Signed-off-by: Doug Davis <dug@us.ibm.com>
2018-07-23 11:36:35 -07:00
Ryan Gregg 5f6deed9ca
Update gke-assigning-static-ip-address.md 2018-07-22 22:12:44 -07:00
Ryan Gregg ce673eb568
Fix link to setup Knative Serving 2018-07-22 21:58:50 -07:00
RichieEscarez 35ce148182 Edits + Syncing samples in README.md and build.md (#229) 2018-07-22 16:37:34 -07:00
Sam O'Dell b3feaf4164 Buildpack sample edits (#222)
* First edits to dotnet buildpack

* Updates to buildpack nodejs sample

* More edits to dotnet sample

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Making Ryan's suggested changes - dotnet

* Making Ryan's suggested changes - nodejs
2018-07-22 16:21:39 -07:00
Ivan Nikittin 68502bb573 Fixing language in the source to url sample (#189)
* Fixing language in the source to url sample

* Update README.md

* Update README.md

* Update README.md
2018-07-22 16:21:34 -07:00
Adriano Cunha 2b034244fa Use presubmit-tests.sh helper from prow-tests image (#205)
We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features.

presubmit-tests.sh helper is implemented by knative/test-infra#12
2018-07-21 10:53:33 -07:00
Adriano Cunha 72cb87519a Use helpers from prow-tests image for tests (#232)
* Use helpers from prow-tests image for tests

We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features.

`presubmit-tests.sh` helper is implemented by knative/test-infra#12
`e2e-tests.sh` helper is implemented by knative/test-infra#17

* Explicitly fail test if setup fails
2018-07-21 10:17:34 -07:00
Averi Kitsch 9379197eee add Traffic Splitting sample (#227)
* Add traffic splitting tutorial

* Add traffic splitting tutorial

* remind the user of env vars
2018-07-20 16:48:33 -07:00
Ivan Nikittin 2f5317ddfb
Update README.md 2018-07-20 16:16:47 -07:00
Ivan Nikittin 785a93fd3c
Updating final version of the audience graphic 2018-07-20 16:16:16 -07:00
Ivan Nikittin b617390b1f
Delete knative-audience.png 2018-07-20 16:15:44 -07:00
Grant Rodgers 4024489534 Link to eventing docs in eventing repo (#228)
Previous links were broken.
2018-07-20 15:58:32 -07:00
Ivan Nikittin 6ea6b9a72a
Reorder links 2018-07-20 15:55:37 -07:00
Ivan Nikittin 0c21d7ae5b
Adding license 2018-07-20 15:53:35 -07:00
Sam O'Dell 996815a363 Edits to build-private-go sample (#213)
* Edits to build-private-go sample

* More edits

* Fixing broken link

* Final edits

* Small tweaks to formatting; code comments

* Making Ryan's edits
2018-07-20 15:28:33 -07:00
Kent Rancourt 13a3f1bfa4 improve blue/green demo doc (#226) 2018-07-20 15:14:33 -07:00
Mark Chmarny 7cba33d734 Removed timezones (#230)
Until we have broader coverage
2018-07-20 15:00:33 -07:00
Ryan Gregg c4d0979ae2 Add slack guidelines (#224)
* Create slack-guidelines.md

* Update slack-guidelines.md

* Update slack-guidelines.md
2018-07-20 14:53:33 -07:00
Mark Chmarny 72e232b765
In case they don't have cert
before the assuming you have a cert
2018-07-20 11:31:17 -07:00
Mark Chmarny 5f6ba9a796
Add SSL 2018-07-20 11:27:37 -07:00
Sam O'Dell 5678b48964
Adding back --ignore-not-found=true flag 2018-07-20 11:27:22 -07:00
Mark Chmarny 0a0a24a26f
Add SSL 2018-07-20 11:26:59 -07:00
Sam O'Dell d38be9d4de
Removing $PROJECT_ID variable entirely 2018-07-20 11:20:42 -07:00