Gaurav Abbi
a13a629e42
Add refernce to helloworld haskell section ( #672 )
2018-12-20 09:12:37 -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
8be95b2089
Add link to source code ( #666 )
2018-12-18 17:33:35 -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
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
mattmoor-sockpuppet
4f0ffb8d31
Format markdown ( #650 )
...
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-10 12:50:15 -08:00
Ahmet Alp Balkan
1df8f9e434
samples/autoscale-go: simplify instructions ( #634 )
...
* samples/autoscale-go: simplify instructions
This patch simplifies the autoscaling tutorial by eliminating steps to:
- go-get the repo
- set a $REPO
- enable GCR API
- show how to authenticate to GCR via docker client
- push image
- update service.yaml
Instead we just do:
- deploy service.yaml that has a pre-built public image
I just published this image to `gcr.io/knative-samples/autoscale-go:0.1` and I
have eliminated excessive Dockerfile instructions that cause the entire docs/
repo to be sent to docker-engine as part of the "docker build".
Fixes #633 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* fix: bundle load generator into img, update docs
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-12-07 13:35:27 -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
zxxa
1e779dca20
Fix spelling error ( #617 )
2018-12-04 10:07: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
Jonas Finnemann Jensen
b11a0d4de3
Fix example response ( #451 )
...
We specify `TARGET='Node.js Sample v1'` in `service.yaml`, so it would be surprising if this isn't printed in the response.
2018-11-29 13:48:23 -08:00
mattmoor-sockpuppet
df893ed169
Fix spelling errors ( #605 )
...
Produced via: `github.com/client9/misspell`
2018-11-28 10:40:23 -08:00
RichieEscarez
5682c7ca9d
Fix code indentation ( #602 )
...
* Fix code indentation
Fixes : #592
/assign @averikitsch
* remove extra tabs
* try again
2018-11-27 14:25:22 -08:00
Guang Ya Liu
e57450a66b
Use golang:alpine instead of golang for example Dockerfile. ( #572 )
...
* Use golang:alpine instead of golang for build-private-repo-go Dockerfile.
* wording tweaks
2018-11-27 13:38:22 -08:00
Ahmet Alp Balkan
33b7fbc9f7
use base64 -w0 instead of some random high number ( #384 )
...
This will yield the same result (single-line output as -w 0 disables line
breaks). However note that, -w flag doesn't exist in BSD base64, but this PR
is not about that.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-11-27 13:34:23 -08:00
Guang Ya Liu
47bef7c63f
[sample/build-private-repo-go] Unify the format for build private repo. ( #578 )
2018-11-27 13:14:22 -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
Averi Kitsch
c41f9193e8
update Docker file to respect PORT ( #523 )
2018-11-27 11:51:23 -08:00
Averi Kitsch
803a5e5a94
update dockerfile to be consistent ( #566 )
2018-11-27 11:33:22 -08:00
Guang Ya Liu
871d3c007d
[samples/knative-routing-go] Updated README for some keywords. ( #590 )
2018-11-27 10:43:23 -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
92a92ede21
[samples/grpc-ping-go] Minor typo fix for this example. ( #589 )
2018-11-27 09:22:22 -08:00
Ahmet Alp Balkan
fb91667928
source-to-url: remove unnecessary yaml indentation ( #583 )
2018-11-26 14:59:24 -08:00
Guang Ya Liu
16b73392db
[samples/gitwebhook-go] Minor typo fix for gitwebhook-go. ( #579 )
2018-11-26 11:14: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
d77834db66
Docker hello ruby ( #503 )
...
* serving/samples/helloworld-rust: simplify and standardize Dockerfile
* serving/samples/helloworld-ruby: simplify and standardize Dockerfile
2018-11-26 02:14:22 -08:00
Adam Ross
5d419226ea
serving/samples/helloworld-dart: simplify and standardize Dockerfile ( #501 )
2018-11-26 01:57:22 -08:00
Adam Ross
04dc9976d9
serving/samples/helloworld-kotlin: simplify and standardize Dockerfile ( #516 )
2018-11-26 01:39:38 -08:00
Adam Ross
7b76630c7d
serving/samples/helloworld-java: simplify and standardize Dockerfile ( #512 )
2018-11-26 01:39:33 -08:00
Adam Ross
e3ec9fd985
serving/samples/helloworld-haskell: simplify and standardize Dockerfile ( #505 )
2018-11-26 01:39:28 -08:00
Adam Ross
5036ec1c9c
serving/samples/helloworld-rust: simplify and standardize Dockerfile ( #502 )
2018-11-26 01:39:22 -08:00
Matthias Wessendorf
26a7f1e9dc
Adding Reactive java WebApp, with Eclipse Vert.x ( #449 )
...
* Adding Reactive java WebApp, with Eclipse Vert.x
* fix broken link
* Update README.md
- add and linked requirements
- clarified steps
- sectioned out the app testing part
* fix indentation
2018-11-22 02:20:21 -08:00
Grant Rodgers
d40d2fcc75
Require rack 2.0.6 ( #545 )
2018-11-20 15:08:20 -08:00
Adam Ross
1176fc35c1
serving/samples/helloworld-clojure: simplify and standardize Dockerfile ( #499 )
2018-11-20 12:23:20 -08:00
Adam Ross
ab11b92622
serving/samples/helloworld-nodejs: simplify and standardize Dockerfile ( #507 )
2018-11-19 17:03:19 -08:00
Adam Ross
f2518ca45b
serving/samples/helloworld-go: simplify and standardize Dockerfile ( #508 )
2018-11-19 16:45:22 -08:00
Adam Ross
382ed049e0
serving/samples/helloworld-python: simplify and standardize Dockerfile ( #506 )
2018-11-19 16:29:30 -08:00
Adam Ross
61189dc968
serving/samples/helloworld-php: simplify and standardize Dockerfile ( #504 )
2018-11-19 16:29:25 -08:00
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
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