From 5cd9ec0924d0f4c62dc16060be6f4490d92cf6e6 Mon Sep 17 00:00:00 2001 From: Andres Leon Rangel Date: Thu, 23 Jul 2020 14:37:44 +1200 Subject: [PATCH 1/2] from Distributed installation to Kubernetes I changed to match the convention the other titles follow $Installation_Type $System_Type e.g. Distributed Kubernetes Local Debian Local Git --- setup/install/environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/install/environment.md b/setup/install/environment.md index d84c1271b7..a59cd43ec8 100644 --- a/setup/install/environment.md +++ b/setup/install/environment.md @@ -12,7 +12,7 @@ In this step, you tell Halyard in what type of environment to install Spinnaker. The recommended path is a distributed installation onto a Kubernetes cluster, but all of these methods are supported: -* [Distributed installation](#distributed-installation) on Kubernetes +* [Distributed Kubernetes](#distributed-kubernetes) on Kubernetes Halyard deploys each of Spinnaker's [microservices](/reference/architecture) separately. __This is highly recommended for use in production.__ @@ -30,7 +30,7 @@ but all of these methods are supported: distributed one for using Spinnaker in production, and this local Git one for developing Spinnaker contributions. -## Distributed installation +## Distributed Kubernetes Distributed installations are for development orgs with large resource footprints, and for those who can't afford downtime during Spinnaker updates. From 0ad226cd18ea1ee1f249408e2664661c452f93b6 Mon Sep 17 00:00:00 2001 From: Andres Leon Rangel Date: Fri, 24 Jul 2020 10:40:31 +1200 Subject: [PATCH 2/2] reverted change in title --- setup/install/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install/environment.md b/setup/install/environment.md index a59cd43ec8..f17877f526 100644 --- a/setup/install/environment.md +++ b/setup/install/environment.md @@ -12,7 +12,7 @@ In this step, you tell Halyard in what type of environment to install Spinnaker. The recommended path is a distributed installation onto a Kubernetes cluster, but all of these methods are supported: -* [Distributed Kubernetes](#distributed-kubernetes) on Kubernetes +* [Distributed Kubernetes](#distributed-installation) on Kubernetes Halyard deploys each of Spinnaker's [microservices](/reference/architecture) separately. __This is highly recommended for use in production.__