From bc4f8a6d0cefe4fdd5469d8c869bbf88e8e0c929 Mon Sep 17 00:00:00 2001 From: gitlawr Date: Mon, 25 Mar 2019 22:37:36 +0800 Subject: [PATCH] Update link and add notes for AliDNS --- .../rancher/v2.x/en/admin-settings/globaldns/_index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/admin-settings/globaldns/_index.md b/content/rancher/v2.x/en/admin-settings/globaldns/_index.md index c83416309f6..4e64e7aeafb 100644 --- a/content/rancher/v2.x/en/admin-settings/globaldns/_index.md +++ b/content/rancher/v2.x/en/admin-settings/globaldns/_index.md @@ -19,7 +19,7 @@ The following table lists the first version of Rancher each provider debuted. | --- | --- | | [AWS Route53](https://aws.amazon.com/route53/) | v2.2.0 | | [CloudFlare](https://www.cloudflare.com/dns/) | v2.2.0 | -| [AliDNS](http://www.alidns.com/) | v2.2.0 | +| [AliDNS](https://www.alibabacloud.com/product/dns) | v2.2.0 | ## Global DNS Entries @@ -53,13 +53,18 @@ By default, only [global administrators]({{< baseurl >}}/rancher/v2.x/en/admin-s 1. Under **Member Access**, search for any users that you want to have the ability to use this provider. By adding this user, they will also be able to manage the Global DNS Provider entry. 1. Click **Create**. {{% /accordion %}} -{{% accordion id="alidns" label="alidns" %}} +{{% accordion id="alidns" label="AliDNS" %}} 1. Enter a **Name** for the provider. 1. Enter the **Root Domain**, this field is optional, in case this is not provided, Rancher's Global DNS Provider will work with all domains that the keys can access. 1. Enter the **Access Key**. 1. Enter the **Secret Key**. 1. Under **Member Access**, search for any users that you want to have the ability to use this provider. By adding this user, they will also be able to manage the Global DNS Provider entry. 1. Click **Create**. + +>**Notes:** +> +>- Alibaba Cloud SDK uses TZ data. It needs to be present on `/usr/share/zoneinfo` path of the nodes running [`local` cluster]({{< baseurl >}}/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/#import-local-cluster), and it is mounted to the external DNS pods. If it is not available on the nodes, please follow the [instruction](https://www.ietf.org/timezones/tzdb-2018f/tz-link.html) to prepare it. +>- Different versions of AliDNS have different allowable TTL range, where the default TTL for a global DNS entry may not be valid. Please see the [reference](https://www.alibabacloud.com/help/doc-detail/34338.htm) before adding an AliDNS entry. {{% /accordion %}} ### Add a Global DNS Entry