@@ -35,9 +35,9 @@ The control plane nodes are ready if the status is `Ready`, as shown in the foll
3535[source,terminal]
3636----
3737NAME STATUS ROLES AGE VERSION
38- ip-10-0-168-251.ec2.internal Ready control-plane,master 75m v1.30 .3
39- ip-10-0-170-223.ec2.internal Ready control-plane,master 75m v1.30 .3
40- ip-10-0-211-16.ec2.internal Ready control-plane,master 75m v1.30 .3
38+ ip-10-0-168-251.ec2.internal Ready control-plane,master 75m v1.31 .3
39+ ip-10-0-170-223.ec2.internal Ready control-plane,master 75m v1.31 .3
40+ ip-10-0-211-16.ec2.internal Ready control-plane,master 75m v1.31 .3
4141----
4242
4343. If the control plane nodes are _not_ ready, then check whether there are any pending certificate signing requests (CSRs) that must be approved.
@@ -76,9 +76,9 @@ The worker nodes are ready if the status is `Ready`, as shown in the following o
7676[source,terminal]
7777----
7878NAME STATUS ROLES AGE VERSION
79- ip-10-0-179-95.ec2.internal Ready worker 64m v1.30 .3
80- ip-10-0-182-134.ec2.internal Ready worker 64m v1.30 .3
81- ip-10-0-250-100.ec2.internal Ready worker 64m v1.30 .3
79+ ip-10-0-179-95.ec2.internal Ready worker 64m v1.31 .3
80+ ip-10-0-182-134.ec2.internal Ready worker 64m v1.31 .3
81+ ip-10-0-250-100.ec2.internal Ready worker 64m v1.31 .3
8282----
8383
8484. If the worker nodes are _not_ ready, then check whether there are any pending certificate signing requests (CSRs) that must be approved.
@@ -150,12 +150,12 @@ Check that the status for all nodes is `Ready`.
150150[source,terminal]
151151----
152152NAME STATUS ROLES AGE VERSION
153- ip-10-0-168-251.ec2.internal Ready control-plane,master 82m v1.30 .3
154- ip-10-0-170-223.ec2.internal Ready control-plane.master 82m v1.30 .3
155- ip-10-0-179-95.ec2.internal Ready worker 70m v1.30 .3
156- ip-10-0-182-134.ec2.internal Ready worker 70m v1.30 .3
157- ip-10-0-211-16.ec2.internal Ready control-plane,master 82m v1.30 .3
158- ip-10-0-250-100.ec2.internal Ready worker 69m v1.30 .3
153+ ip-10-0-168-251.ec2.internal Ready control-plane,master 82m v1.31 .3
154+ ip-10-0-170-223.ec2.internal Ready control-plane.master 82m v1.31 .3
155+ ip-10-0-179-95.ec2.internal Ready worker 70m v1.31 .3
156+ ip-10-0-182-134.ec2.internal Ready worker 70m v1.31 .3
157+ ip-10-0-211-16.ec2.internal Ready control-plane,master 82m v1.31 .3
158+ ip-10-0-250-100.ec2.internal Ready worker 69m v1.31 .3
159159----
160160+
161161 If the cluster did not start properly, you might need to restore your cluster using an etcd backup.
0 commit comments