Adds explicit titles to all docs missing them.

This commit is contained in:
Devin Donnelly
2017-01-05 15:14:27 -08:00
parent 4ba73911be
commit 3303506927
11 changed files with 13 additions and 17 deletions
+1 -3
View File
@@ -1,14 +1,12 @@
---
assignees:
- jszczepkowski
title: Setting up High-Availability Kubernetes Masters
---
* TOC
{:toc}
## Introduction
Kubernetes version 1.5 adds alpha support for replicating Kubernetes masters in `kube-up` or `kube-down` scripts for Google Compute Engine.
This document describes how to use kube-up/down scripts to manage highly available (HA) masters and how HA masters are implemented for use with GCE.