Commit Graph

209 Commits

Author SHA1 Message Date
Adam Ross 772040a3f6 serving/samples/helloworld-csharp: simplify and standardize Dockerfile (#500) 2018-11-19 16:29:19 -08:00
RichieEscarez 8591af1de8 Sync README.md and service.yaml (#510)
* add missing serviceAccountName

* sync snippets w/ service.yaml
2018-11-16 16:46:18 -08:00
Ville Aikas 1ca885c75c Change install instructions to use v0.2.1 instead of v0.2.0 (#535)
* Change install instructions to use v0.2.1 instead of v0.2.0

* Missed the logging / metrics readme
2018-11-12 14:56:45 -08:00
Matt Moore 28588f96b6 Update the serving + build sample to use the new style. (#524)
Add TypeMeta and wrap the existing field in `spec:` so that Build is used through the new dynamically linked style.
2018-11-09 13:07:44 -08:00
leo james 37b2485245 fix pid 1 (#493) 2018-11-05 19:27:35 -08:00
RichieEscarez 74ed0fd04a Use the ksvc shortname for services (#492)
* Replace services.serving.knative.dev with ksvc

* Replace -f with long flag --filename
2018-11-02 15:59:34 -07:00
Jonas Finnemann Jensen bff003dfe0 docker -> Dockerfile for syntax highlighting (#450)
* Fixed `docker` to `Dockerfile` for highlighting in markdown code fence

Instead of doing

        ```docker

We should do:

        ```Dockerfile

to get syntax highlighting on github.
2018-11-02 15:50:35 -07:00
Averi Kitsch 7c5aa2e7f8 Update Hello world - Java (#491)
* fix typo

* Make readme clearer and simplify dockerfile

* update readme

* Replace 'services.serving.knative.dev' w/ 'ksvc'
2018-11-02 15:47:34 -07:00
0xmohit 3d81d01c54 Update docs to refer to Istio 1.0.2 (#487)
* Update docs to refer to Istio 1.0.2

Updates #479

* fix typo istio-1.0.8 -> istio-1.0.2
2018-11-02 11:33:34 -07:00
Joseph Burnett c182e544c6 Update accessing-metrics.md with knative-metrics namespace. (#435) 2018-10-30 17:33:33 -07:00
Tanzeeb Khalili c8c3340ae8 Update references to monitoring namespace (#407) (#416) 2018-10-30 17:30:34 -07:00
RichieEscarez ddbe40efcc
Reverting the namespace rename knative-monitoring (#486) 2018-10-30 16:54:33 -07:00
Zrss 56c3a0d8b3 README.md: imported and not used: "flag" (#483) 2018-10-30 08:51:34 -07:00
Dan McPherson 616e5e35fd Fix typo (#476) 2018-10-29 15:18:33 -07:00
Evan Anderson 31ec1a3e92 Fix Dart service.yaml (indentation) and indicate that local dart is only needed for local development. (#477) 2018-10-26 17:07:32 -07:00
Jonas Finnemann Jensen 6dc822ef81 Added a serving sample for dart (#452) 2018-10-26 11:52:32 -07:00
Zhiming Peng c9430eece7 Create Hello World program with Kotlin (#381)
* Create Hello World program with Kotlin

* Modify Readme by addressing Grant's comments

* Update to gradle official image

* Update dockerfile by addressing ivan's comment

* Read port from env by addressing samodell's comment

* Update Readme by addressing samodell's comment

* svc->service
2018-10-26 11:34:32 -07:00
Joseph Burnett 70455a3cda Use PORT environment variable. (#468) 2018-10-24 15:59:31 -07:00
Adam Ross dbdf3c922c serving/helloworld-rust: respect the PORT env var (#464) 2018-10-24 12:22:31 -07:00
Adam Ross 070c88b24a serving/helloworld-go: Respect the PORT env var (#457) 2018-10-24 12:04:31 -07:00
Adam Ross 421f44e47a serving/helloworld-haskell: respect the port env var (#463) 2018-10-24 11:47:48 -07:00
Adam Ross 3935463648 serving/helloworld-csharp: respect the port env var (#462) 2018-10-24 11:47:42 -07:00
Adam Ross 224ef9c272 serving/helloworld-php: Respect the PORT env var (#460)
* serving/helloworld-php: Respect the PORT env var

* serving/helloworld-php: add a comment to explain sed command
2018-10-24 11:47:37 -07:00
Adam Ross e3516ffaf9 serving/helloworld-nodejs: Respect the PORT env var (#458) 2018-10-24 11:47:31 -07:00
Mike Helmick 195e853c83 Update the serving Elixir example to freeze to 1.6 and to be compatible with Google Cloud Build (#461)
* Add an elixir language sample using the phoenix framework to the knative serving samples.

* Add links to Elixir and Phoenix Web sites.

* remove giant package-lock.json

* change -go to -elixir in readme.

* Update the Elixir example so that it builds with Google's Cloud Build service. Add an approprite .gcloudignore file so that this can be done using the gcloud command line tool.
2018-10-22 15:22:31 -07:00
Joseph Burnett d1b78c4832 Make the Clojure greeting unscary. (#465) 2018-10-22 14:10:30 -07:00
Joseph Burnett d731dda0b0 Clojure helloworld serving sample (#453)
* Hello world server.

* Build uberjar for docker image.

* Add README.

* Add Cloure to helloworld sample list.

* Revert to generic dockerhub url.

* Update core.clj in README.
2018-10-15 14:46:27 -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
Vincent Demeester af3d2d83eb Fix accessing-logs URL (#437)
The namespace is `knative-monitoring` instead of `monitoring`

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2018-10-09 07:12:25 -07:00
Steren 9ea6e2c65d Make samples less scary when no env var is provided (#443)
* Node.js

* Python

* csharp

* go

* other samples

* Fix Node README
2018-10-08 11:19:25 -07:00
Ryan Gregg 08ab237cb3 Revert ksvc changes (#442) 2018-10-05 14:30:24 -07:00
Nghia Tran 3944f6ec80 Add instruction to use LetsEncrypt through CertManager. (#352)
* Add instruction to use LetsEncrypt through CertManager.

* Split GCP specific instruction to its own file.

* Rename using-cert-mananger-on-gcp.md to using-cert-manager-on-gcp.md

* Update using-an-ssl-cert.md

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

* Update instruction based on PR feedback.

* Fix code snippet highlighting.

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

* Update per PR feedback

* Update per PR feedback.

* Doc edits
2018-10-04 14:42:24 -07:00
Brett Johnson b9432ee5a5 Updating Container Engine to new name (#439) 2018-10-04 09:43:24 -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
Naomi Seyfer acd1adff92 Make example use the PORT env var instead of 8080 (#415) 2018-09-25 12:08:20 -07:00
RichieEscarez 0be86f6ff2
Remove incorrect kibana and elasticsearch pods (#402) 2018-09-21 13:46:32 -07:00
RichieEscarez 2dbecf0485
Fix directory name (#405) 2018-09-21 13:35:49 -07:00
John Howard b0b911fdca Fix typo in accessing-metrics command (#396) 2018-09-19 11:53:21 -07:00
Yanwei Guo 12e3364b2d Move the document and fluent image sample from serving repo to docs repo (#259)
* add doccument

* add reasons for plugins

* Formatted file

* add more details

* fix links

* Remove typo and duplicate steps +

+ made a few edits for clarity and consistency
2018-09-18 15:23:19 -07:00
Tyler Auerbeck d630a8fa81 Remove &image yaml anchors (#399) 2018-09-17 11:47:18 -07:00
Ahmet Alp Balkan a50281602f telemetry: document sd/prom manifest locations (#392)
By reading the docs, I can't tell where are these config/monitoring stuff.

So I'm adding sub-steps to (a) clone repo + cd + checkout to the release tag,
then (b) apply them.

Please /cc someone who knows about this stuff to verify.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-09-12 13:36:17 -07:00
Ahmet Alp Balkan f3c3580410 fix case sensitive #section anchors (#391)
Looks like anchors are case-sensitive. GitHub Markdown rendering creates
lower-case-section-anchors.

How many more of these there are, I'm not sure. But when I searched like

    ag --md '#[A-Z]'

This is the only such markdown page with such uppercase anchor references,
so I'm just fixing this page. Sorry for long commit message.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-09-12 12:21:16 -07:00
RichieEscarez 0304e7a85c cleanup remaining kubectl shorthand -o flags (#394)
* Cleanup remaining kubectl shorthand -o flags

* cleanup remaining kubectl shorthand -o flags

* cleanup remaining kubectl shorthand -o flags

* cleanup remaining kubectl shorthand -o flags
2018-09-12 10:46:16 -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
Ahmet Alp Balkan 648ac8a6a2 source-to-url-go: support multi-line base64 output (#389)
* source-to-url-go: support multi-line base64 output

if my password is long "echo password | base64" will yield in a multiline
string that can confuse users about how to put that thing in Kubernetes
Secret manifest.

Adding -w0 (and for macOS/BSD base64(1), -b0) solves that problem.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* slight revision of Note
2018-09-10 13:19:34 -07:00
Tyler Auerbeck 35c991aa95 Remove flag package import (#373) 2018-09-10 12:42:15 -07:00
Sam O'Dell 00d6cec8ca services.serving.knative.dev -> ksvc, adding check install guide (#360)
* services.serving.knative.dev -> ksvc, adding check install guide

* Updating image to add outline

* Making Richie's suggested edits
2018-08-31 09:58:12 -07:00
Philipp Thun 37cbf823e8 Fix link to Error Conditions and Reporting page... (#364)
... that resides in the knative/serving repository.
2018-08-29 14:11:11 -07:00
Zhimin Xiang 6d564f81b2 Update ExternalDNS setup doc to require Cloud DNS scope when creating a cluster (#356)
* Require Cloud DNS scope when setting up external DNS

* fix typos

* Updates to markdown formatting; wording tweaks
2018-08-27 16:07:11 -07:00
David Buckley 135aea43b0 remove redundant step in source-to-url deployment (#346) 2018-08-24 11:15:59 -07:00