@@ -29,61 +29,61 @@ Delete the node by following the instructions below. This will allow the Cluster
29
29
30
30
1 . Use kubectl to list the nodes using the wide flag. Observe the node in ** NotReady** status.
31
31
32
- ~~~ bash
33
- $ kubectl get nodes -owide
34
- NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
35
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-7qt2b Ready < none> 6d3h v1.27.3 10.4.74.30 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
36
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-dqmzw Ready < none> 6d3h v1.27.3 10.4.74.31 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
37
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-lkhhq NotReady < none> 6d3h v1.27.3 10.4.74.29 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
38
- mytest-naks1-3b466a17-control-plane-6q7ns Ready control-plane 6d3h v1.27.3 10.4.74.14 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
39
- mytest-naks1-3b466a17-control-plane-8qqvz Ready control-plane 6d3h v1.27.3 10.4.74.28 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
40
- mytest-naks1-3b466a17-control-plane-g42mh Ready control-plane 6d3h v1.27.3 10.4.74.32 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
41
- ~~~
32
+ ~~~ bash
33
+ $ kubectl get nodes -owide
34
+ NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
35
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-7qt2b Ready < none> 6d3h v1.27.3 10.4.74.30 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
36
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-dqmzw Ready < none> 6d3h v1.27.3 10.4.74.31 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
37
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-lkhhq NotReady < none> 6d3h v1.27.3 10.4.74.29 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
38
+ mytest-naks1-3b466a17-control-plane-6q7ns Ready control-plane 6d3h v1.27.3 10.4.74.14 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
39
+ mytest-naks1-3b466a17-control-plane-8qqvz Ready control-plane 6d3h v1.27.3 10.4.74.28 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
40
+ mytest-naks1-3b466a17-control-plane-g42mh Ready control-plane 6d3h v1.27.3 10.4.74.32 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
41
+ ~~~
42
42
43
43
1. Issue the kubectl command to delete the node.
44
44
45
- ~~~ bash
46
- $ kubectl delete node mytest-naks1-3b466a17-agentpool1-md-6bg5h-lkhhq
47
- node " mytest-naks1-3b466a17-agentpool1-md-6bg5h-lkhhq" deleted
48
- ~~~
45
+ ~ ~~bash
46
+ $ kubectl delete node mytest-naks1-3b466a17-agentpool1-md-6bg5h-lkhhq
47
+ node " mytest-naks1-3b466a17-agentpool1-md-6bg5h-lkhhq" deleted
48
+ ~~~
49
49
50
50
1. List the nodes again and see that the node is gone.
51
51
52
- ~~~ bash
53
- $ kubectl get nodes -owide
54
- NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
55
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-7qt2b Ready < none> 6d3h v1.27.3 10.4.74.30 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
56
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-dqmzw Ready < none> 6d3h v1.27.3 10.4.74.31 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
57
- mytest-naks1-3b466a17-control-plane-6q7ns Ready control-plane 6d3h v1.27.3 10.4.74.14 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
58
- mytest-naks1-3b466a17-control-plane-8qqvz Ready control-plane 6d3h v1.27.3 10.4.74.28 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
59
- mytest-naks1-3b466a17-control-plane-g42mh Ready control-plane 6d3h v1.27.3 10.4.74.32 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
60
- ~~~
52
+ ~ ~~bash
53
+ $ kubectl get nodes -owide
54
+ NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
55
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-7qt2b Ready < none> 6d3h v1.27.3 10.4.74.30 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
56
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-dqmzw Ready < none> 6d3h v1.27.3 10.4.74.31 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
57
+ mytest-naks1-3b466a17-control-plane-6q7ns Ready control-plane 6d3h v1.27.3 10.4.74.14 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
58
+ mytest-naks1-3b466a17-control-plane-8qqvz Ready control-plane 6d3h v1.27.3 10.4.74.28 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
59
+ mytest-naks1-3b466a17-control-plane-g42mh Ready control-plane 6d3h v1.27.3 10.4.74.32 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
60
+ ~~~
61
61
62
62
1. Wait 5-15 minutes for the node to be replaced. See that its returned with a new name. It will show ** NotReady** as it comes up.
63
63
64
- ~~~ bash
65
- $ kubectl get nodes -owide
66
- NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
67
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-7qt2b Ready < none> 6d3h v1.27.3 10.4.74.30 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
68
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-dqmzw Ready < none> 6d3h v1.27.3 10.4.74.31 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
69
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-nxkks NotReady < none> 42s v1.27.3 10.4.74.12 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
70
- mytest-naks1-3b466a17-control-plane-6q7ns Ready control-plane 6d3h v1.27.3 10.4.74.14 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
71
- mytest-naks1-3b466a17-control-plane-8qqvz Ready control-plane 6d3h v1.27.3 10.4.74.28 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
72
- mytest-naks1-3b466a17-control-plane-g42mh Ready control-plane 6d3h v1.27.3 10.4.74.32 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
73
- ~~~
64
+ ~ ~~bash
65
+ $ kubectl get nodes -owide
66
+ NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
67
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-7qt2b Ready < none> 6d3h v1.27.3 10.4.74.30 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
68
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-dqmzw Ready < none> 6d3h v1.27.3 10.4.74.31 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
69
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-nxkks NotReady < none> 42s v1.27.3 10.4.74.12 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
70
+ mytest-naks1-3b466a17-control-plane-6q7ns Ready control-plane 6d3h v1.27.3 10.4.74.14 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
71
+ mytest-naks1-3b466a17-control-plane-8qqvz Ready control-plane 6d3h v1.27.3 10.4.74.28 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
72
+ mytest-naks1-3b466a17-control-plane-g42mh Ready control-plane 6d3h v1.27.3 10.4.74.32 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
73
+ ~~~
74
74
75
75
1. Wait a bit longer and the ** NotReady** node becomes ** Ready** .
76
76
77
- ~~~ bash
78
- $ kubectl get nodes -owide
79
- NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
80
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-7qt2b Ready < none> 6d3h v1.27.3 10.4.74.30 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
81
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-dqmzw Ready < none> 6d3h v1.27.3 10.4.74.31 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
82
- mytest-naks1-3b466a17-agentpool1-md-6bg5h-nxkks Ready < none> 97s v1.27.3 10.4.74.12 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
83
- mytest-naks1-3b466a17-control-plane-6q7ns Ready control-plane 6d3h v1.27.3 10.4.74.14 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
84
- mytest-naks1-3b466a17-control-plane-8qqvz Ready control-plane 6d3h v1.27.3 10.4.74.28 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
85
- mytest-naks1-3b466a17-control-plane-g42mh Ready control-plane 6d3h v1.27.3 10.4.74.32 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
86
- ~~~
77
+ ~ ~~bash
78
+ $ kubectl get nodes -owide
79
+ NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
80
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-7qt2b Ready < none> 6d3h v1.27.3 10.4.74.30 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
81
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-dqmzw Ready < none> 6d3h v1.27.3 10.4.74.31 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
82
+ mytest-naks1-3b466a17-agentpool1-md-6bg5h-nxkks Ready < none> 97s v1.27.3 10.4.74.12 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
83
+ mytest-naks1-3b466a17-control-plane-6q7ns Ready control-plane 6d3h v1.27.3 10.4.74.14 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
84
+ mytest-naks1-3b466a17-control-plane-8qqvz Ready control-plane 6d3h v1.27.3 10.4.74.28 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
85
+ mytest-naks1-3b466a17-control-plane-g42mh Ready control-plane 6d3h v1.27.3 10.4.74.32 < none> CBL-Mariner/Linux 5.15.153.1-2.cm2 containerd://1.6.26
86
+ ~~~
87
87
88
88
If you still have questions, [contact support](https://portal.azure.com/? # blade/Microsoft_Azure_Support/HelpAndSupportBlade).
89
89
For more information about Support plans, see [Azure Support plans](https://azure.microsoft.com/support/plans/response/).
0 commit comments