Skip to content
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

Will karpenter on Alibaba Cloud support interruption queue like AWS #160

Open
laura-1117 opened this issue Dec 6, 2024 · 4 comments
Open
Labels
question Further information is requested

Comments

@laura-1117
Copy link

On AWS there's a setting called "interruptionQueue", I suppose this is to send interruptions events to message queues.
But this setting cannot be found on AliCloud currently, will the feature be added in later versions?

@jwcesign
Copy link
Contributor

jwcesign commented Dec 6, 2024

Hi, @laura-1117
For alibabacloud, the node will be patched a condition when the node is going to be reclaimed, 5min in advance.
And it's supported like aws already: https://github.com/cloudpilot-ai/karpenter-provider-alibabacloud/blob/main/pkg/controllers/interruption/controller.go
But not through interruption queue, it will go with the node condition

@jwcesign jwcesign added the question Further information is requested label Dec 6, 2024
@jwcesign
Copy link
Contributor

jwcesign commented Dec 6, 2024

BTW, node-problem-detector should be installed:
image

@laura-1117
Copy link
Author

BTW, node-problem-detector should be installed: image

Awesome ! Thanks for your reply!
Just want to confirm, apart from installing node-problem-detector, do we need any other configurations?

@jwcesign
Copy link
Contributor

jwcesign commented Dec 6, 2024

node-problem-detector is the only requirement.
You can join our wechatgroup(In readme, QR code).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants