-
Notifications
You must be signed in to change notification settings - Fork 25
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
ACM-5994 Reinstall operator when deployment arguments are mismatched #249
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Omar Farag <[email protected]>
Signed-off-by: Omar Farag <[email protected]>
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: o-farag The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Omar Farag <[email protected]>
/test all |
1 similar comment
/test all |
Signed-off-by: Omar Farag <[email protected]>
/test all |
Signed-off-by: Omar Farag <[email protected]>
Signed-off-by: Omar Farag <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@o-farag I think this will work for checking changes in S3 bucket name. This does not catch cases where there was OIDC configuration but not any more... etc.
I am wondering if we can have more generic way to check for changes like https://github.com/stolostron/hypershift-addon-operator/blob/main/pkg/install/hypershift_test.go#L880. Based on user input and secrets, the hypershift install code generates a certain set of args for installing hypershift.
@rokej not completely sure what you mean, could you elaborate more? Doesn't this line: https://github.com/o-farag/hypershift-addon-operator/blob/ce8bc890e78dfb0152ce5c802e2daca58fb380c4/pkg/install/upgrade.go#L222 catch the case where there was OIDC configuration but not anymore?
To confirm, a generic way to check for mismatch of all args instead of just OIDC args? |
Description of the change(s):
Why do we need this PR:
Issue reference:
Test API/Unit - Success