File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,14 +100,14 @@ Where you will see differences while using the CLI is `deis ps:list` will output
100100Behind the scenes your application deploy will be built up of a Deployment object per process type,
101101each 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
You can’t perform that action at this time.
0 commit comments