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

Functional test: Add scenario for testing controller upgrade #190

Open
eytan-avisror opened this issue Nov 10, 2020 · 0 comments
Open

Functional test: Add scenario for testing controller upgrade #190

eytan-avisror opened this issue Nov 10, 2020 · 0 comments

Comments

@eytan-avisror
Copy link
Collaborator

We should have a functional test that guarantees we are not causing a rolling upgrade with a code change.
For example, if a change is made to code around labels / taints / userdata / etc, we can trigger a rolling upgrade for all cluster instance groups.

Scenario should be:

  • Deploy controller with tag latest (latest release)
  • Create instance-groups
  • Deploy controller with tag master (latest PR merged)
  • Check if node rotation occurs (-> assert that instancegroup state cannot equal InitUpgrade or ReconcileUpgrade over 30 seconds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant