Skip to content

Commit 532727b

Browse files
authored
DOC-5159 RS: Added DNS record update step to cluster and OS upgrade instructions (#1571)
1 parent 66caffe commit 532727b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ To perform a rolling upgrade of the cluster, use one of the following methods:
114114

115115
1. [Add the new node]({{< relref "/operate/rs/clusters/add-node" >}}) to the cluster.
116116

117+
1. If the [cluster uses DNS]({{<relref "/operate/rs/networking/cluster-dns">}}), add the new node’s IP address to the DNS records.
118+
117119
1. [Promote the first new node]({{<relref "/operate/rs/clusters/change-node-role/#promote-secondary-node">}}) to become the primary node.
118120

119121
1. [Remove one node]({{< relref "/operate/rs/clusters/remove-node#remove-a-node" >}}) running the earlier Redis Software version from the cluster.
@@ -142,6 +144,8 @@ To perform a rolling upgrade of the cluster, use one of the following methods:
142144
rladmin cluster join nodes <cluster_member_ip_address> username <username> password <password> replace_node <node_id>
143145
```
144146
147+
1. If the [cluster uses DNS]({{<relref "/operate/rs/networking/cluster-dns">}}), add the new node’s IP address to the DNS records.
148+
145149
1. [Promote the first new node]({{<relref "/operate/rs/clusters/change-node-role/#promote-secondary-node">}}) to become the primary node.
146150
147151
1. Verify node health:

content/operate/rs/installing-upgrading/upgrading/upgrade-os.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ To upgrade the cluster's operating system, use one of the following rolling upgr
8080

8181
1. [Add the new node]({{< relref "/operate/rs/clusters/add-node" >}}) to the cluster.
8282

83+
1. If the [cluster uses DNS]({{<relref "/operate/rs/networking/cluster-dns">}}), add the new node’s IP address to the DNS records.
84+
8385
1. [Remove one node]({{< relref "/operate/rs/clusters/remove-node#remove-a-node" >}}) running the earlier OS version from the cluster.
8486

8587
1. Repeat the previous steps until all nodes with the earlier OS version are removed. If the final node to remove from the cluster is the primary node, [demote it]({{<relref "/operate/rs/clusters/change-node-role#demote-primary-node">}}) to a secondary node before you remove it.
@@ -108,6 +110,8 @@ To upgrade the cluster's operating system, use one of the following rolling upgr
108110
rladmin cluster join nodes <cluster_member_ip_address> username <username> password <password> replace_node <node_id>
109111
```
110112

113+
1. If the [cluster uses DNS]({{<relref "/operate/rs/networking/cluster-dns">}}), add the new node’s IP address to the DNS records.
114+
111115
1. Verify node health:
112116

113117
1. Run `rlcheck` on all nodes:

0 commit comments

Comments
 (0)