Skip to content

Commit b78c861

Browse files
DOC-4711 cloud DNS IP address info
1 parent 4fb0eb2 commit b78c861

File tree

1 file changed

+25
-0
lines changed
  • content/integrate/redis-data-integration/installation

1 file changed

+25
-0
lines changed

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,31 @@ sudo service k3s restart
210210

211211
After the installation is finished, RDI is ready for use.
212212

213+
## Supply cloud DNS information
214+
215+
{{< note >}}This section is only relevant if you are installing RDI
216+
on VMs in a cloud environment.
217+
{{< /note >}}
218+
219+
If you are using [Amazon Route 53](https://aws.amazon.com/route53/),
220+
[Google Cloud DNS](https://cloud.google.com/dns?hl=en), or
221+
[Azure DNS](https://azure.microsoft.com/en-gb/products/dns)
222+
then you must supply the installer with the nameserver IP address
223+
during installation (or with the `nameservers` property if you are
224+
using [Silent installation](#silent-installation)). The table below
225+
shows the appropriate IP address for each platform:
226+
227+
| Platform | Nameserver IP |
228+
| :-- | :-- |
229+
| [Amazon Route 53](https://aws.amazon.com/route53/) | 169.254.169.253 |
230+
| [Google Cloud DNS](https://cloud.google.com/dns?hl=en) | 169.254.169.254 |
231+
| [Azure DNS](https://azure.microsoft.com/en-gb/products/dns) | 168.63.129.16 |
232+
233+
If you are planning to use Route 53, you should first check that your VPC
234+
allows it. See
235+
[DNS attributes in your VPC](https://docs.aws.amazon.com/vpc/latest/userguide/AmazonDNS-concepts.html#vpc-dns-support)
236+
in the Amazon docs for more information.
237+
213238
## "Silent" installation
214239

215240
You can use the

0 commit comments

Comments
 (0)