@@ -58,9 +58,9 @@ The control plane nodes are ready if the status is `Ready`, as shown in the foll
5858[source,terminal]
5959----
6060NAME STATUS ROLES AGE VERSION
61- ip-10-0-168-251.ec2.internal Ready control-plane,master 75m v1.31 .3
62- ip-10-0-170-223.ec2.internal Ready control-plane,master 75m v1.31 .3
63- ip-10-0-211-16.ec2.internal Ready control-plane,master 75m v1.31 .3
61+ ip-10-0-168-251.ec2.internal Ready control-plane,master 75m v1.32 .3
62+ ip-10-0-170-223.ec2.internal Ready control-plane,master 75m v1.32 .3
63+ ip-10-0-211-16.ec2.internal Ready control-plane,master 75m v1.32 .3
6464----
6565
6666. If the control plane nodes are _not_ ready, then check whether there are any pending certificate signing requests (CSRs) that must be approved.
@@ -99,9 +99,9 @@ The worker nodes are ready if the status is `Ready`, as shown in the following o
9999[source,terminal]
100100----
101101NAME STATUS ROLES AGE VERSION
102- ip-10-0-179-95.ec2.internal Ready worker 64m v1.31 .3
103- ip-10-0-182-134.ec2.internal Ready worker 64m v1.31 .3
104- ip-10-0-250-100.ec2.internal Ready worker 64m v1.31 .3
102+ ip-10-0-179-95.ec2.internal Ready worker 64m v1.32 .3
103+ ip-10-0-182-134.ec2.internal Ready worker 64m v1.32 .3
104+ ip-10-0-250-100.ec2.internal Ready worker 64m v1.32 .3
105105----
106106
107107. If the worker nodes are _not_ ready, then check whether there are any pending certificate signing requests (CSRs) that must be approved.
@@ -172,12 +172,12 @@ Check that the status for all nodes is `Ready`.
172172[source,terminal]
173173----
174174NAME STATUS ROLES AGE VERSION
175- ip-10-0-168-251.ec2.internal Ready control-plane,master 82m v1.31 .3
176- ip-10-0-170-223.ec2.internal Ready control-plane.master 82m v1.31 .3
177- ip-10-0-179-95.ec2.internal Ready worker 70m v1.31 .3
178- ip-10-0-182-134.ec2.internal Ready worker 70m v1.31 .3
179- ip-10-0-211-16.ec2.internal Ready control-plane,master 82m v1.31 .3
180- ip-10-0-250-100.ec2.internal Ready worker 69m v1.31 .3
175+ ip-10-0-168-251.ec2.internal Ready control-plane,master 82m v1.32 .3
176+ ip-10-0-170-223.ec2.internal Ready control-plane.master 82m v1.32 .3
177+ ip-10-0-179-95.ec2.internal Ready worker 70m v1.32 .3
178+ ip-10-0-182-134.ec2.internal Ready worker 70m v1.32 .3
179+ ip-10-0-211-16.ec2.internal Ready control-plane,master 82m v1.32 .3
180+ ip-10-0-250-100.ec2.internal Ready worker 69m v1.32 .3
181181----
182182+
183183 If the cluster did not start properly, you might need to restore your cluster using an etcd backup.
0 commit comments