-
Notifications
You must be signed in to change notification settings - Fork 21
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
neonvm-controller: refactor doReconcile #1131
Conversation
No changes to the coverage.
HTML Report |
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.
Looks good, but I think d5defa1 ("extract createPod") may leak ssh secrets in edge cases. Can give a more thorough example of what I mean later, but in the meantime maybe let's merge the other commits?
2fad2b8
to
8b34ba3
Compare
@Omrigan if you're going to rebase-and-merge, could you rename the commits to append the PR number? |
Signed-off-by: Oleg Vasilev <[email protected]>
Signed-off-by: Oleg Vasilev <[email protected]>
corev1.PodUnknown is deprecated, therefore we don't need it. Signed-off-by: Oleg Vasilev <[email protected]>
8b34ba3
to
042df76
Compare
Right, totally forgot! I guess it is 3 strikes to automate it, first take is at https://github.com/neondatabase/autoscaling/pull/1152/files. |
Signed-off-by: Oleg Vasilev <[email protected]>
Signed-off-by: Oleg Vasilev <[email protected]>
Best viewed by-commit.
Will be merged with rebase.
Part of the #733.