Merge pull request #24820 from fancc/drain

resolve title errors
This commit is contained in:
Kubernetes Prow Robot 2020-10-31 00:52:52 -07:00 committed by GitHub
commit 6e77f2dd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
title: 确保 PodDisruptionBudget 的前提下安全地清空一个{{< glossary_tooltip text="节点" term_id="node" >}}
title: 确保 PodDisruptionBudget 的前提下安全地清空一个节点
content_type: task
---
<!--
@ -16,7 +16,7 @@ content_type: task
<!--
This page shows how to safely drain a node, respecting the PodDisruptionBudget you have defined.
-->
本页展示了如何在确保 PodDisruptionBudget 的前提下,安全地清空一个节点。
本页展示了如何在确保 PodDisruptionBudget 的前提下,安全地清空一个{{< glossary_tooltip text="节点" term_id="node" >}}
## {{% heading "prerequisites" %}}