Switch to native kramdown in-page TOCs instead of proprietary
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: "Admission Controllers"
|
||||
---
|
||||
{% include pagetoc.html %}
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What are they?
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@ title: "Using Large Clusters"
|
||||
|
||||
At v1.0, Kubernetes supports clusters up to 100 nodes with 30 pods per node and 1-2 containers per pod.
|
||||
|
||||
{% include pagetoc.html %}
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: "Daemon Sets"
|
||||
---
|
||||
{% include pagetoc.html %}
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What is a _Daemon Set_?
|
||||
|
||||
|
||||
@@ -12,7 +12,8 @@ or try [Google Container Engine](https://cloud.google.com/container-engine/) for
|
||||
Also, at this time high availability support for Kubernetes is not continuously tested in our end-to-end (e2e) testing. We will
|
||||
be working to add this continuous testing, but for now the single-node master installations are more heavily tested.
|
||||
|
||||
{% include pagetoc.html %}
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@ title: "Kubernetes Cluster Admin Guide"
|
||||
The cluster admin guide is for anyone creating or administering a Kubernetes cluster.
|
||||
It assumes some familiarity with concepts in the [User Guide](../user-guide/README).
|
||||
|
||||
{% include pagetoc.html %}
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
## Planning a cluster
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: "Networking in Kubernetes"
|
||||
---
|
||||
{% include pagetoc.html %}
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
Kubernetes approaches networking somewhat differently than Docker does by
|
||||
default. There are 4 distinct networking problems to solve:
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: "Node"
|
||||
---
|
||||
{% include pagetoc.html %}
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
## What is a node?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user