Skip to content

Commit

Permalink
fix typo in /ja/docs/concepts/workloads/pods/init-containers (kuberne…
Browse files Browse the repository at this point in the history
  • Loading branch information
autopp authored and wawa0210 committed Mar 2, 2020
1 parent 8eb1c29 commit c12bbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ja/docs/concepts/workloads/pods/init-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep 3600']
```
古いアノテーション構文がKubernetes1.6と1.7において有効ですが、1.6では新しい構文にも対応しています。Kubernetes1.8以降では新しい構文はを使用する必要があります。KubernetesではInitコンテナの宣言を`spec`に移行させました。
古いアノテーション構文がKubernetes1.6と1.7において有効ですが、1.6では新しい構文にも対応しています。Kubernetes1.8以降では新しい構文を使用する必要があります。KubernetesではInitコンテナの宣言を`spec`に移行させました。

```yaml
apiVersion: v1
Expand Down

0 comments on commit c12bbed

Please sign in to comment.