diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-02-05 13:04:36 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-05 13:04:36 -0800 |
| commit | eba70b05a06e19cdb5ff2a72c0a9cba22325e628 (patch) | |
| tree | 3e7c0317ad2d44595c84e0d8725d5f8c7190fc55 | |
| parent | 98d8b09ea92e07207334bd2c64d71c7e22ff0bea (diff) | |
| parent | 675c62f20d532b0bc21659b1b51a0312744c63d5 (diff) | |
Merge pull request #3208 from knightXun/patch-4
fix a format error
| -rw-r--r-- | contributors/design-proposals/apps/stateful-apps.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/apps/stateful-apps.md b/contributors/design-proposals/apps/stateful-apps.md index 286f57da..dd7fddbb 100644 --- a/contributors/design-proposals/apps/stateful-apps.md +++ b/contributors/design-proposals/apps/stateful-apps.md @@ -171,7 +171,7 @@ Future work: * Allow more sophisticated identity assignment - instead of `{name}-{0 - replicas-1}`, allow subsets and complex indexing. -### Controller behavior. +### Controller behavior When a StatefulSet is scaled up, the controller must create both pods and supporting resources for each new identity. The controller must create supporting resources for the pod before creating the |
