stackset-controller
stackset-controller copied to clipboard
Make it possible to verify whether resources were updated or not
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:
-
observedGenerationinStackset.status, updated only after the changes to the stacks are done -
observedGenerationonStack.status, updated only after the subresources have been changed -
currentStackNameinStackset.statusto avoid duplicating the weirddefaultand name generation logic
Somewhat related to https://github.com/zalando-incubator/stackset-controller/issues/49
It would also be nice if Status reflected the state of the subresources as well (e.g. Ingress if it's necessary).