-
Notifications
You must be signed in to change notification settings - Fork 7
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
fixed resource quota update issue when resource is updated to decrease #35
Conversation
api.ResourceMemory: resource.MustParse("53Gi"), | ||
api.ResourcePods: resource.MustParse("4"), | ||
api.ResourceMemory: resource.MustParse("60Gi"), | ||
api.ResourcePods: resource.MustParse("3"), |
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.
why does this change from 4 to 3?
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.
fixed
Used: api.ResourceList{ | ||
api.ResourceCPU: resource.MustParse("1100m"), | ||
api.ResourceMemory: resource.MustParse("52Gi"), | ||
api.ResourcePods: resource.MustParse("3"), |
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.
same here. this should be 4 isnt it?
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.
fixed
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.
lgtm. couple of questions in the unit tests
Also tested e2e on local environment