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
Averi Kitsch
165e2b279f
Update owners ( #547 )
2018-11-19 14:49:20 -08:00
Evan Anderson
185120a8ce
Update pubsub sample except removing `ko`. ( #559 )
...
Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>
2018-11-19 11:43:20 -08:00
Matt Moore
33c5a1ea23
Drop the namespace argument to `kn`. ( #550 )
2018-11-17 09:48:18 -08:00
Matt Moore
45bda74d0c
This fixes some field renaming. ( #549 )
...
This matches the iot-core sample field names.
2018-11-16 17:06:18 -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
Justin Grayston
55494a369d
Don't pass -n default to `ko` ( #532 )
...
Closes #529
2018-11-16 15:53:18 -08:00
Evan Anderson
779f691ab1
Update calendar information for TOC and Working Groups. ( #546 )
2018-11-16 10:47:18 -08:00
Ben Browning
8b52240770
Add a GitHubSource sample ( #521 )
...
* Add a GitHubSource sample
* Fix indentation causing text to be rendered as source code
* Subscriber/subscriber.yaml -> Subscription/subscription.yaml
* Use long option names and adjust sublist indenting
* Eventing installs GitHubSource and other sources
* No reason for these items to be sublists
* subscription.yaml contains both Subscription and Service
* Add screenshot of webhook
* Remove some unnecessary ordered lists
* Inline yaml snippets into README.md
2018-11-14 11:57:17 -08:00
Grant Rodgers
dc77aaa3fe
Get logs by label selector ( #538 )
...
Now user doesn't need to fill in the actual pod name.
2018-11-12 15:47:45 -08:00
Ville Aikas
b950ebc91d
Make serving a prerequisite rather than a surprise later on ( #537 )
2018-11-12 15:28:45 -08:00
Ville Aikas
7d72822372
Remove redundant (and errorneous) installation of eventing-sources ( #536 )
...
* Remove redundant (and errorneous) installation of eventing-sources
* Remove other extraneous cruft (eventing sources, move channel to its own section
2018-11-12 15:07:45 -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
Harwayne
f0516ef1f6
Eventing - IoT Core Sample ( #519 )
...
* Intial work porting the old event-flow to the new object model.
* hack/update-deps.sh
* Minor typos
* Update the function to point at the correct topic.
2018-11-12 14:33:45 -08:00
sebgoa
de4d062309
one too many .yaml extension ( #531 )
2018-11-12 13:43:45 -08:00
Ville Aikas
7911ab4633
Remove extra.yaml from a link to release-with-gcppubsub.yaml ( #534 )
2018-11-12 13:39:45 -08:00
Evan Anderson
f1721ec51a
Update eventing top-level readme with @sebgoa feedback ( #530 )
...
* Update documentation for 0.2 release.
* Update docs with @sebgoa feedback.
2018-11-09 15:59:44 -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
Matthias Wessendorf
dac9b48453
updating wrong file name ( #528 )
2018-11-09 09:30:44 -08:00
Evan Anderson
5bf95ba8ef
Update documentation for 0.2 release. ( #527 )
2018-11-09 09:25:44 -08:00
Harwayne
ab99b9b18e
Ignore GoLand files. ( #511 )
2018-11-06 14:32:36 -08:00
Ville Aikas
67224a6786
Remove outdated samples ( #509 )
2018-11-06 12:58:36 -08:00
Ville Aikas
44cd74fe68
Add docs from eventing sources ( #496 )
...
* Move samples from eventing-sources to this repo
* Remove old k8s-events in lieu of kubernetes-event-source
2018-11-06 10:55:36 -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
Scott Nichols
2af23a637c
Remove cmd dir from eventing. ( #490 )
...
* Remove cmd dir from eventing.
* add new line at end of file.
2018-10-31 10:08:33 -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
Matt Anderson
b096963e77
Clean up formatting on with-any-k8s steps ( #475 )
...
* Clean up formatting on with-any-k8s steps
* add missing line break
2018-10-24 14:21: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
Sam O'Dell
1043f54154
Update frequency of Documentation Working Group ( #474 )
2018-10-24 11:23:55 -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