mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Fix indentation of ToC in Getting-Started-Guides..
This commit is contained in:
		@@ -3,15 +3,15 @@ Getting started on AWS EC2
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Cluster turnup](#cluster-turnup)
 | 
					- [Cluster turnup](#cluster-turnup)
 | 
				
			||||||
        - [Supported procedure: `get-kube`](#supported-procedure-get-kube)
 | 
					    - [Supported procedure: `get-kube`](#supported-procedure-get-kube)
 | 
				
			||||||
        - [Alternatives](#alternatives)
 | 
					    - [Alternatives](#alternatives)
 | 
				
			||||||
    - [Getting started with your cluster](#getting-started-with-your-cluster)
 | 
					- [Getting started with your cluster](#getting-started-with-your-cluster)
 | 
				
			||||||
        - [Command line administration tool: `kubectl`](#command-line-administration-tool-kubectl)
 | 
					    - [Command line administration tool: `kubectl`](#command-line-administration-tool-kubectl)
 | 
				
			||||||
        - [Examples](#examples)
 | 
					    - [Examples](#examples)
 | 
				
			||||||
    - [Tearing down the cluster](#tearing-down-the-cluster)
 | 
					- [Tearing down the cluster](#tearing-down-the-cluster)
 | 
				
			||||||
    - [Further reading](#further-reading)
 | 
					- [Further reading](#further-reading)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Prerequisites
 | 
					## Prerequisites
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,14 +3,14 @@ Kubernetes on Azure with CoreOS and [Weave](http://weave.works)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Introduction](#introduction)
 | 
					- [Introduction](#introduction)
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Let's go!](#lets-go)
 | 
					- [Let's go!](#lets-go)
 | 
				
			||||||
    - [Deploying the workload](#deploying-the-workload)
 | 
					- [Deploying the workload](#deploying-the-workload)
 | 
				
			||||||
    - [Scaling](#scaling)
 | 
					- [Scaling](#scaling)
 | 
				
			||||||
    - [Exposing the app to the outside world](#exposing-the-app-to-the-outside-world)
 | 
					- [Exposing the app to the outside world](#exposing-the-app-to-the-outside-world)
 | 
				
			||||||
    - [Next steps](#next-steps)
 | 
					- [Next steps](#next-steps)
 | 
				
			||||||
    - [Tear down...](#tear-down)
 | 
					- [Tear down...](#tear-down)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Introduction
 | 
					## Introduction
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,22 +4,20 @@ Deploy a CoreOS running Kubernetes environment. This particular guild is made to
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [High Level Design](#high-level-design)
 | 
					- [High Level Design](#high-level-design)
 | 
				
			||||||
    - [This Guides variables](#this-guides-variables)
 | 
					- [This Guides variables](#this-guides-variables)
 | 
				
			||||||
    - [Setup PXELINUX CentOS](#setup-pxelinux-centos)
 | 
					- [Setup PXELINUX CentOS](#setup-pxelinux-centos)
 | 
				
			||||||
    - [Adding CoreOS to PXE](#adding-coreos-to-pxe)
 | 
					- [Adding CoreOS to PXE](#adding-coreos-to-pxe)
 | 
				
			||||||
    - [DHCP configuration](#dhcp-configuration)
 | 
					- [DHCP configuration](#dhcp-configuration)
 | 
				
			||||||
    - [Kubernetes](#kubernetes)
 | 
					- [Kubernetes](#kubernetes)
 | 
				
			||||||
    - [Cloud Configs](#cloud-configs)
 | 
					- [Cloud Configs](#cloud-configs)
 | 
				
			||||||
        - [master.yml](#masteryml)
 | 
					    - [master.yml](#masteryml)
 | 
				
			||||||
- [cloud-config](#cloud-config)
 | 
					    - [node.yml](#nodeyml)
 | 
				
			||||||
        - [node.yml](#nodeyml)
 | 
					- [New pxelinux.cfg file](#new-pxelinuxcfg-file)
 | 
				
			||||||
- [cloud-config](#cloud-config)
 | 
					- [Specify the pxelinux targets](#specify-the-pxelinux-targets)
 | 
				
			||||||
    - [New pxelinux.cfg file](#new-pxelinuxcfg-file)
 | 
					- [Creating test pod](#creating-test-pod)
 | 
				
			||||||
    - [Specify the pxelinux targets](#specify-the-pxelinux-targets)
 | 
					- [Helping commands for debugging](#helping-commands-for-debugging)
 | 
				
			||||||
    - [Creating test pod](#creating-test-pod)
 | 
					 | 
				
			||||||
    - [Helping commands for debugging](#helping-commands-for-debugging)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Prerequisites
 | 
					## Prerequisites
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,12 +7,12 @@ interested in just starting to explore Kubernetes, we recommend that you start t
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
  - [Overview](#overview)
 | 
					- [Overview](#overview)
 | 
				
			||||||
    - [Bootstrap Docker](#bootstrap-docker)
 | 
					  - [Bootstrap Docker](#bootstrap-docker)
 | 
				
			||||||
  - [Master Node](#master-node)
 | 
					- [Master Node](#master-node)
 | 
				
			||||||
  - [Adding a worker node](#adding-a-worker-node)
 | 
					- [Adding a worker node](#adding-a-worker-node)
 | 
				
			||||||
  - [Testing your cluster](#testing-your-cluster)
 | 
					- [Testing your cluster](#testing-your-cluster)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Prerequisites
 | 
					## Prerequisites
 | 
				
			||||||
1. You need a machine with docker installed.
 | 
					1. You need a machine with docker installed.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,15 +3,15 @@ Running kubernetes locally via Docker
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Overview](#setting-up-a-cluster)
 | 
					- [Overview](#setting-up-a-cluster)
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Step One: Run etcd](#step-one-run-etcd)
 | 
					- [Step One: Run etcd](#step-one-run-etcd)
 | 
				
			||||||
    - [Step Two: Run the master](#step-two-run-the-master)
 | 
					- [Step Two: Run the master](#step-two-run-the-master)
 | 
				
			||||||
    - [Step Three: Run the service proxy](#step-three-run-the-service-proxy)
 | 
					- [Step Three: Run the service proxy](#step-three-run-the-service-proxy)
 | 
				
			||||||
    - [Test it out](#test-it-out)
 | 
					- [Test it out](#test-it-out)
 | 
				
			||||||
    - [Run an application](#run-an-application)
 | 
					- [Run an application](#run-an-application)
 | 
				
			||||||
    - [Expose it as a service:](#expose-it-as-a-service)
 | 
					- [Expose it as a service:](#expose-it-as-a-service)
 | 
				
			||||||
    - [A note on turning down your cluster](#a-note-on-turning-down-your-cluster)
 | 
					- [A note on turning down your cluster](#a-note-on-turning-down-your-cluster)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Overview
 | 
					### Overview
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,12 +5,12 @@ Configuring kubernetes on Fedora via Ansible offers a simple way to quickly crea
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Architecture of the cluster](#architecture-of-the-cluster)
 | 
					- [Architecture of the cluster](#architecture-of-the-cluster)
 | 
				
			||||||
    - [Configuring ssh access to the cluster](#configuring-ssh-access-to-the-cluster)
 | 
					- [Configuring ssh access to the cluster](#configuring-ssh-access-to-the-cluster)
 | 
				
			||||||
    - [Configuring the internal kubernetes network](#configuring-the-internal-kubernetes-network)
 | 
					- [Configuring the internal kubernetes network](#configuring-the-internal-kubernetes-network)
 | 
				
			||||||
    - [Setting up the cluster](#setting-up-the-cluster)
 | 
					- [Setting up the cluster](#setting-up-the-cluster)
 | 
				
			||||||
    - [Testing and using your new cluster](#testing-and-using-your-new-cluster)
 | 
					- [Testing and using your new cluster](#testing-and-using-your-new-cluster)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
##Prerequisites
 | 
					##Prerequisites
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,8 +3,8 @@ Getting started on [Fedora](http://fedoraproject.org)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Instructions](#instructions)
 | 
					- [Instructions](#instructions)
 | 
				
			||||||
## Prerequisites
 | 
					## Prerequisites
 | 
				
			||||||
1. You need 2 or more machines with Fedora installed.
 | 
					1. You need 2 or more machines with Fedora installed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,11 +3,11 @@ Kubernetes multiple nodes cluster with flannel on Fedora
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Introduction](#introduction)
 | 
					- [Introduction](#introduction)
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Master Setup](#master-setup)
 | 
					- [Master Setup](#master-setup)
 | 
				
			||||||
    - [Node Setup](#node-setup)
 | 
					- [Node Setup](#node-setup)
 | 
				
			||||||
    - [**Test the cluster and flannel configuration**](#test-the-cluster-and-flannel-configuration)
 | 
					- [**Test the cluster and flannel configuration**](#test-the-cluster-and-flannel-configuration)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Introduction
 | 
					## Introduction
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,20 +3,20 @@ Getting started on Google Compute Engine
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Before you start](#before-you-start)
 | 
					- [Before you start](#before-you-start)
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Starting a cluster](#starting-a-cluster)
 | 
					- [Starting a cluster](#starting-a-cluster)
 | 
				
			||||||
    - [Installing the kubernetes command line tools on your workstation](#installing-the-kubernetes-command-line-tools-on-your-workstation)
 | 
					- [Installing the kubernetes command line tools on your workstation](#installing-the-kubernetes-command-line-tools-on-your-workstation)
 | 
				
			||||||
    - [Getting started with your cluster](#getting-started-with-your-cluster)
 | 
					- [Getting started with your cluster](#getting-started-with-your-cluster)
 | 
				
			||||||
        - [Inspect your cluster](#inspect-your-cluster)
 | 
					    - [Inspect your cluster](#inspect-your-cluster)
 | 
				
			||||||
        - [Run some examples](#run-some-examples)
 | 
					    - [Run some examples](#run-some-examples)
 | 
				
			||||||
    - [Tearing down the cluster](#tearing-down-the-cluster)
 | 
					- [Tearing down the cluster](#tearing-down-the-cluster)
 | 
				
			||||||
    - [Customizing](#customizing)
 | 
					- [Customizing](#customizing)
 | 
				
			||||||
    - [Troubleshooting](#troubleshooting)
 | 
					- [Troubleshooting](#troubleshooting)
 | 
				
			||||||
        - [Project settings](#project-settings)
 | 
					    - [Project settings](#project-settings)
 | 
				
			||||||
        - [Cluster initialization hang](#cluster-initialization-hang)
 | 
					    - [Cluster initialization hang](#cluster-initialization-hang)
 | 
				
			||||||
        - [SSH](#ssh)
 | 
					    - [SSH](#ssh)
 | 
				
			||||||
        - [Networking](#networking)
 | 
					    - [Networking](#networking)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The example below creates a Kubernetes cluster with 4 worker node Virtual Machines and a master Virtual Machine (i.e. 5 VMs in your cluster). This cluster is set up and controlled from your workstation (or wherever you find convenient).
 | 
					The example below creates a Kubernetes cluster with 4 worker node Virtual Machines and a master Virtual Machine (i.e. 5 VMs in your cluster). This cluster is set up and controlled from your workstation (or wherever you find convenient).
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,17 +7,17 @@ services has been deployed.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
       - [On Ubuntu](#on-ubuntu)
 | 
					   - [On Ubuntu](#on-ubuntu)
 | 
				
			||||||
       - [With Docker](#with-docker)
 | 
					   - [With Docker](#with-docker)
 | 
				
			||||||
    - [Launch Kubernetes cluster](#launch-kubernetes-cluster)
 | 
					- [Launch Kubernetes cluster](#launch-kubernetes-cluster)
 | 
				
			||||||
    - [Exploring the cluster](#exploring-the-cluster)
 | 
					- [Exploring the cluster](#exploring-the-cluster)
 | 
				
			||||||
    - [Run some containers!](#run-some-containers)
 | 
					- [Run some containers!](#run-some-containers)
 | 
				
			||||||
    - [Scale out cluster](#scale-out-cluster)
 | 
					- [Scale out cluster](#scale-out-cluster)
 | 
				
			||||||
    - [Launch the "k8petstore" example app](#launch-the-k8petstore-example-app)
 | 
					- [Launch the "k8petstore" example app](#launch-the-k8petstore-example-app)
 | 
				
			||||||
    - [Tear down cluster](#tear-down-cluster)
 | 
					- [Tear down cluster](#tear-down-cluster)
 | 
				
			||||||
    - [More Info](#more-info)
 | 
					- [More Info](#more-info)
 | 
				
			||||||
        - [Cloud compatibility](#cloud-compatibility)
 | 
					    - [Cloud compatibility](#cloud-compatibility)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Prerequisites
 | 
					## Prerequisites
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,16 +3,16 @@ Getting started with libvirt CoreOS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Highlights](#highlights)
 | 
					- [Highlights](#highlights)
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Setup](#setup)
 | 
					- [Setup](#setup)
 | 
				
			||||||
    - [Interacting with your Kubernetes cluster with the `kube-*` scripts.](#interacting-with-your-kubernetes-cluster-with-the-kube--scripts)
 | 
					- [Interacting with your Kubernetes cluster with the `kube-*` scripts.](#interacting-with-your-kubernetes-cluster-with-the-kube--scripts)
 | 
				
			||||||
    - [Troubleshooting](#troubleshooting)
 | 
					- [Troubleshooting](#troubleshooting)
 | 
				
			||||||
        - [!!! Cannot find kubernetes-server-linux-amd64.tar.gz](#-cannot-find-kubernetes-server-linux-amd64targz)
 | 
					    - [!!! Cannot find kubernetes-server-linux-amd64.tar.gz](#-cannot-find-kubernetes-server-linux-amd64targz)
 | 
				
			||||||
        - [Can't find virsh in PATH, please fix and retry.](#cant-find-virsh-in-path-please-fix-and-retry)
 | 
					    - [Can't find virsh in PATH, please fix and retry.](#cant-find-virsh-in-path-please-fix-and-retry)
 | 
				
			||||||
        - [error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory](#error-failed-to-connect-socket-to-varrunlibvirtlibvirt-sock-no-such-file-or-directory)
 | 
					    - [error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory](#error-failed-to-connect-socket-to-varrunlibvirtlibvirt-sock-no-such-file-or-directory)
 | 
				
			||||||
        - [error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission denied](#error-failed-to-connect-socket-to-varrunlibvirtlibvirt-sock-permission-denied)
 | 
					    - [error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission denied](#error-failed-to-connect-socket-to-varrunlibvirtlibvirt-sock-permission-denied)
 | 
				
			||||||
        - [error: Out of memory initializing network (virsh net-create...)](#error-out-of-memory-initializing-network-virsh-net-create)
 | 
					    - [error: Out of memory initializing network (virsh net-create...)](#error-out-of-memory-initializing-network-virsh-net-create)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Highlights
 | 
					### Highlights
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,20 +3,20 @@ Getting started locally
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Requirements](#requirements)
 | 
					- [Requirements](#requirements)
 | 
				
			||||||
        - [Linux](#linux)
 | 
					    - [Linux](#linux)
 | 
				
			||||||
        - [Docker](#docker)
 | 
					    - [Docker](#docker)
 | 
				
			||||||
        - [etcd](#etcd)
 | 
					    - [etcd](#etcd)
 | 
				
			||||||
        - [go](#go)
 | 
					    - [go](#go)
 | 
				
			||||||
    - [Starting the cluster](#starting-the-cluster)
 | 
					- [Starting the cluster](#starting-the-cluster)
 | 
				
			||||||
    - [Running a container](#running-a-container)
 | 
					- [Running a container](#running-a-container)
 | 
				
			||||||
    - [Running a user defined pod](#running-a-user-defined-pod)
 | 
					- [Running a user defined pod](#running-a-user-defined-pod)
 | 
				
			||||||
    - [Troubleshooting](#troubleshooting)
 | 
					- [Troubleshooting](#troubleshooting)
 | 
				
			||||||
        - [I cannot reach service IPs on the network.](#i-cannot-reach-service-ips-on-the-network)
 | 
					    - [I cannot reach service IPs on the network.](#i-cannot-reach-service-ips-on-the-network)
 | 
				
			||||||
        - [I cannot create a replication controller with replica size greater than 1!  What gives?](#i-cannot-create-a-replication-controller-with-replica-size-greater-than-1--what-gives)
 | 
					    - [I cannot create a replication controller with replica size greater than 1!  What gives?](#i-cannot-create-a-replication-controller-with-replica-size-greater-than-1--what-gives)
 | 
				
			||||||
        - [I changed Kubernetes code, how do I run it?](#i-changed-kubernetes-code-how-do-i-run-it)
 | 
					    - [I changed Kubernetes code, how do I run it?](#i-changed-kubernetes-code-how-do-i-run-it)
 | 
				
			||||||
        - [kubectl claims to start a container but `get pods` and `docker ps` don't show it.](#kubectl-claims-to-start-a-container-but-get-pods-and-docker-ps-dont-show-it)
 | 
					    - [kubectl claims to start a container but `get pods` and `docker ps` don't show it.](#kubectl-claims-to-start-a-container-but-get-pods-and-docker-ps-dont-show-it)
 | 
				
			||||||
        - [The pods fail to connect to the services by host names](#the-pods-fail-to-connect-to-the-services-by-host-names)
 | 
					    - [The pods fail to connect to the services by host names](#the-pods-fail-to-connect-to-the-services-by-host-names)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Requirements
 | 
					### Requirements
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,15 +3,15 @@ Getting started with Kubernetes on Mesos
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [About Kubernetes on Mesos](#about-kubernetes-on-mesos)
 | 
					- [About Kubernetes on Mesos](#about-kubernetes-on-mesos)
 | 
				
			||||||
        - [Prerequisites](#prerequisites)
 | 
					    - [Prerequisites](#prerequisites)
 | 
				
			||||||
        - [Deploy Kubernetes-Mesos](#deploy-kubernetes-mesos)
 | 
					    - [Deploy Kubernetes-Mesos](#deploy-kubernetes-mesos)
 | 
				
			||||||
        - [Deploy etcd](#deploy-etcd)
 | 
					    - [Deploy etcd](#deploy-etcd)
 | 
				
			||||||
        - [Start Kubernetes-Mesos Services](#start-kubernetes-mesos-services)
 | 
					    - [Start Kubernetes-Mesos Services](#start-kubernetes-mesos-services)
 | 
				
			||||||
            - [Validate KM Services](#validate-km-services)
 | 
					        - [Validate KM Services](#validate-km-services)
 | 
				
			||||||
    - [Spin up a pod](#spin-up-a-pod)
 | 
					- [Spin up a pod](#spin-up-a-pod)
 | 
				
			||||||
    - [Run the Example Guestbook App](#run-the-example-guestbook-app)
 | 
					- [Run the Example Guestbook App](#run-the-example-guestbook-app)
 | 
				
			||||||
            - [Test Guestbook App](#test-guestbook-app)
 | 
					        - [Test Guestbook App](#test-guestbook-app)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## About Kubernetes on Mesos
 | 
					## About Kubernetes on Mesos
 | 
				
			||||||
<!-- TODO: Update, clean up. -->
 | 
					<!-- TODO: Update, clean up. -->
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,10 +3,10 @@ Getting started on oVirt
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [What is oVirt](#what-is-ovirt)
 | 
					- [What is oVirt](#what-is-ovirt)
 | 
				
			||||||
    - [oVirt Cloud Provider Deployment](#ovirt-cloud-provider-deployment)
 | 
					- [oVirt Cloud Provider Deployment](#ovirt-cloud-provider-deployment)
 | 
				
			||||||
    - [Using the oVirt Cloud Provider](#using-the-ovirt-cloud-provider)
 | 
					- [Using the oVirt Cloud Provider](#using-the-ovirt-cloud-provider)
 | 
				
			||||||
    - [oVirt Cloud Provider Screencast](#ovirt-cloud-provider-screencast)
 | 
					- [oVirt Cloud Provider Screencast](#ovirt-cloud-provider-screencast)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## What is oVirt
 | 
					## What is oVirt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,13 +3,13 @@ Getting started on Rackspace
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Introduction](#introduction)
 | 
					- [Introduction](#introduction)
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Provider: Rackspace](#provider-rackspace)
 | 
					- [Provider: Rackspace](#provider-rackspace)
 | 
				
			||||||
    - [Build](#build)
 | 
					- [Build](#build)
 | 
				
			||||||
    - [Cluster](#cluster)
 | 
					- [Cluster](#cluster)
 | 
				
			||||||
    - [Some notes:](#some-notes)
 | 
					- [Some notes:](#some-notes)
 | 
				
			||||||
    - [Network Design](#network-design)
 | 
					- [Network Design](#network-design)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Introduction
 | 
					## Introduction
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,20 +4,20 @@ Running kubernetes with Vagrant (and VirtualBox) is an easy way to run/test/deve
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Setup](#setup)
 | 
					- [Setup](#setup)
 | 
				
			||||||
    - [Interacting with your Kubernetes cluster with Vagrant.](#interacting-with-your-kubernetes-cluster-with-vagrant)
 | 
					- [Interacting with your Kubernetes cluster with Vagrant.](#interacting-with-your-kubernetes-cluster-with-vagrant)
 | 
				
			||||||
    - [Authenticating with your master](#authenticating-with-your-master)
 | 
					- [Authenticating with your master](#authenticating-with-your-master)
 | 
				
			||||||
    - [Running containers](#running-containers)
 | 
					- [Running containers](#running-containers)
 | 
				
			||||||
    - [Troubleshooting](#troubleshooting)
 | 
					- [Troubleshooting](#troubleshooting)
 | 
				
			||||||
        - [I keep downloading the same (large) box all the time!](#i-keep-downloading-the-same-large-box-all-the-time)
 | 
					    - [I keep downloading the same (large) box all the time!](#i-keep-downloading-the-same-large-box-all-the-time)
 | 
				
			||||||
        - [I just created the cluster, but I am getting authorization errors!](#i-just-created-the-cluster-but-i-am-getting-authorization-errors)
 | 
					    - [I just created the cluster, but I am getting authorization errors!](#i-just-created-the-cluster-but-i-am-getting-authorization-errors)
 | 
				
			||||||
        - [I just created the cluster, but I do not see my container running!](#i-just-created-the-cluster-but-i-do-not-see-my-container-running)
 | 
					    - [I just created the cluster, but I do not see my container running!](#i-just-created-the-cluster-but-i-do-not-see-my-container-running)
 | 
				
			||||||
        - [I want to make changes to Kubernetes code!](#i-want-to-make-changes-to-kubernetes-code)
 | 
					    - [I want to make changes to Kubernetes code!](#i-want-to-make-changes-to-kubernetes-code)
 | 
				
			||||||
        - [I have brought Vagrant up but the nodes cannot validate!](#i-have-brought-vagrant-up-but-the-nodes-cannot-validate)
 | 
					    - [I have brought Vagrant up but the nodes cannot validate!](#i-have-brought-vagrant-up-but-the-nodes-cannot-validate)
 | 
				
			||||||
        - [I want to change the number of nodes!](#i-want-to-change-the-number-of-nodes)
 | 
					    - [I want to change the number of nodes!](#i-want-to-change-the-number-of-nodes)
 | 
				
			||||||
        - [I want my VMs to have more memory!](#i-want-my-vms-to-have-more-memory)
 | 
					    - [I want my VMs to have more memory!](#i-want-my-vms-to-have-more-memory)
 | 
				
			||||||
        - [I ran vagrant suspend and nothing works!](#i-ran-vagrant-suspend-and-nothing-works)
 | 
					    - [I ran vagrant suspend and nothing works!](#i-ran-vagrant-suspend-and-nothing-works)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Prerequisites
 | 
					### Prerequisites
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,10 +8,10 @@ convenient).
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Table of Contents**
 | 
					**Table of Contents**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - [Prerequisites](#prerequisites)
 | 
					- [Prerequisites](#prerequisites)
 | 
				
			||||||
    - [Setup](#setup)
 | 
					- [Setup](#setup)
 | 
				
			||||||
    - [Starting a cluster](#starting-a-cluster)
 | 
					- [Starting a cluster](#starting-a-cluster)
 | 
				
			||||||
    - [Extra: debugging deployment failure](#extra-debugging-deployment-failure)
 | 
					- [Extra: debugging deployment failure](#extra-debugging-deployment-failure)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Prerequisites
 | 
					### Prerequisites
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user