Commit Graph

35 Commits

Author SHA1 Message Date
Sam O'Dell 2c623deec2 Deleting updating-existing-app.md; merging with (#166)
* Deleting blue-green-deployment.md; moving content into Updating an Existing App

* Restoring blue-green-deployment.md

* Deleting updating-existing-app.md; merging with blue/green sample

* Updating link in README to new location
2018-07-17 16:25:31 -07:00
Jeffrey Rennie 929a5b6e2c s/python/csharp/ (#158) 2018-07-17 14:20:31 -07:00
Zhimin Xiang b4be0e3f51 Fix incorrect link in the telemetry sample (#113)
* fix the incorrect link in telemetry sample

* fix wrong link

* use relative URL

* update relative URL

* update relative URL

* use absolute path
2018-07-16 11:52:36 -07:00
Mark Chmarny 34ba7154db
Markdown for proper view 2018-07-16 09:15:00 -07:00
Mark Chmarny 73c32245cf
WIP: Draft version of the advanced routing demo
Just getting all the content in one place. Need some refactoring to a sample vs a demo script.
2018-07-16 09:14:03 -07:00
Matt Moore 9c53576183 Fix numerous sample READMEs (#127)
* Fix grpc-ping-go

Still doesn't work, but at least it builds again.

* Fix autoscale-go

* Fix buildpack-app-dotnet

* Fix buildpack-function-nodejs

* Fix rest-api-go

* Fix telemetry-go sample

* Fix gitwebhook-go

* Fix knative-routing-go

* Address feedback from Ville.

Prune boilerplate dep comment, fix cleanup command.
2018-07-14 11:01:35 -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
Matt Moore 5ccacbf6d5 Fix the import paths for samples still ko-enabled. (#124) 2018-07-13 16:34:35 -07:00
Ryan Gregg 7486c23c62
Fix typos 2018-07-11 15:26:17 -07:00
Ryan Gregg 7265970e42
Fix env variable 2018-07-11 15:25:22 -07:00
Ryan Gregg 609df7a5fd
Add sample (#108) 2018-07-11 14:03:41 -07:00
Jason Hall 378d0a89eb Use revision everywhere instead of branch (#102) 2018-07-11 09:31:26 -07:00
Jason Hall 76b0b7c201 Use revision in build for private-repo sample (#101) 2018-07-11 08:49:34 -07:00
adamharwayne 924257ded3 Fix small typo in readme. (#94) 2018-07-10 12:28:34 -07:00
Ryan Gregg cb83bbe76c Clean up folder names to match helloworld style (#62)
* Rename samples to languge-specific folders

* Remove steren-app and steren-function since they aren't working

* Rename buildpack folders

* Rename buildpack-function
2018-07-10 10:14:34 -07:00
Jason Hall ccb096eccc Remove steren samples and templates (#88) 2018-07-10 09:48:44 -07:00
Jason Hall d4deb7a97e Use correct annotations (#87) 2018-07-10 09:25:34 -07:00
sebgoa c45c7930a4 move to alpine base image (#77)
7 characters that save us 800 Mb.

If we want to stick to Debian base images, let's move to `python:slim`
2018-07-09 11:42:05 -07:00
Matt Moore 1cc7dbded5 Remove port from the probes of sample. (#74)
These should default properly today, and this is consistent with our omission of Ports from the container spec.  A forthcoming change will actually disallow specifying this.
2018-07-09 09:10:14 -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
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 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
Ryan Gregg 031584d128
Move build stamples from knative/serving (#36) 2018-06-28 16:02:30 -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
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 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