mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 03:03:40 +00:00
Add tables of contents to getting started guides.
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
### Running Multi-Node Kubernetes Using Docker
|
||||
# Running Multi-Node Kubernetes Using Docker
|
||||
|
||||
_Note_:
|
||||
These instructions are somewhat significantly more advanced than the [single node](docker.md) instructions. If you are
|
||||
interested in just starting to explore Kubernetes, we recommend that you start there.
|
||||
|
||||
## Table of Contents
|
||||
* [Overview](#overview)
|
||||
* [Installing the master node](#master-node)
|
||||
* [Installing a worker node](#adding-a-worker-node)
|
||||
* [Testing your cluster](#testing-your-cluster)
|
||||
|
||||
- [Running Multi-Node Kubernetes Using Docker](#running-multi-node-kubernetes-using-docker)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Overview](#overview)
|
||||
- [Bootstrap Docker](#bootstrap-docker)
|
||||
- [Master Node](#master-node)
|
||||
- [Adding a worker node](#adding-a-worker-node)
|
||||
- [Testing your cluster](#testing-your-cluster)
|
||||
|
||||
## Overview
|
||||
This guide will set up a 2-node kubernetes cluster, consisting of a _master_ node which hosts the API server and orchestrates work
|
||||
|
Reference in New Issue
Block a user