-
Notifications
You must be signed in to change notification settings - Fork 176
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
[BUG] kb cluster sidecar containers have issues if has ResourceQuota API settings #2738
Comments
@fireworm2002 @nayutah we need to discuss expect behavior. |
ResourceQuota API should use with LimitRange API with default container settings. apiVersion: v1
kind: LimitRange
metadata:
name: range-{{ .Release.Namespace }}
namespace: {{ .Release.Namespace }}
spec:
limits:
- default: # this section defines default limits
cpu: 50m
memory: 64Mi
type: Container |
@fireworm2002 @nayutah do check this bug's expect. |
nashtsai
added a commit
that referenced
this issue
Jun 28, 2023
1aal
pushed a commit
that referenced
this issue
Aug 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
kb cluster sidecar containers have issues if has ResourceQuota API settings.
To Reproduce
Expected behavior
(TBD, personally I would expect cluster controller detect the installing cluster NS reside ResourceQuota object, and has no LimitRange specifying default limits should report a "Warning" event with message that provides help to check appropriate-ness of ResourceQuota and LimitRange settings.)
Screenshots
The text was updated successfully, but these errors were encountered: