diff options
| author | Klaus Ma <klaus1982.cn@gmail.com> | 2016-12-13 08:40:09 +0800 |
|---|---|---|
| committer | Klaus Ma <klaus1982.cn@gmail.com> | 2016-12-13 08:40:09 +0800 |
| commit | e6169de20d84a9eb60981354eec6ece5d51ec84e (patch) | |
| tree | fe3d5388d53c04c3164bf5045a88cfd0bb1411cc | |
| parent | 607df1993a0a68e6cff4a6f70325116130dcaeb3 (diff) | |
Fix typos in init container design.
| -rw-r--r-- | contributors/design-proposals/container-init.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/container-init.md b/contributors/design-proposals/container-init.md index 6e9dbb4a..d4e8e83b 100644 --- a/contributors/design-proposals/container-init.md +++ b/contributors/design-proposals/container-init.md @@ -110,7 +110,7 @@ being initialized is in the `Pending` phase but should have a distinct condition. Each app container and all future init containers should have the reason `PodInitializing`. The pod should have a condition `Initializing` set to `false` until all init containers have succeeded, and `true` thereafter. -If the pod is restarted, the `Initializing` condition should be set to `false. +If the pod is restarted, the `Initializing` condition should be set to `false`. If the pod is "restarted" all containers stopped and started due to a node restart, change to the pod definition, or admin interaction, all @@ -169,7 +169,7 @@ app containers are started at once. The name of each app and init container in a pod must be unique - it is a validation error for any container to share a name. -While pod containers are in alpha state, they will be serialized as an annotation +While init containers are in alpha state, they will be serialized as an annotation on the pod with the name `pod.alpha.kubernetes.io/init-containers` and the status of the containers will be stored as `pod.alpha.kubernetes.io/init-container-statuses`. Mutation of these annotations is prohibited on existing pods. |
