This commit is contained in:
Elliott Peay 2017-02-20 11:00:27 +00:00 committed by GitHub
commit 878e9e033a

View file

@ -4,8 +4,8 @@ This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kub
## Contents ## Contents
* [Conventions](#conventions) * [Conventions](#conventions)
* [Requirements](#what-it-provides) * [Requirements](#requirements)
* [Dry running](#dry-running-the-ingress-controller) * [Dry running](#try-running-the-ingress-controller)
* [Deployment](#deployment) * [Deployment](#deployment)
* [HTTP](#http) * [HTTP](#http)
* [HTTPS](#https) * [HTTPS](#https)
@ -23,7 +23,7 @@ This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kub
* [Disabling NGINX ingress controller](#disabling-nginx-ingress-controller) * [Disabling NGINX ingress controller](#disabling-nginx-ingress-controller)
* [Log format](#log-format) * [Log format](#log-format)
* [Local cluster](#local-cluster) * [Local cluster](#local-cluster)
* [Debug & Troubleshooting](#troubleshooting) * [Debug & Troubleshooting](#debug--troubleshooting)
* [Why endpoints and not services?](#why-endpoints-and-not-services) * [Why endpoints and not services?](#why-endpoints-and-not-services)
* [Limitations](#limitations) * [Limitations](#limitations)
* [NGINX Notes](#nginx-notes) * [NGINX Notes](#nginx-notes)