From 3303506927378ae038d69ed949b1480e9cda3fd9 Mon Sep 17 00:00:00 2001 From: Devin Donnelly Date: Thu, 5 Jan 2017 15:14:27 -0800 Subject: [PATCH] Adds explicit titles to all docs missing them. --- docs/admin/audit.md | 4 +--- docs/admin/ha-master-gce.md | 4 +--- docs/admin/rescheduler.md | 6 ++---- docs/admin/sysctls.md | 2 +- docs/getting-started-guides/network-policy/weave.md | 2 +- docs/getting-started-guides/ubuntu/automated.md | 2 +- docs/getting-started-guides/ubuntu/calico.md | 2 +- docs/getting-started-guides/ubuntu/manual.md | 2 +- .../load-balance-access-application-cluster.md | 1 + docs/user-guide/pod-templates.md | 3 ++- docs/user-guide/pods/init-container.md | 2 +- 11 files changed, 13 insertions(+), 17 deletions(-) diff --git a/docs/admin/audit.md b/docs/admin/audit.md index e195d0909f..ec4f7b2e95 100644 --- a/docs/admin/audit.md +++ b/docs/admin/audit.md @@ -2,14 +2,12 @@ assignees: - soltysh - sttts - +title: Audit in Kubernetes --- * TOC {:toc} -## Audit in Kubernetes - Kubernetes Audit provides a security-relevant chronological set of records documenting the sequence of activities that have affected system by individual users, administrators or other components of the system. It allows cluster administrator to diff --git a/docs/admin/ha-master-gce.md b/docs/admin/ha-master-gce.md index 871ce56606..91e0019272 100644 --- a/docs/admin/ha-master-gce.md +++ b/docs/admin/ha-master-gce.md @@ -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. diff --git a/docs/admin/rescheduler.md b/docs/admin/rescheduler.md index ba3633e83b..1d81ac63f2 100644 --- a/docs/admin/rescheduler.md +++ b/docs/admin/rescheduler.md @@ -3,15 +3,13 @@ assignees: - davidopp - filipg - piosz - +title: Guaranteed Scheduling For Critical Add-On Pods --- * TOC {:toc} -# "Guaranteed" scheduling of critical add-on pods - -## Critical add-ons +## Overview In addition to Kubernetes core components like api-server, scheduler, controller-manager running on a master machine there are a number of add-ons which, for various reasons, must run on a regular cluster node (rather than the Kubernetes master). diff --git a/docs/admin/sysctls.md b/docs/admin/sysctls.md index ff6829850e..aa75c4df2a 100644 --- a/docs/admin/sysctls.md +++ b/docs/admin/sysctls.md @@ -1,7 +1,7 @@ --- assignees: - sttts - +title: Using Sysctls in a Kubernetes Cluster --- * TOC diff --git a/docs/getting-started-guides/network-policy/weave.md b/docs/getting-started-guides/network-policy/weave.md index 8fd1a072d7..d26634e8d9 100644 --- a/docs/getting-started-guides/network-policy/weave.md +++ b/docs/getting-started-guides/network-policy/weave.md @@ -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. diff --git a/docs/getting-started-guides/ubuntu/automated.md b/docs/getting-started-guides/ubuntu/automated.md index d82c4ca545..fc4314a5af 100644 --- a/docs/getting-started-guides/ubuntu/automated.md +++ b/docs/getting-started-guides/ubuntu/automated.md @@ -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: diff --git a/docs/getting-started-guides/ubuntu/calico.md b/docs/getting-started-guides/ubuntu/calico.md index 88028d14bd..19c6a15ad4 100644 --- a/docs/getting-started-guides/ubuntu/calico.md +++ b/docs/getting-started-guides/ubuntu/calico.md @@ -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). diff --git a/docs/getting-started-guides/ubuntu/manual.md b/docs/getting-started-guides/ubuntu/manual.md index 29f6986e25..8e0c10af1b 100644 --- a/docs/getting-started-guides/ubuntu/manual.md +++ b/docs/getting-started-guides/ubuntu/manual.md @@ -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 diff --git a/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md b/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md index 3fc08562d0..c42d97e3e9 100644 --- a/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md +++ b/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md @@ -1,4 +1,5 @@ --- +title: Providing Load-Balanced Access to an Application in a Cluster --- {% capture overview %} diff --git a/docs/user-guide/pod-templates.md b/docs/user-guide/pod-templates.md index 1b73b73694..a10c60c62b 100644 --- a/docs/user-guide/pod-templates.md +++ b/docs/user-guide/pod-templates.md @@ -1,8 +1,9 @@ --- assignees: - erictune - +title: Pod Templates --- + Pod templates are [pod](/docs/user-guide/pods/) specifications which are included in other objects, such as [Replication Controllers](/docs/user-guide/replication-controller/), [Jobs](/docs/user-guide/jobs/), and [DaemonSets](/docs/admin/daemons/). Controllers use Pod Templates to make actual pods. diff --git a/docs/user-guide/pods/init-container.md b/docs/user-guide/pods/init-container.md index e5319b7018..82524ba753 100644 --- a/docs/user-guide/pods/init-container.md +++ b/docs/user-guide/pods/init-container.md @@ -1,7 +1,7 @@ --- assignees: - erictune - +title: Init Containers --- * TOC