Skip to content

Commit a9a57a8

Browse files
committed
Simplify Pi-hole and ExternalDNS installation instructions
1 parent 90776d0 commit a9a57a8

File tree

1 file changed

+2
-2
lines changed
  • content/post/byod-gatewayapi-tailscale

1 file changed

+2
-2
lines changed

content/post/byod-gatewayapi-tailscale/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ podDnsConfig:
229229
enabled: false # Avoid conflicts with cluster DNS
230230
```
231231

232-
Install Pi-hole (ensure `pihole-ns` namespace exists or use `--create-namespace`):
232+
Install Pi-hole:
233233

234234
```bash
235235
helm install pihole pihole/pihole --version 2.31.0 \
@@ -281,7 +281,7 @@ txtOwnerId: "my-k8s-cluster-pihole"
281281
txtPrefix: "k8s-edns-"
282282
```
283283

284-
Install ExternalDNS (ensure `external-dns-ns` namespace exists or use `--create-namespace`):
284+
Install ExternalDNS:
285285

286286
```bash
287287
# Check for the latest stable ExternalDNS chart version

0 commit comments

Comments
 (0)