Initial developer environment build
@@ -1195,10 +1209,20 @@
- Developing for NGINX Ingress controller
+ Developing for NGINX Ingress Controller
This document explains how to get started with developing for NGINX Ingress controller.
It includes how to build, test, and release ingress controllers.
Quick Start
+Getting the code
+The code must be checked out as a subdirectory of k8s.io, and not github.com.
+mkdir -p $GOPATH/src/k8s.io
+cd $GOPATH/src/k8s.io
+# Replace "$YOUR_GITHUB_USERNAME" below with your github username
+git clone https://github.com/$YOUR_GITHUB_USERNAME/ingress-nginx.git
+cd ingress-nginx
+
+
+
Initial developer environment build
Prequisites: Minikube must be installed.
diff --git a/examples/PREREQUISITES/index.html b/examples/PREREQUISITES/index.html
index b52aa1d15..0e8c9b306 100644
--- a/examples/PREREQUISITES/index.html
+++ b/examples/PREREQUISITES/index.html
@@ -1028,8 +1028,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/README/index.html b/examples/README/index.html
index 9566bd2ce..498ee6690 100644
--- a/examples/README/index.html
+++ b/examples/README/index.html
@@ -1008,8 +1008,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/affinity/cookie/README/index.html b/examples/affinity/cookie/README/index.html
index ca1c31712..dcfe1c27d 100644
--- a/examples/affinity/cookie/README/index.html
+++ b/examples/affinity/cookie/README/index.html
@@ -994,8 +994,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/auth/basic/README/index.html b/examples/auth/basic/README/index.html
index e1ed44520..bd5e0da9e 100644
--- a/examples/auth/basic/README/index.html
+++ b/examples/auth/basic/README/index.html
@@ -960,8 +960,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/auth/client-certs/README/index.html b/examples/auth/client-certs/README/index.html
index 5d3aa6a78..14bd1bd55 100644
--- a/examples/auth/client-certs/README/index.html
+++ b/examples/auth/client-certs/README/index.html
@@ -989,8 +989,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/auth/external-auth/README/index.html b/examples/auth/external-auth/README/index.html
index a9e1da630..c6d6e6d4a 100644
--- a/examples/auth/external-auth/README/index.html
+++ b/examples/auth/external-auth/README/index.html
@@ -989,8 +989,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/customization/configuration-snippets/README/index.html b/examples/customization/configuration-snippets/README/index.html
index a16157157..e1fd57fcd 100644
--- a/examples/customization/configuration-snippets/README/index.html
+++ b/examples/customization/configuration-snippets/README/index.html
@@ -996,8 +996,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/customization/custom-configuration/README/index.html b/examples/customization/custom-configuration/README/index.html
index 149d76fa5..0c458d77e 100644
--- a/examples/customization/custom-configuration/README/index.html
+++ b/examples/customization/custom-configuration/README/index.html
@@ -960,8 +960,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/customization/custom-errors/README/index.html b/examples/customization/custom-errors/README/index.html
index 4a8b724ec..775d6800d 100644
--- a/examples/customization/custom-errors/README/index.html
+++ b/examples/customization/custom-errors/README/index.html
@@ -960,8 +960,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/customization/custom-headers/README/index.html b/examples/customization/custom-headers/README/index.html
index cfc10f099..7d9a399bb 100644
--- a/examples/customization/custom-headers/README/index.html
+++ b/examples/customization/custom-headers/README/index.html
@@ -989,8 +989,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/customization/custom-upstream-check/README/index.html b/examples/customization/custom-upstream-check/README/index.html
index 83f5a7815..e4fbccb26 100644
--- a/examples/customization/custom-upstream-check/README/index.html
+++ b/examples/customization/custom-upstream-check/README/index.html
@@ -960,8 +960,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/customization/custom-vts-metrics-prometheus/README/index.html b/examples/customization/custom-vts-metrics-prometheus/README/index.html
index 63401a5a3..e6d2af640 100644
--- a/examples/customization/custom-vts-metrics-prometheus/README/index.html
+++ b/examples/customization/custom-vts-metrics-prometheus/README/index.html
@@ -1051,8 +1051,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/customization/external-auth-headers/README/index.html b/examples/customization/external-auth-headers/README/index.html
index e6c951e10..f15370568 100644
--- a/examples/customization/external-auth-headers/README/index.html
+++ b/examples/customization/external-auth-headers/README/index.html
@@ -960,8 +960,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/customization/ssl-dh-param/README/index.html b/examples/customization/ssl-dh-param/README/index.html
index 1e3642470..6a191c4b4 100644
--- a/examples/customization/ssl-dh-param/README/index.html
+++ b/examples/customization/ssl-dh-param/README/index.html
@@ -1003,8 +1003,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/customization/sysctl/README/index.html b/examples/customization/sysctl/README/index.html
index c07acc57e..be4823bda 100644
--- a/examples/customization/sysctl/README/index.html
+++ b/examples/customization/sysctl/README/index.html
@@ -960,8 +960,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/docker-registry/README/index.html b/examples/docker-registry/README/index.html
index 9cd6b642f..6cb902903 100644
--- a/examples/docker-registry/README/index.html
+++ b/examples/docker-registry/README/index.html
@@ -1014,8 +1014,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/external-auth/README/index.html b/examples/external-auth/README/index.html
index 6ec60c831..f93d709be 100644
--- a/examples/external-auth/README/index.html
+++ b/examples/external-auth/README/index.html
@@ -1014,8 +1014,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/multi-tls/README/index.html b/examples/multi-tls/README/index.html
index ae25e168f..390231de3 100644
--- a/examples/multi-tls/README/index.html
+++ b/examples/multi-tls/README/index.html
@@ -958,8 +958,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/rewrite/README/index.html b/examples/rewrite/README/index.html
index a5ee8c61a..a4888ea0f 100644
--- a/examples/rewrite/README/index.html
+++ b/examples/rewrite/README/index.html
@@ -1021,8 +1021,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/static-ip/README/index.html b/examples/static-ip/README/index.html
index c371f1ad0..44745ec2a 100644
--- a/examples/static-ip/README/index.html
+++ b/examples/static-ip/README/index.html
@@ -1015,8 +1015,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
diff --git a/examples/tls-termination/README/index.html b/examples/tls-termination/README/index.html
index 6878526a2..1d795f64f 100644
--- a/examples/tls-termination/README/index.html
+++ b/examples/tls-termination/README/index.html
@@ -1001,8 +1001,8 @@
-
- Developing for NGINX Ingress controller
+
+ Developing for NGINX Ingress Controller
@@ -1187,13 +1187,13 @@ TLS cert, and forward un-encrypted HTTP traffic to the test HTTP service.