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