Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lubomir I. Ivanov <[email protected]>
  • Loading branch information
adityasamant25 and neolit123 authored Dec 13, 2023
1 parent 76b65ad commit 598d0a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sudo kubeadm upgrade node
Prepare the node for maintenance by marking it unschedulable and evicting the workloads:

```shell
# execute this command on the controlplane node
# execute this command on a control plane node
# replace <node-to-drain> with the name of your node you are draining
kubectl drain <node-to-drain> --ignore-daemonsets
```
Expand Down Expand Up @@ -100,7 +100,7 @@ kubectl drain <node-to-drain> --ignore-daemonsets
Bring the node back online by marking it schedulable:

```shell
# execute this command on the controlplane node
# execute this command on a control plane node
# replace <node-to-uncordon> with the name of your node
kubectl uncordon <node-to-uncordon>
```
Expand Down

0 comments on commit 598d0a6

Please sign in to comment.