Skip to content

Commit 8befc2a

Browse files
jeroenvisser101helgi
authored andcommitted
chore(docs): update docs to reflect fixed issue (#455)
Since #903 is fixed, this should not be an issue anymore, right?
1 parent 8b58e18 commit 8befc2a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/applications/deploying-apps.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@ Where you will see differences while using the CLI is `deis ps:list` will output
9999
Behind the scenes your application deploy will be built up of a Deployment object per process type,
100100
each having multiple ReplicaSets (one per release) which in turn manage the Pods running your application.
101101

102-
!!! important
103-
If `DEIS_KUBERNETES_DEPLOYMENTS` is enabled and there is a deployment in progress when the
104-
controller starts, the controller will crash until the deployment is finished. This issue can
105-
specifically manifest itself if the controller crashes while you are scaling an app.
106-
Kubernetes will automatically restart the controller, but it will not start back up properly
107-
until the scale operation (which will complete in the background) completes.
108-
We intend to fix this issue soon and are tracking the work in
109-
[https://github.com/deis/controller/issues/903](https://github.com/deis/controller/issues/903).
110-
111102
[install client]: ../users/cli.md#installation
112103
[application]: ../reference-guide/terms.md#application
113104
[controller]: ../understanding-workflow/components.md#controller

0 commit comments

Comments
 (0)