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 link
pull/19501/head^2
Kubernetes Prow Robot 2020-03-05 11:44:38 -08:00 committed by GitHub
parent 6635262bbc
commit 80d26d3b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ content_template: templates/task
---
{{% 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 prerequisites %}}
@ -156,6 +156,7 @@ application owners and cluster owners to establish an agreement on behavior in t
{{% capture whatsnext %}}
* 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 %}}