diff options
| author | 陈宏 <chenhong@ghostcloud.cn> | 2017-10-27 09:30:59 +0800 |
|---|---|---|
| committer | 陈宏 <chenhong@ghostcloud.cn> | 2017-10-27 09:30:59 +0800 |
| commit | 5e3a738bd4fa9fd3965e8343f65da4baede693c6 (patch) | |
| tree | 0ba4e44cceab6cb1d4dad8067b84f7c573d923c8 /contributors/design-proposals/node | |
| parent | 21149366536203bbbc29c5eeca47fbac506200a5 (diff) | |
update cloud-provider-refactoring.md and kubelet-cri-logging.md
Diffstat (limited to 'contributors/design-proposals/node')
| -rw-r--r-- | contributors/design-proposals/node/kubelet-cri-logging.md | 2 |
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 0cda9901..41c5cc9c 100644 --- a/contributors/design-proposals/node/kubelet-cri-logging.md +++ b/contributors/design-proposals/node/kubelet-cri-logging.md @@ -59,7 +59,7 @@ the format and the metadata (i.e., timestamps) of the logs. In the current implementation, kubelet calls `docker logs` with parameters to return the log content. As of now, docker only supports `log` operations for the “journal” and “json-file” drivers [2]. In other words, *the support of `kubectl logs` is not -universal in all kuernetes deployments*. +universal in all kubernetes deployments*. **Cluster logging support** |
