Skip to content

Commit 8f1a312

Browse files
committed
Documentation: make sure we clarify repo adding and update in each of
the charts README. Signed-off-by: Dinko Korunic <[email protected]>
1 parent ed64437 commit 8f1a312

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For setting up Kubernetes on other cloud platforms or bare-metal servers refer t
1717

1818
Get the latest [Helm release](https://github.com/helm/helm#install).
1919

20-
### Add repo
20+
### Add Helm chart repo
2121

2222
Once you have Helm installed, add the repo as follows:
2323

kubernetes-ingress/README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,33 @@ Additional configuration details can be found in [annotation reference](https://
1212

1313
This chart bootstraps an HAProxy kubernetes-ingress deployment/daemonset on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
1414

15-
## Prerequisites
15+
### Prerequisites
1616

1717
- Kubernetes 1.12+
1818
- Helm 2.9+
1919

20-
## Installing the chart
20+
## Before you begin
21+
22+
### Setup a Kubernetes Cluster
23+
24+
The quickest way to setup a Kubernetes cluster is with [Azure Kubernetes Service](https://azure.microsoft.com/en-us/services/kubernetes-service/), [AWS Elastic Kubernetes Service](https://aws.amazon.com/eks/) or [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) using their respective quick-start guides.
25+
26+
For setting up Kubernetes on other cloud platforms or bare-metal servers refer to the Kubernetes [getting started guide](http://kubernetes.io/docs/getting-started-guides/).
27+
28+
### Install Helm
29+
30+
Get the latest [Helm release](https://github.com/helm/helm#install).
31+
32+
### Add Helm chart repo
33+
34+
Once you have Helm installed, add the repo as follows:
35+
36+
```console
37+
helm repo add haproxytech https://haproxytech.github.io/helm-charts
38+
helm repo update
39+
```
40+
41+
## Install the chart
2142

2243
To install the chart with Helm v3 as *my-release* deployment:
2344

0 commit comments

Comments
 (0)