Adds explicit titles to all docs missing them.
This commit is contained in:
+1
-3
@@ -2,14 +2,12 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- soltysh
|
- soltysh
|
||||||
- sttts
|
- sttts
|
||||||
|
title: Audit in Kubernetes
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
{:toc}
|
{:toc}
|
||||||
|
|
||||||
## Audit in Kubernetes
|
|
||||||
|
|
||||||
Kubernetes Audit provides a security-relevant chronological set of records documenting
|
Kubernetes Audit provides a security-relevant chronological set of records documenting
|
||||||
the sequence of activities that have affected system by individual users, administrators
|
the sequence of activities that have affected system by individual users, administrators
|
||||||
or other components of the system. It allows cluster administrator to
|
or other components of the system. It allows cluster administrator to
|
||||||
|
|||||||
@@ -1,14 +1,12 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- jszczepkowski
|
- jszczepkowski
|
||||||
|
title: Setting up High-Availability Kubernetes Masters
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
{: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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -3,15 +3,13 @@ assignees:
|
|||||||
- davidopp
|
- davidopp
|
||||||
- filipg
|
- filipg
|
||||||
- piosz
|
- piosz
|
||||||
|
title: Guaranteed Scheduling For Critical Add-On Pods
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
{:toc}
|
{:toc}
|
||||||
|
|
||||||
# "Guaranteed" scheduling of critical add-on pods
|
## Overview
|
||||||
|
|
||||||
## Critical add-ons
|
|
||||||
|
|
||||||
In addition to Kubernetes core components like api-server, scheduler, controller-manager running on a master machine
|
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).
|
there are a number of add-ons which, for various reasons, must run on a regular cluster node (rather than the Kubernetes master).
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- sttts
|
- sttts
|
||||||
|
title: Using Sysctls in a Kubernetes Cluster
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- bboreham
|
- 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.
|
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:
|
assignees:
|
||||||
- caesarxuchao
|
- caesarxuchao
|
||||||
- erictune
|
- 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:
|
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,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).
|
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,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- thockin
|
- thockin
|
||||||
|
title: Manually Deploying Kubernetes on Ubuntu Nodes
|
||||||
---
|
---
|
||||||
|
|
||||||
This document describes how to deploy Kubernetes on ubuntu nodes, 1 master and 3 nodes involved
|
This document describes how to deploy Kubernetes on ubuntu nodes, 1 master and 3 nodes involved
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Providing Load-Balanced Access to an Application in a Cluster
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- erictune
|
- erictune
|
||||||
|
title: Pod Templates
|
||||||
---
|
---
|
||||||
|
|
||||||
Pod templates are [pod](/docs/user-guide/pods/) specifications which are included in other objects, such as
|
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
|
[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.
|
[DaemonSets](/docs/admin/daemons/). Controllers use Pod Templates to make actual pods.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- erictune
|
- erictune
|
||||||
|
title: Init Containers
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
Reference in New Issue
Block a user