From 4f98a3b529524698153e096d7c3dbcc68ebb5e3c Mon Sep 17 00:00:00 2001 From: yinshuxun <18052012746@163.com> Date: Thu, 1 Feb 2018 20:20:12 +0800 Subject: [PATCH] fix typo (#7187) --- docs/getting-started-guides/windows/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/windows/index.md b/docs/getting-started-guides/windows/index.md index b8a33e1e96..8db4a79706 100644 --- a/docs/getting-started-guides/windows/index.md +++ b/docs/getting-started-guides/windows/index.md @@ -431,7 +431,7 @@ Persistent Volume Claims are supported for supported volume types. ### Metrics -Windows Stats use a hybrid model: pod and container level stats come from CRI (via dockershim), while node level stats come from the "winstats" package that exports cadvisor like datastructures using windows specific perf counters from the node. +Windows Stats use a hybrid model: pod and container level stats come from CRI (via dockershim), while node level stats come from the "winstats" package that exports cadvisor like data structures using windows specific perf counters from the node. ## Known Limitations for Windows Server Containers with v1.9 Some of these limitations will be addressed by the community in future releases of Kubernetes @@ -442,4 +442,4 @@ Some of these limitations will be addressed by the community in future releases - Hyper-V Containers are not supported -> As of this writing, the Kube-proxy binary requires a pending Kubernetes [pull request](https://github.com/kubernetes/kubernetes/pull/56529) to work properly. You may need to [build](#build) the binaries manually to work around this. \ No newline at end of file +> As of this writing, the Kube-proxy binary requires a pending Kubernetes [pull request](https://github.com/kubernetes/kubernetes/pull/56529) to work properly. You may need to [build](#build) the binaries manually to work around this.