stackset-controller icon indicating copy to clipboard operation
stackset-controller copied to clipboard

Make it possible to verify whether resources were updated or not

Open aermakov-zalando opened this issue 7 years ago • 2 comments

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

aermakov-zalando avatar Nov 12 '18 16:11 aermakov-zalando

Somewhat related to https://github.com/zalando-incubator/stackset-controller/issues/49

mikkeloscar avatar Nov 12 '18 16:11 mikkeloscar

It would also be nice if Status reflected the state of the subresources as well (e.g. Ingress if it's necessary).

aermakov-zalando avatar Nov 12 '18 16:11 aermakov-zalando