We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Configuration for balloons policy set Reserved cpuset=15 but machine has only 8 cpus - my pods stuck in CrashLoopBackOff state
I had this fallback.cfg
and applied default configuraiton:
now my pods:
Expected behavior Reject configuration because Reserved CPU = 15 is out of available cpus (max is 7)
To Reproduce set reserved cpu > availabe cpus
Environment VM: m4.2xlarge has only 8 cpus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Configuration for balloons policy set Reserved cpuset=15 but machine has only 8 cpus - my pods stuck in CrashLoopBackOff state
I had this fallback.cfg
![image](https://user-images.githubusercontent.com/7300298/195845161-f040c996-6f83-4855-96dd-b952e5b54e2b.png)
and applied default configuraiton:
![image](https://user-images.githubusercontent.com/7300298/195844990-3f5f3aa1-3230-4882-be79-c840e9f5d9cd.png)
now my pods:
![image](https://user-images.githubusercontent.com/7300298/195844341-a4eed99f-6268-471c-9082-31015b2767fc.png)
Expected behavior
Reject configuration because Reserved CPU = 15 is out of available cpus (max is 7)
To Reproduce
set reserved cpu > availabe cpus
Environment
VM: m4.2xlarge
has only 8 cpus
The text was updated successfully, but these errors were encountered: