Skip to content

Commit

Permalink
doc: Fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Dec 3, 2023
1 parent cf7cd9c commit 24504bc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

External-DNS Webhook Provider to manage Netcup DNS Records

> [!INFO]
> [!NOTE]
> This repository is not affiliated with Netcup.
> [!WARNING]
Expand Down Expand Up @@ -31,7 +31,10 @@ Besides the API key and password, it is mandatory to provide a customer id as we

Then apply one of the following manifests file to deploy external-dns.

### Manifest (for clusters without RBAC enabled)
```
$ kubectl create -f example/nginx.yaml
```


[embedmd]:# (example/external-dns.yaml)
```yaml
Expand Down Expand Up @@ -167,7 +170,7 @@ will cause external-dns to remove the corresponding DNS records.
Create the deployment and service:
```
$ kubectl create -f nginx.yaml
$ kubectl create -f example/nginx.yaml
```

Depending where you run your service it can take a little while for your cloud provider to create an external IP for the service.
Expand All @@ -186,6 +189,6 @@ The records should show the external IP address of the service as the A record f
Now that we have verified that external-dns will automatically manage Netcup DNS records, we can delete the tutorial's example:

```
$ kubectl delete -f nginx.yaml
$ kubectl delete -f externaldns.yaml
$ kubectl delete -f example/nginx.yaml
$ kubectl delete -f example/external-dns.yaml
```

0 comments on commit 24504bc

Please sign in to comment.