summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author陈宏 <chenhong@ghostcloud.cn>2017-11-07 15:50:08 +0800
committer陈宏 <chenhong@ghostcloud.cn>2017-11-07 15:50:08 +0800
commit3c2faae22267b8f8efb3dc8341b1144e1401032a (patch)
tree06392544f2d7e4ddad515f4e448bc2779139f040
parent3ae089438e41922f45e0ef6c259e1674172ee873 (diff)
typo
-rw-r--r--contributors/design-proposals/node/kubelet-cri-logging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/kubelet-cri-logging.md b/contributors/design-proposals/node/kubelet-cri-logging.md
index 41c5cc9c..f4e35861 100644
--- a/contributors/design-proposals/node/kubelet-cri-logging.md
+++ b/contributors/design-proposals/node/kubelet-cri-logging.md
@@ -137,7 +137,7 @@ Because kubelet determines where the logs are stores and can access them
directly, this meets requirement (1). As for requirement (2), the log collector
can easily extract basic pod metadata (e.g., pod UID, container name) from
the paths, and watch the directly for any changes. In the future, we can
-extend this by maintaining a metada file in the pod directory.
+extend this by maintaining a metadata file in the pod directory.
**Log format**