Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in cluster-admin guide #5482

Merged
merged 1 commit into from
Mar 16, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cluster-admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It assumes some familiarity with concepts in the [User Guide](user-guide.md).
## Planning a cluster

There are many different examples of how to setup a kubernetes cluster. Many of them are listed in this
[matrix](docs/getting-started-guides/README.md). We call each of the combinations in this matrix a *distro*.
[matrix](getting-started-guides/README.md). We call each of the combinations in this matrix a *distro*.

Before chosing a particular guide, here are some things to consider:
- Are you just looking to try out Kubernetes on your laptop, or build a high-availability many-node cluster? Both
Expand All @@ -22,7 +22,7 @@ Before chosing a particular guide, here are some things to consider:
- Not all distros are maintained as actively. Prefer ones which are listed as tested on a more recent version of
Kubernetes.
- If you are configuring kubernetes on-premises, you will need to consider what [networking
model](../../docs/networking.md) fits best.
model](networking.md) fits best.
- If you are designing for very [high-availability](availability.md), you may want multiple clusters in multiple zones.

## Setting up a cluster
Expand Down