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

Interactive update command improvements #203

Open
2 of 4 tasks
a1exsh opened this issue Jan 24, 2018 · 3 comments
Open
2 of 4 tasks

Interactive update command improvements #203

a1exsh opened this issue Jan 24, 2018 · 3 comments

Comments

@a1exsh
Copy link
Collaborator

a1exsh commented Jan 24, 2018

We would like to make the update command behavior less surprising by implementing the following improvements:

  • document how to resolve 'failed' state, maybe provide a hint as well
  • assess the current state of the node and allow to skip updating if it already matches the target configuration
  • unattended mode: fire and forget (should still stop if some nodes go down unexpectedly)
  • better node liveliness probe (DownEndpointCount is not a good fit)
a1exsh added a commit that referenced this issue Jan 24, 2018
Explain the mode of operation, expectations and operator responsibilities.
Related: #203
@lmineiro
Copy link
Contributor

If the original node has detailed monitoring enabled it will be gone in the new node

@a1exsh
Copy link
Collaborator Author

a1exsh commented Jan 24, 2018

@lmineiro didn't know about that. We should probably have it as an option for create and update.

@a1exsh
Copy link
Collaborator Author

a1exsh commented Mar 12, 2020

skip updating if it already matches the target configuration

In common cases like updating the AMI, this can be addressed by using filters. That is filter for nodes running the old AMI. This makes it easier to continue if update broke in the middle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants