Skip to content

Commit a07a53c

Browse files
Julien Lindmtojek
andauthored
Update stack.go (#524)
Update stack.go to add a more explicit message for common error handling Co-authored-by: mtojek <[email protected]>
1 parent 4c8b1ff commit a07a53c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ _Context: global_
182182

183183
Use this command to spin up a Docker-based Elastic Stack consisting of Elasticsearch, Kibana, and the Package Registry. By default the latest released version of the stack is spun up but it is possible to specify a different version, including SNAPSHOT versions.
184184

185+
Be aware that a common issue while trying to boot up the stack is that your Docker environments settings are too low in terms of memory threshold.
186+
185187
For details on how to connect the service with the Elastic stack, see the [service command](https://github.com/elastic/elastic-package/blob/master/README.md#elastic-package-service).
186188

187189
### `elastic-package status [package]`

cmd/stack.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ var availableServices = map[string]struct{}{
2828

2929
const stackLongDescription = `Use this command to spin up a Docker-based Elastic Stack consisting of Elasticsearch, Kibana, and the Package Registry. By default the latest released version of the stack is spun up but it is possible to specify a different version, including SNAPSHOT versions.
3030
31+
Be aware that a common issue while trying to boot up the stack is that your Docker environments settings are too low in terms of memory threshold.
32+
3133
For details on how to connect the service with the Elastic stack, see the [service command](https://github.com/elastic/elastic-package/blob/master/README.md#elastic-package-service).`
3234

3335
const stackUpLongDescription = `Use this command to boot up the stack locally.
3436
3537
By default the latest released version of the stack is spun up but it is possible to specify a different version, including SNAPSHOT versions.
3638
39+
Be aware that a common issue while trying to boot up the stack is that your Docker environments settings are too low in terms of memory threshold.
40+
3741
To ęxpose local packages in the Package Registry, build them first and boot up the stack from inside of the Git repository containing the package (e.g. elastic/integrations). They will be copied to the development stack (~/.elastic-package/stack/development) and used to build a custom Docker image of the Package Registry.
3842
3943
For details on how to connect the service with the Elastic stack, see the [service command](https://github.com/elastic/elastic-package/blob/master/README.md#elastic-package-service).`

0 commit comments

Comments
 (0)