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
It's impossible to figure out whether the controller has processed the changes and updated the resources or not. The following information needs to be exposed so it's possible to figure out if the updates are done or still in progress:
observedGeneration in Stackset.status, updated only after the changes to the stacks are done
observedGeneration on Stack.status, updated only after the subresources have been changed
currentStackName in Stackset.status to avoid duplicating the weird default and name generation logic
The text was updated successfully, but these errors were encountered:
It's impossible to figure out whether the controller has processed the changes and updated the resources or not. The following information needs to be exposed so it's possible to figure out if the updates are done or still in progress:
observedGeneration
inStackset.status
, updated only after the changes to the stacks are doneobservedGeneration
onStack.status
, updated only after the subresources have been changedcurrentStackName
inStackset.status
to avoid duplicating the weirddefault
and name generation logicThe text was updated successfully, but these errors were encountered: