This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 403
Update index.md #2086
Open
Hym-tw
wants to merge
1
commit into
spinnaker:master
Choose a base branch
from
Hym-tw:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update index.md #2086
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,30 +14,27 @@ in [Quickstart](/setup/quickstart/) might be a better choice. | |
|
||
## What you'll need | ||
|
||
* A machine on which to install Halyard | ||
* A machine to install Halyard | ||
|
||
This can be a local machine or VM (Ubuntu 14.04/16.04, Debian, or macOS), or | ||
it can be a Docker container. Make sure it has at least 12GB of memory. | ||
This can be a local machine or a VM (Ubuntu 14.04/16.04, Debian, or macOS), or a Docker container. Whatever you choose, make sure it has at least 12GB of RAM. | ||
|
||
* A Kubernetes cluster on which to install Spinnaker itself | ||
* A Kubernetes cluster to install Spinnaker | ||
|
||
We recommend at least 4 cores and 16GB of RAM available in the cluster. | ||
|
||
You can also install [on a single local machine](https://www.spinnaker.io/setup/install/environment/#local-debian), or [for Spinnaker development](https://www.spinnaker.io/setup/install/environment/#local-git), making sure you have the 4 cores and 16GB in each case. | ||
You can also install Spinnaker [on a local Debian machine](https://www.spinnaker.io/setup/install/environment/#local-debian). If you're a developer, you can install [Spinnaker for development](https://www.spinnaker.io/setup/install/environment/#local-git). Make sure that you have a machine with 4 cores and 16GB in each case. | ||
|
||
## The process | ||
|
||
Installing a complete Spinnaker involves these steps: | ||
To install Spinnaker, follow these steps: | ||
1. [Install Halyard](/setup/install/halyard/) | ||
1. [Choose a cloud provider](/setup/install/providers/) | ||
1. [Choose an environment](/setup/install/environment/) | ||
1. [Choose a storage service](/setup/install/storage/) | ||
1. [Deploy Spinnaker](/setup/install/deploy/) | ||
1. [Back up your config](/setup/install/backups/) | ||
1. [Configure everything else](/setup/other_config/) (which includes a lot of | ||
stuff you need before you can use Spinnaker in production) | ||
1. [Productionize Spinnaker](/setup/productionize/) (which mainly helps you | ||
configure Spinnaker to scale for production) | ||
1. [Configure everything else](/setup/other_config/) (desrcibes what need to do before you can use Spinnaker in production) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. describes* |
||
1. [Productionize Spinnaker](/setup/productionize/) (describes what you need to do to scale and configure Spinnaker for production) | ||
|
||
## And then what? | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be "4 cores and 16GB of RAM" rather than "12 GB of RAM" to be in line with the requirements for a Kubernetes cluster or the local debiaN?