failed to edit the default container limitrange when there is a limitrange in namespace.
问题描述:
编辑默认容器配额时,报pod无法建立默认限制的异常
运行环境:
v3.2.1
Is there a limitrange named nprod-limit-range in the namespace?
Can you provide the yaml of the limitrange.
If there is a limitrange in the namespace and then edit the default limit range in ks-consle. There will be an error like this.
apiVersion: v1
kind: LimitRange
metadata:
name: test
namespace: test
spec:
limits:
- max:
cpu: "2"
memory: "2Gi"
type: Pod
/priority medium /cc @wansir
yes, there is a limitrange in the namespace, 3q
/reopen
@xyz-li: Reopened this issue.
In response to this:
/reopen
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
This is a bug.
/kind bug
Currently, the limit range created through the UI type always containers, we need to consider about this.
/assign @VioZhang
/milestone BackLog
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
This issue is being automatically closed due to inactivity.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
This issue is being automatically closed due to inactivity.