From 1457c920938293861e3c0221deaca9f05d4ead7c Mon Sep 17 00:00:00 2001 From: RichieEscarez Date: Tue, 8 Jan 2019 10:46:31 -0800 Subject: [PATCH 1/3] Add custom install and Knative codelab links --- install/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/README.md b/install/README.md index 810acb37049..90878459947 100644 --- a/install/README.md +++ b/install/README.md @@ -38,6 +38,11 @@ software on, use the following instructions: - [Knative Install on any Kubernetes](Knative-with-any-k8s.md) +If you want to customize your Knative installation, use the following +instructions: + +- [Custom Knative Install on any Kubernetes](Knative-custom-install.md) + ## Deploying an app Now you're ready to deploy an app: @@ -48,6 +53,9 @@ Now you're ready to deploy an app: - View the available [sample apps](../serving/samples) and deploy one of your choosing. + +- Walk through a Google codelab: + [Using Knative to deploy serverless applications to Kubernetes](https://codelabs.developers.google.com/codelabs/knative-intro/#0) ## Configuring Knative Serving From 8c224689f7923742ddece4c2308f2d4ae9336989 Mon Sep 17 00:00:00 2001 From: RichieEscarez Date: Tue, 8 Jan 2019 10:51:12 -0800 Subject: [PATCH 2/3] remove custom install forgot that https://github.com/knative/docs/pull/565/files exists --- install/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install/README.md b/install/README.md index 90878459947..a6d03400586 100644 --- a/install/README.md +++ b/install/README.md @@ -38,11 +38,6 @@ software on, use the following instructions: - [Knative Install on any Kubernetes](Knative-with-any-k8s.md) -If you want to customize your Knative installation, use the following -instructions: - -- [Custom Knative Install on any Kubernetes](Knative-custom-install.md) - ## Deploying an app Now you're ready to deploy an app: From d0778f5b54a7feb664d851dfcf000eea4564b92f Mon Sep 17 00:00:00 2001 From: RichieEscarez Date: Tue, 8 Jan 2019 11:33:56 -0800 Subject: [PATCH 3/3] remove colon --- install/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/README.md b/install/README.md index a6d03400586..6e0a0df4531 100644 --- a/install/README.md +++ b/install/README.md @@ -49,8 +49,8 @@ Now you're ready to deploy an app: - View the available [sample apps](../serving/samples) and deploy one of your choosing. -- Walk through a Google codelab: - [Using Knative to deploy serverless applications to Kubernetes](https://codelabs.developers.google.com/codelabs/knative-intro/#0) +- Walk through the Google codelab, + [Using Knative to deploy serverless applications to Kubernetes](https://codelabs.developers.google.com/codelabs/knative-intro/#0). ## Configuring Knative Serving