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
I noticed the state field was empty in the release file while receiving the termination signal during the kusion apply process.
What did you expect to happen?
The resources list in the state field should match exactly with the resources that have been deployed successfully during this singular kusion apply operation.
How can we reproduce it (as minimally and precisely as possible)?
Terminate the kusion apply process halfway. (Better leverage a spec with multi-deployments and multi-services that have dependency relationships so that at least some of the resources are pending)
Anything else we need to know?
No response
Kusion version
$ kusion version
# paste output here
OS version
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Install tools
The text was updated successfully, but these errors were encountered:
What happened?
I noticed the
state
field was empty in therelease
file while receiving the termination signal during thekusion apply
process.What did you expect to happen?
The resources list in the
state
field should match exactly with the resources that have been deployed successfully during this singularkusion apply
operation.How can we reproduce it (as minimally and precisely as possible)?
Terminate the
kusion apply
process halfway. (Better leverage aspec
with multi-deployments and multi-services that have dependency relationships so that at least some of the resources are pending)Anything else we need to know?
No response
Kusion version
OS version
Install tools
The text was updated successfully, but these errors were encountered: