Skip to content

Commit 8f4ad60

Browse files
bene2k1RoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent eb9a22c commit 8f4ad60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/kubernetes/reference-content/lb-ingress-controller.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Use Helm to deploy the NGINX ingress controller with Scaleway-specific configura
114114
```
115115
<Message type="note">
116116
- The `EXTERNAL-IP` should match your reserved flexible IP (e.g., `195.154.72.226`).
117-
- If an ephemeral IP appears, verify that the `loadBalancerIP` field is correctly set and matches a valid flexible IP attached to your Scaleway project.
117+
- If an ephemeral IP appears, verify that the `loadBalancerIP` field is correctly set and matches a valid Load Balancer flexible IP attached to your Scaleway Project.
118118
- Confirm the LoadBalancer in the Scaleway console under **Network > Load Balancers**.
119119
</Message>
120120

pages/kubernetes/reference-content/wildcard-dns.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In short, Kubernetes wildcard DNS, combined with an ingress controller, provides
3333

3434
## Overview of key concepts
3535

36-
### ingress controller
36+
### Ingress controller
3737
An ingress controller manages external HTTP/HTTPS traffic to services within a Kubernetes cluster based on Ingress resource rules. The NGINX ingress controller is used here.
3838

3939
### NodePort service
@@ -131,7 +131,7 @@ Use Helm to deploy the NGINX ingress controller with a `NodePort` service and a
131131

132132
6. Configure DNS with round-robin DNS:
133133
- Use Scaleway’s wildcard DNS (`<cluster-id>.nodes.k8s.<region>.scw.cloud`) for external access.
134-
For example for a cluster with ID `39b054d2-5255-4fe3-a327-7ccfac7ffdca` in the `fr-par` region, the DNS is `39b054d2-5255-4fe3-a327-7ccfac7ffdca.nodes.k8s.fr-par.scw.cloud`. This domain name resolves to the public IPs of all nodes in the default pool (e.g., `195.154.72.100`, `195.154.72.101`).
134+
For example, for a cluster with ID `39b054d2-5255-4fe3-a327-7ccfac7ffdca` in the `fr-par` region, the DNS is `39b054d2-5255-4fe3-a327-7ccfac7ffdca.nodes.k8s.fr-par.scw.cloud`. This domain name resolves to the public IPs of all nodes in the default pool (e.g., `195.154.72.100`, `195.154.72.101`).
135135

136136
-Alternatively, for a custom domain, map your domain (e.g., `demo.example.com`) to all node IPs via your DNS provider, creating multiple A records:
137137
```

0 commit comments

Comments
 (0)