-
Notifications
You must be signed in to change notification settings - Fork 629
✨ Allocate dedicated host when a dedicated host doesn't exist #5631
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
base: main
Are you sure you want to change the base?
✨ Allocate dedicated host when a dedicated host doesn't exist #5631
Conversation
Skipping CI for Draft Pull Request. |
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
0cadb9a
to
2dd765e
Compare
Hi @rvanderp3, |
not at all, I appreciate the early feedback |
2dd765e
to
92e2a20
Compare
covers #5599 |
@rvanderp3 thanks! this is looking great. I dropped some early feedback. |
e9dc543
to
c46e590
Compare
/retest-required |
1 similar comment
/retest-required |
/unhold aws-test appears to be failing due to VPC quota exhaustion |
/retest-required |
/hold i need to look a bit closer, it does appear one of the new unit tests is failing |
d5a03c3
to
7d4ddc0
Compare
/unhold |
4a6ea38
to
b4ca71d
Compare
d8cfe76
to
c2fd570
Compare
e55553a
to
26f35cf
Compare
/retest-required |
1 similar comment
/retest-required |
26f35cf
to
840e0ae
Compare
840e0ae
to
e19d000
Compare
What type of PR is this?
/kind feature
What this PR does / why we need it:
Builds on #5548 to enable CAPA to allocate a dedicated host. This removes the requirement that a dedicated host exist prior to instance provisioning. A core assumption of this PR is that there is a 1:1 mapping between an instance and the dedicated host on which it runs. Nothing in this implementation precludes scheduling multiple instances to a given dedicated host, but that is not the goal of this initial implementation.
Special notes for your reviewer:
Checklist:
Release note:
Adds support for provisioning an instance on a new dedicated host.