Minor correction on 'safely drain node' task page (#19299)
* Minor correction on safely drain node task 1. 'kubectl drain' command drains node and not a machine. So the machine word is replaced with node. 2. Also, add reference link to maintenance on a node task in what's next section * Correcting link Correcting linkpull/19501/head^2
parent
6635262bbc
commit
80d26d3b7d
|
@ -9,7 +9,7 @@ content_template: templates/task
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
{{% capture overview %}}
|
||||||
This page shows how to safely drain a machine, respecting the PodDisruptionBudget you have defined.
|
This page shows how to safely drain a node, respecting the PodDisruptionBudget you have defined.
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
{{% capture prerequisites %}}
|
{{% capture prerequisites %}}
|
||||||
|
@ -156,6 +156,7 @@ application owners and cluster owners to establish an agreement on behavior in t
|
||||||
{{% capture whatsnext %}}
|
{{% capture whatsnext %}}
|
||||||
|
|
||||||
* Follow steps to protect your application by [configuring a Pod Disruption Budget](/docs/tasks/run-application/configure-pdb/).
|
* Follow steps to protect your application by [configuring a Pod Disruption Budget](/docs/tasks/run-application/configure-pdb/).
|
||||||
|
* Learn more about [maintenance on a node](/docs/tasks/administer-cluster/cluster-management/#maintenance-on-a-node).
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue