-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
[Feat] : support ignore specify annotation key in statefulset #666
Conversation
Signed-off-by: drivebyer <[email protected]>
@drivebyer Let's push another e2e to ensure the annotations are not present. Adding some e2e test with this PR is much needed |
We could have
|
ok |
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
ready to review @shubham-cmyk |
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
We need to have a file Where we put that annots on the sts and put that file in the error or TestStep Like :
Error make sure that it would fail |
ok, i would add it |
@drivebyer Make sure you have that annotation present in the In standalone we do the same but we won't have the status there because currently it was not added to that. |
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
It would be ready to merge after these changes. |
Signed-off-by: drivebyer <[email protected]>
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.
LGTM
…TAINER-KIT#666) * Support ignore specify annotation key in statefulset Signed-off-by: drivebyer <[email protected]> * add e2e Signed-off-by: drivebyer <[email protected]> * add test path Signed-off-by: drivebyer <[email protected]> * [DEBUG] ignore test dir Signed-off-by: drivebyer <[email protected]> * remove comment Signed-off-by: drivebyer <[email protected]> * remove assert file, which already assert in setup directory Signed-off-by: drivebyer <[email protected]> * add test dirs Signed-off-by: drivebyer <[email protected]> * remove exporter Signed-off-by: drivebyer <[email protected]> * add error assert Signed-off-by: drivebyer <[email protected]> * add more assert Signed-off-by: drivebyer <[email protected]> * add more assert Signed-off-by: drivebyer <[email protected]> --------- Signed-off-by: drivebyer <[email protected]> Signed-off-by: drivebyer <[email protected]>
Description
Fixes #555
Type of change
Checklist
Additional Context