File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
content/integrate/redis-data-integration/installation Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,31 @@ sudo service k3s restart
210210
211211After 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
215240You can use the
You can’t perform that action at this time.
0 commit comments