Bug 1318983
Summary: | Container resources override doesn't happen due to incorrect master configuration | ||
---|---|---|---|
Product: | OpenShift Online | Reporter: | Qixuan Wang <qixuan.wang> |
Component: | Pod | Assignee: | Stefanie Forrester <dakini> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Qixuan Wang <qixuan.wang> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 3.x | CC: | aos-bugs, jokerman, lmeyer, mmccomas |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-03-22 15:24:10 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Qixuan Wang
2016-03-18 10:19:44 UTC
(In reply to Qixuan Wang from comment #0) > ClusterResourceOverride have been configured on master with Ops's help. I > enabled override in project and create a pod with memory limit specified. FWIW you don't have to enable it per-project, you only have to avoid disabling it. > kubernetesMasterConfig: > admissionConfig: > pluginOrderOverride: > - RunOnceDuration > - NamespaceLifecycle > - OriginPodNodeEnvironment ClusterResourceOverride should go in this list right here. > - LimitRanger > - ServiceAccount > - SecurityContextConstraint > - ResourceQuota > - SCCExecRestrictions This is related to https://github.com/openshift/online/issues/62#issuecomment-198146929 - I've added a comment there. Manually added the change for now, and updated ops docs to get this into the next build (later this week). Verified on dev-preview-int, the configuration bug has been fixed. Thanks. Limits: memory: 200Mi cpu: 390m Requests: cpu: 24m memory: 120Mi Feel free to reopen if it returns. |