Skip to content

Commit ef26d58

Browse files
committed
Merge pull request #112 from arschles/slugbuilder-note
doc(object-storage): add note about slugbuilder standalone component
2 parents 2d05e14 + ae3bfc6 commit ef26d58

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/installing-workflow/configuring-object-storage.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ echo $MY_ACCESS_KEY | base64
7272

7373
## [deis/slugbuilder](https://github.com/deis/slugbuilder)
7474

75+
The slugbuilder is configured and launched by the builder inside a Deis cluster, so this section only applies if you intend to run it as a standalone component.
76+
7577
### Environment Variables
7678

7779
The slugbuilder looks for the below environment variables to determine where to download code from and upload slugs to.
@@ -98,12 +100,12 @@ echo $MY_ACCESS_KEY | base64
98100

99101
## [deis/slugrunner](https://github.com/deis/slugrunner)
100102

103+
The slugrunner is configured and launched by the controller inside a Deis cluster, so this section only applies if you intend to run it as a standlone component.
104+
101105
### Environment Variables
102106

103107
The slugrunner uses the `SLUG_URL` environment variable to determine where to download the slug (that it will run) from.
104108

105-
Note that if you are using slugrunner inside a Deis cluster, the [controller](https://github.com/deis/controller) handles all configuration and lifecycle management for you. The remainder of this section only applies if you intend to run the slugrunner as a standalone component.
106-
107109
### Credentials
108110

109111
The slugrunner reads credentials from the below locations on the filesystem.

0 commit comments

Comments
 (0)