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

False crash with reason "Unschedulable" #318

Closed
divomen opened this issue Jun 18, 2024 · 3 comments · Fixed by #319
Closed

False crash with reason "Unschedulable" #318

divomen opened this issue Jun 18, 2024 · 3 comments · Fixed by #319
Assignees
Labels
bug Something isn't working

Comments

@divomen
Copy link

divomen commented Jun 18, 2024

Describe the bug
When I increase number of replicas, kwatch send me notification in slack about crash with reason Unschedulable (befor autoscaler adds a node).
I tried to disable this reason by config:

namespaces:
  - default
  - staging
  - demo
reasons:
  - "!Unschedulable"

But it still sends notification with this reason

To Reproduce
Steps to reproduce the behavior:
just disable this reason in config and increase number of replicas of a pod until there is not enough resources in current nodes

Expected behavior
Not to send a notification with disabled reason

Actual behavior
send a notification with disabled reason

Version/Commit
0.9.3

@abahmed abahmed self-assigned this Jun 19, 2024
@abahmed abahmed added the bug Something isn't working label Jun 19, 2024
@thomasLeclaire
Copy link
Contributor

Hi! Could be linked or not but I'm also experiencing some abnormal behavior when we use some autoscaling.
with v 0.9.3 I get some alerts on any scale down even if pods are normally and expectedly stopped.

@abahmed
Copy link
Owner

abahmed commented Jun 21, 2024

Hello @thomasLeclaire
Can you provide more details (e.g. logs of kwatch) in a separate issue?

@abahmed
Copy link
Owner

abahmed commented Jun 21, 2024

@divomen Should be fixed in Release v0.9.5

@thomasLeclaire Can you give a try with the new release? and if it still happening open an issue with details to be able to reproduce & fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants