Commit Graph

34 Commits

Author SHA1 Message Date
Dave Protasowski ef5c431fea Typo in Knative-with-GKE.md (#70)
* Update Knative-with-GKE.md

* Update Knative-with-GKE.md
2018-07-06 11:42:02 -07:00
Adriano Cunha 3a0cd6a473 Fix link to samples/README.md (#69) 2018-07-03 14:31:19 -07:00
Adriano Cunha 5c7ec25226 Create presubmit and end-to-end test infrastructure (#68)
* Create presubmit and end-to-end test infrastructure

Partially addresses #65.

Note that build, unit and integration tests are currently placeholders for the real stuff (see #67, #66 and #30).

* Fixes:
* Correctly wait for knative/serving to be up
* Add proper E2E header, stating that no tests are run
2018-07-03 13:07:28 -07:00
Zhimin Xiang 88861c6cbb Replace Ingress/RouteRule in sample/knative-routing with VirtualService (#61)
* Replace Ingress/RouteRule in sample/knative-routing with VirtualService

* fix typos and update the graph

* fix typos
2018-07-03 08:48:02 -07:00
Zhimin Xiang 0500d5f629 Add instruction to set up local DNS and reference instructions of setting static IP (#46)
* 1. Add an instruction to set up local DNS. 2. reference the instruction of setting up static IP in this doc

* fix typo

* Use command line to add IP-domain record into /etc/hosts

* fix typo
2018-07-02 16:00:55 -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
Ryan Gregg dba77c7ab3 Add information about where docs go (#55)
* Add information about where docs go

* add samples too
2018-07-02 09:58:46 -07:00
Steren b726c2f40d Simplify DNS instructions (#54)
* Simplify DNS instructions

- make it clearer that the `data:` snippet is truncated.
- Demonstrate the simple use case of using a single custom domain name for all routes.
- fix typo

* use example.com
2018-06-29 17:01:07 -07:00
Steren fce9337981 Minor fix for Go hello world curl output (#52) 2018-06-29 16:19:26 -07:00
Steren 4c2a1c19a0 do not use FQDN acronym, use the fully qualified name (#53) 2018-06-29 16:07:41 -07:00
Jason Hall bf5b1f5925 Move docs from build repo (#40) 2018-06-28 16:16:03 -07:00
Tanzeeb Khalili 20f7d305a9 Fixes Minikube documentation (#38) 2018-06-28 16:14:33 -07:00
Mark Fisher abd06afbe3 update the serving namespace and fix minor typo (#34) 2018-06-28 16:04:32 -07:00
Ryan Gregg 723b407c80
Convert hello world samples to using Docker (#42) 2018-06-28 16:03:16 -07:00
Ryan Gregg 031584d128
Move build stamples from knative/serving (#36) 2018-06-28 16:02:30 -07:00
Mark Fisher eff94c8833 fix install links in README (#33) 2018-06-28 10:15:07 -07:00
Thomas Risberg 9e1d72a7bc Add helloworld-java Spring Boot sample app (#31) 2018-06-28 10:02:26 -07:00
Steren fdfd94d9f0 Add Rust sample (#19) 2018-06-27 21:18:50 -07:00
Ryan Gregg aa2299f6fd
Update readme (#26) 2018-06-27 11:32:13 -07:00
Ryan Gregg b0b8f66204
Fix markdown rendering issue 2018-06-26 18:09:11 -07:00
jessiezcc 85e0a10c11 Documentation on how to deploy with custom domain (#29)
* add DNS instructions
* route change
* Update for editing with kubectl
2018-06-26 18:07:30 -07:00
Ryan Gregg 44b22c568d
Update install docs to handle multiple platforms (#28)
* Add readme, move GKE to new file
* Fix links
2018-06-26 16:46:42 -07:00
Ryan Gregg 21af3915cb
Update contribution info for docs repo (#25)
* Update contrib info

* Add email address
2018-06-26 16:38:55 -07:00
Ryan Gregg 84b673f54f
migrate install docs (#27) 2018-06-26 16:36:58 -07:00
Mustafa Demirhan 9bf7825dc9 Hello world sample for PHP (#15) 2018-06-26 15:17:41 -07:00
Ryan Gregg b3b1714329
Migrate samples from knative/serving (#22) 2018-06-26 14:58:54 -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 35094b0bd5
Create OWNERS 2018-06-26 14:57:16 -07:00
Ryan Gregg 29fdc3ad52 Rename to service.yaml (#12) 2018-06-25 09:29:04 -07:00
Mustafa Demirhan 1fd5c0b205
Knative Hello World samples written in Python and Ruby. (#10)
Knative Hello World samples written in Python and Ruby.
2018-06-22 15:19:02 -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
Ryan Gregg 23273dbb34 Add some hierachy (#8) 2018-06-21 14:02:57 -07:00
Mark Chmarny db44697c5f
Initial commit 2018-06-21 11:21:10 -07:00