Commit Graph

52 Commits

Author SHA1 Message Date
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
Mustafa Demirhan 41de065e32 Update monitoring installation instructions to take easy install steps in mind (#109)
* Update monitoring installation instructions to take easy install steps in mind.

* Documentation fixes.
2018-07-11 15:11:34 -07:00
Ryan Gregg 609df7a5fd
Add sample (#108) 2018-07-11 14:03:41 -07:00
Sam O'Dell d9a8da6b0c
Update updating-existing-app.md 2018-07-11 13:37:25 -07:00
Ivan Nikittin f350657349
Typo 2018-07-11 13:36:42 -07:00
Ivan Nikittin c5df2ac503
Update gke-assigning-static-ip-address.md 2018-07-11 13:36:19 -07:00
Sam O'Dell e69d9d4f5c
Update updating-existing-app.md 2018-07-11 13:23:09 -07:00
Sam O'Dell 047e934649
Update updating-existing-app.md 2018-07-11 13:20:38 -07:00
RichieEscarez 40b4786223
A couple small edits (#106)
missed a code block, punctuation, and edited a couple sentences
2018-07-11 13:10:58 -07:00
Ivan Nikittin 35f2e8fb14
Update using-a-custom-domain.md 2018-07-11 13:08:20 -07:00
RichieEscarez 31b52239fe
Edits based on first pass testing (#105)
Aligning terminology, adding formatting, and clarifying steps.
2018-07-11 13:06:22 -07:00
Ivan Nikittin 78fc35e9af
Update gke-assigning-static-ip-address.md 2018-07-11 12:48:07 -07:00
Ivan Nikittin bfcc9383e1
Update using-a-custom-domain.md 2018-07-11 12:42:22 -07:00
Ivan Nikittin 2d5b95cbca
Update gke-assigning-static-ip-address.md 2018-07-11 12:41:27 -07:00
Ivan Nikittin d4a3e49ae6
Update gke-assigning-static-ip-address.md 2018-07-11 12:40:18 -07:00
Ivan Nikittin d53ddf080b
Update and rename install/gke-assign-static-ip-address.md to serving/gke-assigning-static-ip-address.md 2018-07-11 11:40:20 -07:00
Ivan Nikittin ffbc53fd0f
Rename DNS.md to using-a-custom-domain.md 2018-07-11 11:37:59 -07:00
Sam O'Dell 914ddd841a
Update and rename updating-live-application.md to updating-existing-app.md 2018-07-11 11:23:31 -07:00
Sam O'Dell 49e3c074b8
Creating page for Updating a Live Application 2018-07-11 09:58:23 -07:00
Ryan Gregg 9338c368da
Add an overview for serving (#63)
* Add an overview for serving

* Add placeholders

* Update links to docs

* Add link to customize domain

* Fix typos
2018-07-11 09:40:38 -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
Mustafa Demirhan 2e8418c97c
Document installation and usage of logging, monitoring and tracing components (#92)
* Document installation and usage of logging, monitoring and tracing components.

* Minor documentation changes.
2018-07-10 12:39:19 -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 08509ea419 Replace Ingress with Gateway in DNS.md (#64)
* 1. remove Ingress with Gateway. 2. fix typos

* replace the custom domain 'knative.dev' with 'knative-exampl.ecom' to avoid confusion

* 1. replace knative-example.com with mydomain.com. 2. fix some weird line break

* fix typo and reorder the content about how to create DNS records
2018-07-06 13:21:58 -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
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
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
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