Commit Graph

14 Commits

Author SHA1 Message Date
Tanzeeb Khalili c8c3340ae8 Update references to monitoring namespace (#407) (#416) 2018-10-30 17:30:34 -07:00
Simone Gotti 33f0b2f9c7 Close response body in autoscale-go sample test program (#432)
The test program doesn't close the http response Body causing the connection to
not be released and the creation of new connections until the exhaustion of the
process file descriptors.
2018-10-11 11:40:27 -07:00
Joseph Burnett 6d21cd89cb Update README.md (#413)
Update autoscale-go serving sample with ContainerConcurrency changes (#1917).
2018-10-01 14:27:23 -07:00
Tyler Auerbeck b2254cbb42 Update docs to use kubectl long flags (#372)
* Update docs to use kubectl long flags

* adding back in the --filename flag (lost when manually merged)

* notice a few missed

* notice a few missed '-f' flags

* change -o to --output
2018-09-12 09:46:03 -07:00
Marek Bartík a8a3ac176e fix typo in filename (#277)
sample.yaml -> service.yaml
2018-07-26 10:49: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
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
Sam O'Dell e0887a5370
Adds note about exiting watch mode 2018-07-18 14:17:17 -07:00
Sam O'Dell 911ca4117a
Fixes numbered list formatting 2018-07-18 14:16:22 -07:00
Averi Kitsch 086635384c update Autoscale Readme (#184)
* Draft of Sample Readme

* Updated Autoscale Readme

* Revert "Draft of Sample Readme"

This reverts commit 00c25a7f88.

* fix perl file
2018-07-18 13:17:31 -07:00
Matt Moore 9c53576183 Fix numerous sample READMEs (#127)
* Fix grpc-ping-go

Still doesn't work, but at least it builds again.

* Fix autoscale-go

* Fix buildpack-app-dotnet

* Fix buildpack-function-nodejs

* Fix rest-api-go

* Fix telemetry-go sample

* Fix gitwebhook-go

* Fix knative-routing-go

* Address feedback from Ville.

Prune boilerplate dep comment, fix cleanup command.
2018-07-14 11:01:35 -07:00
Matt Moore 9b4b73936c Fix all of the `knative/install` links to point to `knative/docs/install`. (#126) 2018-07-13 17:21:35 -07:00
Matt Moore 5ccacbf6d5 Fix the import paths for samples still ko-enabled. (#124) 2018-07-13 16:34:35 -07:00
Ryan Gregg cb83bbe76c Clean up folder names to match helloworld style (#62)
* Rename samples to languge-specific folders

* Remove steren-app and steren-function since they aren't working

* Rename buildpack folders

* Rename buildpack-function
2018-07-10 10:14:34 -07:00