We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90776d0 commit a9a57a8Copy full SHA for a9a57a8
content/post/byod-gatewayapi-tailscale/index.md
@@ -229,7 +229,7 @@ podDnsConfig:
229
enabled: false # Avoid conflicts with cluster DNS
230
```
231
232
-Install Pi-hole (ensure `pihole-ns` namespace exists or use `--create-namespace`):
+Install Pi-hole:
233
234
```bash
235
helm install pihole pihole/pihole --version 2.31.0 \
@@ -281,7 +281,7 @@ txtOwnerId: "my-k8s-cluster-pihole"
281
txtPrefix: "k8s-edns-"
282
283
284
-Install ExternalDNS (ensure `external-dns-ns` namespace exists or use `--create-namespace`):
+Install ExternalDNS:
285
286
287
# Check for the latest stable ExternalDNS chart version
0 commit comments