-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
📖CAEP: MachinePool API (provider agnostic scale types) #1703
📖CAEP: MachinePool API (provider agnostic scale types) #1703
Conversation
a55eba2
to
1e81a11
Compare
1e81a11
to
6796f90
Compare
6796f90
to
7c46067
Compare
|
||
###### Expectations | ||
|
||
- Nodes associated with MachinePool should be cordoned and drained. |
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.
You mentioned above that cordon & drain is out of scope for this initial work?
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.
That's correct. I removed this line. I'd like to be able to add cordon and drain support after we get initial MachinePool support in.
Generally LGTM & ready to approve pending addressing my comments. Thanks! |
Signed-off-by: Juan-Lee Pang [email protected] What this PR does / why we need it: Adds CAEP for MachinePool (provider agnostic scale types).
7c46067
to
423d06e
Compare
@detiber @justaugustus @vincepri @chuckha @jzhoucliqr any additional comments? |
I need to do another sweep. Hopefully before the week is out! |
Do you mind if we merge and address any new comments you have out of band @justaugustus? @ncdc |
Totally fine with me |
@juan-lee -- Sounds good to me! For capz: |
/assign @vincepri |
Let's start lazy consensus: expiration next Wednesday, December 11 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juan-lee, justaugustus, ncdc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Juan-Lee Pang [email protected]
What this PR does / why we need it:
Adds CAEP for MachinePool (provider agnostic scale types).