Skip to content

Commit a0f48e5

Browse files
committed
bug(notice): fixes deployment callout
1 parent 7ff5608 commit a0f48e5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/applications/deploying-apps.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ 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).
103+
!!! important
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).
111111

112112
[install client]: ../users/cli.md#installation
113113
[application]: ../reference-guide/terms.md#application

0 commit comments

Comments
 (0)