Skip to content

Commit b3f9bde

Browse files
docs(tutorials): address comments, file names to use dash, and more information on ionos webhook repo and image
1 parent d0874a3 commit b3f9bde

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/tutorials/ionoscloud.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# IONOS Cloud
22

33
This tutorial describes how to set up ExternalDNS for use within a Kubernetes cluster using IONOS Cloud DNS.
4+
For more details, visit the [IONOS external-dns webhook repository](https://github.com/ionos-cloud/external-dns-ionos-webhook).
5+
You can also find the [external-dns-ionos-webhook container image](https://github.com/ionos-cloud/external-dns-ionos-webhook/pkgs/container/external-dns-ionos-webhook) required for this setup.
46

57
## Creating a DNS Zone with IONOS Cloud DNS
68

@@ -114,7 +116,7 @@ spec:
114116
- containerPort: 80
115117
```
116118
117-
Deployment manifest can be saved in `echoserver_deployment.yaml` file.
119+
Deployment manifest can be saved in `echoserver-deployment.yaml` file.
118120

119121
Next, we will apply the deployment:
120122

@@ -244,7 +246,7 @@ The API response should include the `A` and `TXT` records for the subdomain you
244246
Once you have verified the setup, you can clean up the resources created during this tutorial:
245247

246248
```bash
247-
kubectl delete -f echoserver_deployment.yaml
249+
kubectl delete -f echoserver-deployment.yaml
248250
kubectl delete -f echoserver-service.yaml
249251
kubectl delete -f echoserver-ingress.yaml
250252
```

0 commit comments

Comments
 (0)