Start
Workflow for starting an environment
When starting an Environment, the following occur:
- all components of
kind
Helm
,KubernetesManifest
,GenericComponent
are started by running their defined scripts / commands from thestart
attribute of each. - the number of
replicas
for Docker-compose components is set to the value before stopping for each ofDeployments
Important: The number of replicas is preserved at Stop so it can be later on put back, when starting the component.
The order in which the components are started is controlled by the dependsOn
attribute, similarly to the Deploy workflow.
For
KubernetesManifest
,Helm
andGenericComponent
it is your entire responsibility to handle what happens when starting/stopping an environment.
Updated about 1 year ago