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,7 +1,7 @@
---
assignees:
- bboreham
title: Weave Net Addon
---
The [Weave Net Addon](https://www.weave.works/docs/net/latest/kube-addon/) for Kubernetes comes with a Network Policy Controller.
@@ -2,7 +2,7 @@
assignees:
- caesarxuchao
- erictune
title: Setting up Kubernetes with Juju
---
Ubuntu 16.04 introduced the [Canonical Distribution of Kubernetes](https://jujucharms.com/canonical-kubernetes/), a pure upstream distribution of Kubernetes designed for production usage. Out of the box it comes with the following components on 12 machines:
+1 -1
View File
@@ -1,5 +1,5 @@
---
title: Deploying Kubernetes with Calico Networking on Ubuntu
---
This document describes how to deploy Kubernetes with Calico networking from scratch on _bare metal_ Ubuntu. For more information on Project Calico, visit [projectcalico.org](http://projectcalico.org) and the [calico-containers repository](https://github.com/projectcalico/calico-containers).
+1 -1
View File
@@ -1,7 +1,7 @@
---
assignees:
- thockin
title: Manually Deploying Kubernetes on Ubuntu Nodes
---
This document describes how to deploy Kubernetes on ubuntu nodes, 1 master and 3 nodes involved