Update chart instructions
This commit is contained in:
parent
42c0188be2
commit
1fb6f37091
2 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,3 @@
|
||||||
| | Work in progress. Please do not use it until we release an official version. |
|
|
||||||
|---|---|
|
|
||||||
|
|
||||||
# ingress-nginx
|
# ingress-nginx
|
||||||
|
|
||||||
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration.
|
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration.
|
||||||
|
@ -11,7 +8,7 @@ To use, add the `kubernetes.io/ingress.class: nginx` annotation to your Ingress
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
$ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
||||||
$ helm install ingress-nginx
|
$ helm install my-release ingress-nginx/ingress-nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
@ -27,7 +24,7 @@ This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kuber
|
||||||
To install the chart with the release name `my-release`:
|
To install the chart with the release name `my-release`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ helm install --name my-release ingress-nginx
|
$ helm install --name my-release ingress-nginx/ingress-nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
The command deploys ingress-nginx on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
The command deploys ingress-nginx on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
||||||
|
|
|
@ -175,7 +175,7 @@ To install the chart with the release name `ingress-nginx`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
||||||
helm install my-release-name ingress-nginx
|
helm install my-release ingress-nginx/ingress-nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using [Helm 2](https://v2.helm.sh/) then specify release name using `--name` flag
|
If you are using [Helm 2](https://v2.helm.sh/) then specify release name using `--name` flag
|
||||||
|
|
Loading…
Reference in a new issue