From 81a6a8e5bd8cd62492255cb518ea15df624120aa Mon Sep 17 00:00:00 2001 From: h4ghhh Date: Sat, 17 Oct 2020 14:32:23 +0800 Subject: [PATCH] modify device-plugins.md --- .../extend-kubernetes/compute-storage-net/device-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md index 441d3bd871..7656e93d31 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md @@ -210,7 +210,7 @@ Support for the "PodResources service" requires `KubeletPodResources` [feature g {{< feature-state for_k8s_version="v1.18" state="beta" >}} -The Topology Manager is a Kubelet component that allows resources to be co-ordintated in a Topology aligned manner. In order to do this, the Device Plugin API was extended to include a `TopologyInfo` struct. +The Topology Manager is a Kubelet component that allows resources to be co-ordinated in a Topology aligned manner. In order to do this, the Device Plugin API was extended to include a `TopologyInfo` struct. ```gRPC