Commit Graph

2552 Commits

Author SHA1 Message Date
Ryan Gregg 951bbaf086
Fix grammar 2018-07-11 09:49:07 -07:00
Ryan Gregg 31a212856b
Fix the top level scenarios 2018-07-11 09:48:42 -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
Sam O'Dell 2ddf03ea54
Remove "Serving" 2018-07-11 09:34:02 -07:00
Ivan Nikittin a628d8125e Fixing some minor things in the community readme (#97) 2018-07-11 09:32:52 -07:00
RichieEscarez 4913e47873 Adding "kubectl" component step to install (#95)
Adding mention of kudectl component as a requirement as well as a new step in the Cloud SDK install section.
2018-07-11 09:32:14 -07:00
Jason Hall 378d0a89eb Use revision everywhere instead of branch (#102) 2018-07-11 09:31:26 -07:00
Mark Chmarny 73e43c2975 Easy to Knative (#103) 2018-07-11 09:30:55 -07:00
Mark Chmarny 36133b0c75 Removed Serving (#104) 2018-07-11 09:30:31 -07:00
Ivan Nikittin 3a74a37fab Changes to to top-level readme to fix a few minor things (#96) 2018-07-11 09:08:00 -07:00
Jason Hall 76b0b7c201 Use revision in build for private-repo sample (#101) 2018-07-11 08:49:34 -07:00
Sam O'Dell 868785656b Adds Getting Started Deployment Guide, updates to GKE and Minikube installs (#89)
* Adding new Getting Started walkthrough, updates to GKE and minikube install guides

* Edit of new getting started guide and minor updates to existing install guides.

* Changes based on @labadavs review
2018-07-10 14:33:33 -07:00
Ryan Gregg dafe895e23 Link to other pages (#90) 2018-07-10 13:21:34 -07:00
Jason Hall 8e1bc440ee Fix links in build docs (#86)
* Fix links

* Update builds.md
2018-07-10 12:54:48 -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
Kent Rancourt bb3380c9ec docs: trivial grammar fixes (#93) 2018-07-10 11:25:34 -07:00
Thomas Risberg 3882a2e3f5 Fix link to samples README (#85) 2018-07-10 10:35:34 -07:00
adamharwayne 1bb852f2cb Fix the sample apps link. (#91) 2018-07-10 10:14:39 -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
Adriano Cunha 7e51ecbcbb Remove bobcatfish from OWNERS (#84)
bobcatfish is transitioning off of this project.
2018-07-10 09:48:39 -07:00
Grant Rodgers 92e94a87db Fix links to knative/serving files in README (#81)
* Fix links to knative/serving files in README

* Link to community CONTRIBUTING

Removed link to serving-specific DEVELOPMENT.md.
2018-07-10 09:48:34 -07:00
Jason Hall d4deb7a97e Use correct annotations (#87) 2018-07-10 09:25:34 -07:00
jonjohnsonjr 1f4b8af54c Add ko local flag to kube cluster instructions (#1546)
* Add ko local flag to kube cluster instructions

* Address feedback

* Comments
2018-07-09 18:33:33 -07:00
Nghia Tran c489639981 Fix Knative with Minikube doc. (#80)
* Fix Minikube doc.

* Add a command to wait for the route

* Address nits
2018-07-09 13:49:04 -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
Sam O'Dell c2ade319bd Updates to GKE and Minikube install guides (#79)
* Merging in progress work from install repo into /docs/install

* Updates to Knative-with-GKE.md and README.md

* Fixing formatting of lists

* Updating minikube guide to be parallel with GKE guide

* Wrapping Knative-with-Minikube.md at 80 chars
2018-07-09 11:08:04 -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
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 f27c719d2e Replace Ingress with Gateway in the instruction of setting up static IP (#1456)
* Replace Ingress with Gateway

* fix typos

* fix typo
2018-07-02 21:49:19 -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
Bernd Krannich 445c445e30 Fix Kibana UI link (#1435) 2018-07-02 01:03:19 -07:00
Jason Hall a1b43fbe48 Update Build vendor (#1384)
* Update build vendor, fix tests

* Update build.dev references

* update commit

* Update build vendor, fix tests

* update commit

* update

* update build/release.yaml

* Update samples to use revision instead of branch

* update dep
2018-07-01 19:38:26 -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
jonjohnsonjr 7aa1bdaf3b gofmt telemetry.md example (#1393) 2018-06-29 15:56:38 -07:00
Nghia Tran 519d3c0611 Migrate to Istio v1alpha3 Gateway / VirtualService (#1228)
* Move to using Istio v1alpha3 API.

* Removing ingressInformer from controllers since we no longer need.

* Update typo and utilization target for HPA.

* Add README.md to explain how we create these types.

* Update per PR feedback

* Update per PR feedback.

* Add back the timeout settings.

The timeout headers were added when we used v1alpha2 in order to allow
more time for 0->1 scaling.  I accidentally undo that change when
moving to v1alpha3.  This adds it back.

* Run hack/update-codegen.sh.

* Update per PR feedback.

* Update per PR feedback.

* Update per PR feedback.
2018-06-29 11:33:36 -07:00
Sukhil Suresh eb9210501c Certain registries can now skip tag to digest resolving (#1390)
By default the controller is configured to skip resolving
for the following registries:
- ko.local
- dev.local

This should address issue #1093

Co-authored-by: Sukhil Suresh <ssuresh@pivotal.io>
2018-06-29 09:49:42 -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