Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to verify whether resources were updated or not #79

Open
aermakov-zalando opened this issue Nov 12, 2018 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@aermakov-zalando
Copy link
Contributor

aermakov-zalando commented Nov 12, 2018

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 aermakov-zalando added the enhancement New feature or request label Nov 12, 2018
@mikkeloscar
Copy link
Contributor

Somewhat related to #49

@aermakov-zalando
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants