Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

from Distributed installation to Kubernetes #1983

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup/install/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-installation) on Kubernetes

Halyard deploys each of Spinnaker's [microservices](/reference/architecture)
separately. __This is highly recommended for use in production.__
Expand All @@ -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.
Expand Down