-
Notifications
You must be signed in to change notification settings - Fork 12
Issue #182 when scaling the cluster out, check joining nodes before finishing action #184
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
Conversation
reduced number of unnecessary sleep during tests
|
@cscetbon @AKamyshnikova could you please review? |
|
/kuttl-tests |
when scaling the cluster out, check joining nodes before finishing action Fixes cscetbon#182
sort pods by name ascending when choosing last pod from the slice
@cscetbon Do you mean I should execute those tests or write new scenario? I see there is a scenario for scale-up already |
Hi @cscetbon, I ran scaling kuttl test on my branch and it passed, see details below.
test logs |
|
Hi @cscetbon, thanks for approval! Can you merge it or we wait for other reviewers? |
|
@pchmieli until we make a release you won't be able to use this unless you use master or issue182 as the image tag. When do you need this out ? |
What's in this PR?
When scaling the cluster out, added check for joining nodes before finishing action (
ScaleOut=Done)Why?
To avoid setting cluster
Phase=Runningprecociously.Details in issue #182
Checklist