You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEIS_DISABLE_CACHE | if set, this will disable the [slugbuilder cache][] (default: not set)
63
64
DEIS_DEPLOY_BATCHES | the number of pods to bring up and take down sequentially during a scale (default: number of available nodes)
64
65
DEIS_DEPLOY_TIMEOUT | deploy timeout in seconds per deploy batch (default: 120)
65
66
KUBERNETES_DEPLOYMENTS_REVISION_HISTORY_LIMIT | how many [revisions][kubernetes-deployment-revision] Kubernetes keeps around of a given Deployment (default: all revisions)
@@ -99,6 +100,7 @@ each having multiple ReplicaSets (one per release) which in turn manage the Pods
99
100
Deis Workflow will behave the same way with `DEIS_KUBERNETES_DEPLOYMENTS` enabled or disabled (only applicable to versions prior to 2.4).
100
101
The changes are behind the scenes. Where you will see differences while using the CLI is `deis ps:list` will output Pod names differently.
0 commit comments