Skip to content

Commit

Permalink
Merge pull request #191 from Tantalor93/kubernetesdocs
Browse files Browse the repository at this point in the history
adjust kubernetes example
  • Loading branch information
Tantalor93 committed Nov 19, 2023
2 parents bce5e09 + 7f23485 commit 9e0e4b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ the internal DNS server from inside of your Kubernetes cluster. This can be achi
for example by running a kubectl command like this:

```
kubectl run dnspyre --restart=Never --image=ghcr.io/tantalor93/dnspyre -- https://raw.githubusercontent.com/Tantalor93/dnspyre/master/data/top-1m --server 100.64.0.104 --duration 1m
kubectl run dnspyre --restart=Never --image=ghcr.io/tantalor93/dnspyre -- https://raw.githubusercontent.com/Tantalor93/dnspyre/master/data/top-1m --server kube-dns.kube-system.svc.cluster.local --duration 1m
```

and then check the output using

```
kubectl logs dnspyre
```

{: .important }
don't forget to adjust the **server** flag to the internal IP address of your Kubernetes DNS server!

0 comments on commit 9e0e4b7

Please sign in to comment.