Skip to content

Commit 439ad79

Browse files
authored
update numbering in manifest installation (#4015)
1 parent accba9d commit 439ad79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/installation/installation-with-manifests.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Create a custom resource definition for `APDosPolicy`, `APDosLogConf` and `DosPr
112112
$ kubectl apply -f common/crds/appprotectdos.f5.com_dosprotectedresources.yaml
113113
```
114114
115-
## 3. Deploy the Ingress Controller
115+
## 4. Deploy the Ingress Controller
116116
117117
We include two options for deploying the Ingress Controller:
118118
* *Deployment*. Use a Deployment if you plan to dynamically change the number of Ingress Controller replicas.
@@ -132,7 +132,7 @@ If you would like to use the App Protect DoS module, you will need to deploy the
132132
$ kubectl apply -f service/appprotect-dos-arb-svc.yaml
133133
```
134134
135-
### 3.1 Run the Ingress Controller
135+
### 4.1 Run the Ingress Controller
136136
* *Use a Deployment*.
137137
When you run the Ingress Controller by using a Deployment, by default, Kubernetes will create one Ingress Controller pod.
138138
@@ -165,20 +165,20 @@ If you would like to use the App Protect DoS module, you will need to deploy the
165165
166166
**Note**: Update the `nginx-plus-ingress.yaml` with the chosen image from the F5 Container registry; or the container image that you have built.
167167
168-
### 3.2 Check that the Ingress Controller is Running
168+
### 4.2 Check that the Ingress Controller is Running
169169
170170
Run the following command to make sure that the Ingress Controller pods are running:
171171
```
172172
$ kubectl get pods --namespace=nginx-ingress
173173
```
174174
175-
## 4. Get Access to the Ingress Controller
175+
## 5. Get Access to the Ingress Controller
176176
177177
**If you created a daemonset**, ports 80 and 443 of the Ingress Controller container are mapped to the same ports of the node where the container is running. To access the Ingress Controller, use those ports and an IP address of any node of the cluster where the Ingress Controller is running.
178178
179179
**If you created a deployment**, below are two options for accessing the Ingress Controller pods.
180180
181-
### 4.1 Create a Service for the Ingress Controller Pods
181+
### 5.1 Create a Service for the Ingress Controller Pods
182182
183183
* *Use a NodePort service*.
184184

0 commit comments

Comments
 (0)