Skip to content

Commit 1f09a8c

Browse files
docs(slugbuilder-cache): add application tuning variable
1 parent a349d20 commit 1f09a8c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/applications/deploying-apps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ It is possible to configure a few of the [globally tunable](../applications/mana
6060

6161
Setting | Description
6262
----------------------------------------------- | ---------------------------------
63+
DEIS_DISABLE_CACHE | if set, this will disable the [slugbuilder cache][] (default: not set)
6364
DEIS_DEPLOY_BATCHES | the number of pods to bring up and take down sequentially during a scale (default: number of available nodes)
6465
DEIS_DEPLOY_TIMEOUT | deploy timeout in seconds per deploy batch (default: 120)
6566
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
99100
Deis Workflow will behave the same way with `DEIS_KUBERNETES_DEPLOYMENTS` enabled or disabled (only applicable to versions prior to 2.4).
100101
The changes are behind the scenes. Where you will see differences while using the CLI is `deis ps:list` will output Pod names differently.
101102

103+
[slugbuilder cache]: ./managing-app-configuration.md#slugbuilder-cache
102104
[install client]: ../users/cli.md#installation
103105
[application]: ../reference-guide/terms.md#application
104106
[controller]: ../understanding-workflow/components.md#controller

0 commit comments

Comments
 (0)