-
Notifications
You must be signed in to change notification settings - Fork 202
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
[E2E Scenario tests] Add initial set of e2e tests for k8s upgrade command for non-ha mode. #633
Comments
The current draft PR #665 checks that the on upgrade the new crds , new cluster role bindings and new cluster roles exist. Additionally without applying the components again, check that already existing components continue to exist after the upgrade.
My thoughts are for 1, it should not be done here and be done as part of test-infra updates if possible. (But then how will helm upgrade command be tested? since the test-infra is using the helm upgrade process now) @yaron2 @pkedy @artursouza any thoughts on this? |
Like I said, cli "owns" upgrade and install logic so it should be tested. LGTM. |
I will create separate issues for all of these items. I do not believe it should be this issue it self. @artursouza I think the mutating webhook configurer is used for addmission control ... as long as the sidecar starts up and the app "works" as expected, i think that should suffice. |
Describe the proposal
[E2E Scenario tests] Add e2e tests for k8s upgrade command
Handle multiple version combinations of upgrade if possible. (Covering the supported versions of Dapr)
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: