From cea13f1d5f60f91f9baf6847ced1955cb6e653e4 Mon Sep 17 00:00:00 2001 From: k8s-ci-robot Date: Mon, 17 Oct 2022 15:40:17 +0000 Subject: [PATCH] Deploy GitHub Pages --- deploy/index.html | 7 ++- search/search_index.json | 2 +- sitemap.xml | 102 +++++++++++++++++++-------------------- sitemap.xml.gz | Bin 711 -> 710 bytes 4 files changed, 57 insertions(+), 54 deletions(-) diff --git a/deploy/index.html b/deploy/index.html index f6cae8bfd..0e0e2bc53 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -1,4 +1,4 @@ - Installation Guide - NGINX Ingress Controller
Skip to content

Installation Guide

There are multiple ways to install the NGINX ingress controller:

  • with Helm, using the project repository chart;
  • with kubectl apply, using YAML manifests;
  • with specific addons (e.g. for minikube or MicroK8s).

On most Kubernetes clusters, the ingress controller will work without requiring any extra configuration. If you want to get started as fast as possible, you can check the quick start instructions. However, in many environments, you can improve the performance or get better logs by enabling extra features. we recommend that you check the environment-specific instructions for details about optimizing the ingress controller for your particular environment or cloud provider.

Contents