-
Notifications
You must be signed in to change notification settings - Fork 204
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
chore: Revert "feat: Machine Migration (#176)" #241
chore: Revert "feat: Machine Migration (#176)" #241
Conversation
354c31c
to
b2ac9a9
Compare
b300a7f
to
ed0bb76
Compare
00da3da
to
3ac320f
Compare
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
3ac320f
to
0574709
Compare
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
60f758c
to
40c3cf6
Compare
40c3cf6
to
25df41e
Compare
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
Expect(nodes[0].Name).ToNot(Equal(node.Name)) | ||
}) | ||
It("should uncordon nodes when expiration replacement partially fails", func() { | ||
It("should uncordon nodes when expiration replacement fails", func() { |
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.
Any reason you want to change this test? Was this how it was before?
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.
This is effectively the same test, since we are validating the ability of the test to uncordon after we decide to launch. Whether it's 3 or 1 I don't think makes much of a difference here
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
…netes-sigs#241)" This reverts commit 9973eac.
* Revert "Revert machine migration changes (kubernetes-sigs#176) (kubernetes-sigs#241)" This reverts commit 9973eac. * Change owner reference to blockOwnerDeletion * Remove string logging for machine launch * Removing FailedInit since machine statusCondition captures it * Updated eventing on machines
* chore: cleanup deprovisioning types * add inc * fix: add more visibility for when we can't consolidate (#292) * feat: Machine Migration (#273) * Revert "Revert machine migration changes (#176) (#241)" This reverts commit 9973eac. * Change owner reference to blockOwnerDeletion * Remove string logging for machine launch * Removing FailedInit since machine statusCondition captures it * Updated eventing on machines * action const * testfix * testfix2 * comments * rename * last * enum * fixcompile * export * fixredundancy * fixlogic * comment * renameVar --------- Co-authored-by: Todd Neal <tnealt@amazon.com> Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
Fixes #
Description
Revert relevant changes in #176. Keeps some of the changes in the PR, but removes any changes that change the architecture from creating Nodes to modeling inflight nodes as machines.
How was this change tested?
make presubmit
FOCUS=Integration make e2etests
succeededBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.