Skip to content

Commit

Permalink
Merge pull request rootsongjc#266 from zhangg/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
rootsongjc authored Aug 14, 2018
2 parents a800178 + 1ae8b9a commit 417ce19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concepts/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kubectl rollout undo deployment/nginx-deployment

## Deployment 概念详细解析

本文翻译自kubernetes官方文档:https://kubernetes.io/docs/concepts/workloads/controllers/deployment.md
本文翻译自kubernetes官方文档:https://kubernetes.io/docs/concepts/workloads/controllers/deployment

根据2017年5月10日的Commit 8481c02 翻译。

Expand Down
2 changes: 1 addition & 1 deletion concepts/pause-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pause容器,是可以自己来定义,官方使用的`gcr.io/google_container

## Pause容器的作用

我们检查nod节点的时候会发现每个node上都运行了很多的pause容器,例如如下。
我们检查node节点的时候会发现每个node上都运行了很多的pause容器,例如如下。

```bash
$ docker ps
Expand Down

0 comments on commit 417ce19

Please sign in to comment.