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 1pull/5882/merge
parent
83797a6f62
commit
7edb8f3fa7
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
approvers:
|
||||
title: 设备插件
|
||||
描述: 使用 Kubernetes 设备插件框架来为 GPUs、 NICs、 FPGAs、 InfiniBand 和其他类似的需要供应商特别设置的资源开发插件。
|
||||
description: 使用 Kubernetes 设备插件框架来为 GPUs、 NICs、 FPGAs、 InfiniBand 和其他类似的需要供应商特别设置的资源开发插件。
|
||||
---
|
||||
|
||||
{% include feature-state-alpha.md %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue