Skip to content

Commit

Permalink
Update Ingress-NGINX configuration documentation with new example IP …
Browse files Browse the repository at this point in the history
…and expanded explanation for status metrics breakdown
  • Loading branch information
mattmattox committed Jan 22, 2025
1 parent 5d13fd3 commit a2a08b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/content/post/rke2-ingress-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Settings that customize how the Ingress-NGINX controller operates:
#### **Extra Arguments**
Allows additional arguments to be passed to the NGINX controller:

- **`publish-status-address: "96.90.99.201"`**:
- **`publish-status-address: "11.22.33.44"`**:
- Configures the external IP address used to publish the Ingress status.

- **`default-ssl-certificate: "kube-system/wildcard-tls"`**:
Expand All @@ -192,7 +192,7 @@ Allows additional arguments to be passed to the NGINX controller:
- Allows encrypted traffic (HTTPS) to be passed directly to the backend without termination at the Ingress.

- **`report-status-classes: true`**:
- Enables HTTP status code breakdowns in metrics.
- Enables HTTP status code breakdowns in metrics. For example, you can see 2XX, 3XX, 4XX, and 5XX response counts grouped together instead individual status codes.

- **`disable-catch-all: true`**:
- Prevents requests without matching Ingress rules from being routed to the default backend, improving security and performance.
Expand Down

0 comments on commit a2a08b3

Please sign in to comment.