resolves jekyll rendering error (#5976)

- chinese isn't understood for keys in YAML frontmatter in jekyll, so
   replaced it with the english equivalent that doesn't throw the
following error on rendering:

Error reading file src/kubernetes.github.io/cn/docs/concepts/cluster-administration/device-plugins.md: (<unknown>): could not find expected ':' while scanning a simple key at line 4 column 1
pull/5882/merge
Joseph Heck 2017-10-23 12:07:55 -07:00 committed by Steve Perry
parent 83797a6f62
commit 7edb8f3fa7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
approvers:
title: 设备插件
描述: 使用 Kubernetes 设备插件框架来为 GPUs、 NICs、 FPGAs、 InfiniBand 和其他类似的需要供应商特别设置的资源开发插件。
description: 使用 Kubernetes 设备插件框架来为 GPUs、 NICs、 FPGAs、 InfiniBand 和其他类似的需要供应商特别设置的资源开发插件。
---
{% include feature-state-alpha.md %}