Commit Graph

27 Commits

Author SHA1 Message Date
Steren 2078ae3723 Add link to image in Dockerhub (#747)
* Add link to image in Dockerhub

Mainly for consistency with other samples.

* also README

* Fixes indentation issue causing build test failure

* fix bullet list indentation

* attempt #2 -- fixing build failure
2019-01-15 10:18:31 -08:00
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
mattmoor-sockpuppet c64c63a160 Format markdown (#626)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:34:25 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown (#620)
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
Guang Ya Liu b83769e72d Use go build to build helloworld-go image. (#571) 2018-12-03 12:26:25 -08:00
Guang Ya Liu 26fb00f42a Updated helloworld-go by clarifying the `IP_ADDRESS` address. (#570)
* Updated helloworld-go by clarifying the `IP_ADDRESS` address.

* Quick edit of the deploy steps
2018-11-27 11:55:22 -08:00
Victor Agababov 648cbb70db Fix the documentation for the knative go example, where the docs refer to the original golang docs. (#588)
The app name is different and it might be confusing (also incorrect).
2018-11-27 10:28:22 -08:00
Guang Ya Liu e982df0b0e Add notes for how to debug `curl`. (#576) 2018-11-26 08:48:23 -08:00
Adam Ross f2518ca45b serving/samples/helloworld-go: simplify and standardize Dockerfile (#508) 2018-11-19 16:45:22 -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
Zrss 56c3a0d8b3 README.md: imported and not used: "flag" (#483) 2018-10-30 08:51:34 -07:00
Adam Ross 070c88b24a serving/helloworld-go: Respect the PORT env var (#457) 2018-10-24 12:04:31 -07:00
Joseph Burnett d1b78c4832 Make the Clojure greeting unscary. (#465) 2018-10-22 14:10:30 -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
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
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
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
Nghia Tran b97fa65aec Update samples to not use Ingress. (#60)
* Update samples to not use Ingress.

This is follow-up of https://github.com/knative/serving/pull/1228.  We
moved to Istio v1alpha3 / Gateway which requires a different way to
get the external IP address to send traffic to our samples.

* Also update the command to find service domain.
2018-07-02 14:07:17 -07:00
Ryan Gregg c57f006f4c
Rename to example domain (#44) 2018-07-02 10:00:01 -07:00
Steren fce9337981 Minor fix for Go hello world curl output (#52) 2018-06-29 16:19:26 -07:00
Ryan Gregg 723b407c80
Convert hello world samples to using Docker (#42) 2018-06-28 16:03:16 -07:00
Sam O'Dell 32f9363548 Documentation-related updates to Go, Node, and C# samples (#21) 2018-06-26 14:57:53 -07:00
Ryan Gregg 29fdc3ad52 Rename to service.yaml (#12) 2018-06-25 09:29:04 -07:00
Ryan Gregg f288609da7 Hello world samples for Go, Node, and CSharp (#11)
* Add some hierachy

* Clone helloworld samples from serving

* add ignore files

* remove mac hidden files

* Finish readme

* Tweak formatting

* Update instructions

* Updating go

* Update yaml example

* Fix typo in service name.

* Update readme and yaml

* Update app yaml

* Ignore .vscode folder

* Fix missing newline at EOF

* Update sample to read env variable
2018-06-22 14:21:34 -07:00