Skip to content

Commit 641cbac

Browse files
authored
doc(deploying-apps.md): add note about known issue in controller (#395)
when deployments are turned on, the controller can crash on startup in a very specific case Ref deis/controller#903 * doc(deploying-apps.md): add note about known issue
1 parent 8827ee8 commit 641cbac

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/applications/deploying-apps.md

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

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

0 commit comments

Comments
 (0)