File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ Pick a control plane node that you wish to upgrade first. It must have the `/etc
88
88
yum install -y kubeadm-{{< skew currentVersion >}}.x-0 --disableexcludes=kubernetes
89
89
{{% /tab %}}
90
90
{{< /tabs >}}
91
+ <br />
91
92
92
93
- Verify that the download works and has the expected version:
93
94
@@ -184,6 +185,7 @@ Also calling `kubeadm upgrade plan` and upgrading the CNI provider plugin is no
184
185
yum install -y kubelet-{{< skew currentVersion >}}.x-0 kubectl-{{< skew currentVersion >}}.x-0 --disableexcludes=kubernetes
185
186
{{% /tab %}}
186
187
{{< /tabs >}}
188
+ <br />
187
189
188
190
- Restart the kubelet:
189
191
@@ -264,6 +266,7 @@ without compromising the minimum required capacity for running your workloads.
264
266
yum install -y kubelet-{{< skew currentVersion >}}.x-0 kubectl-{{< skew currentVersion >}}.x-0 --disableexcludes=kubernetes
265
267
{{% /tab %}}
266
268
{{< /tabs >}}
269
+ <br />
267
270
268
271
- Restart the kubelet:
269
272
You can’t perform that action at this time.
0 commit comments