Stop
Workflow for stopping an environment
When stopping an Environment, the following occur:
- all components of
kindHelm,KubernetesManifest,GenericComponentare stopped by running their defined scripts / commands from thestopattribute of each.
Note: these are all ran in parallel. - the number of
replicasfor Docker-compose components is set to0for each ofDeployments.
Important: The number of replicas is preserved so it can be later on put back, when starting the component.
For
KubernetesManifest,HelmandGenericComponentit is your entire responsibility to handle what happens when starting/stopping an environment.
Similarly to the Destroy workflow, all stop commands are ran in parallel.
Updated 2 months ago
