Commit Graph

570 Commits

Author SHA1 Message Date
Morgan Hallmon d0fcb6e2bc Update gke-assigning-static-ip-address.md (#598)
Removed console output from command
2018-11-27 10:12:23 -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
Yanwei Guo 10e43caf81 Replace Bazel commands with ko (#406)
* replace bazel commands with ko

* remove ko commands

* add a command
2018-11-26 16:41:22 -08:00
Ahmet Alp Balkan fb91667928 source-to-url: remove unnecessary yaml indentation (#583) 2018-11-26 14:59:24 -08:00
Andrea Frittoli d18ba92b4a Discover the K8S version for IKS deployment (#563)
* Discover the K8S version for IKS deployment

Version 1.10.3 is not available anymore in IKS. Having a fixed
version will become stale eventually. The default version is
now >1.10 but that may change, so ask installers to select an
appropriate version based on the minimum requirement.

* Update Knative-with-IKS.md

* Update Knative-with-IKS.md
2018-11-26 13:12:22 -08:00
Guang Ya Liu 16b73392db [samples/gitwebhook-go] Minor typo fix for gitwebhook-go. (#579) 2018-11-26 11:14:22 -08:00
Justin Grayston 8a80f7b000 Correct Namespace in Kabana UI link (#574)
Change the namespace to knative-monitoring from
just monitoring

Resolves #573
2018-11-26 10:03:22 -08:00
Guang Ya Liu e982df0b0e Add notes for how to debug `curl`. (#576) 2018-11-26 08:48:23 -08:00
Guang Ya Liu da016b2818 Updated k8s doc use latest serving release. (#564) 2018-11-26 08:43: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
guyos b153d7e0d9 Deploy button for automated installation on IKS (#525) 2018-11-21 11:13:21 -08:00
Natale Vinto 3124a84390 Update OpenShift instructions to set Istio sidecar injector priviledged to true (#454)
* Update OpenShift instructions to fix #417

Update istio-sidecar-injector configmap after Istio is ready in order to let knative activator and autoscaler pods running properly

* Edit steps
2018-11-21 09:58:20 -08:00
Evan Anderson 664ed56c2c Update install instructions for eventing and eventing-sources. (#558)
* Switch install instructions to use a packaged release.

Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>

* Further fix eventing install based on discovered dependencies.

Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>

* Quick Overview section edit

I tried to quickly create sections and organize the info. PTAL at the edits to the design goals for technical accuracy.

* Events -> Eventing
2018-11-20 16:24:20 -08:00
Grant Rodgers d40d2fcc75 Require rack 2.0.6 (#545) 2018-11-20 15:08:20 -08:00
RichieEscarez 0029dc3481 Events work group -> Eventing (#560)
To avoid confusion with Knative Events (like a conference) and Knative Eventing

/assign @evankanderson
2018-11-20 14:46:20 -08:00
Adam Ross 1176fc35c1 serving/samples/helloworld-clojure: simplify and standardize Dockerfile (#499) 2018-11-20 12:23:20 -08:00
Steren a25fc162cb Fix getting started (#561) 2018-11-19 20:36:19 -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
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