You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we do a new deployment which is a revision of the above deployment
sample_component v1.1 -> Deployment 2
---
...
Manifest:
- Platform:
os: linuxruntime: "aws_nucleus_lite"Lifecycle:
# missing install# run replaced by startupstartup: 'while true; do echo "Hello World!" && sleep 1; done'
...
Side Effect
There will be stale install and run service file after Deployment 2 within the system and attempt to run them will show up in the ggdeploymentd's logs.
Remediation
Remove the component with a new Deployment3 and retry version 1.1 with the 4th deployment.
The text was updated successfully, but these errors were encountered:
Issue Scenario
Below is an example of when the issue occurs:
sample_component v1 -> Deployment 1
Now we do a new deployment which is a revision of the above deployment
sample_component v1.1 -> Deployment 2
Side Effect
There will be stale install and run service file after Deployment 2 within the system and attempt to run them will show up in the ggdeploymentd's logs.
Remediation
Remove the component with a new Deployment3 and retry version 1.1 with the 4th deployment.
The text was updated successfully, but these errors were encountered: