| Summary: | [online_private_546] ClusterResourceOverride is not configured in master-config.yaml | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Qixuan Wang <qixuan.wang> |
| Component: | Pod | Assignee: | Luke Meyer <lmeyer> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Qixuan Wang <qixuan.wang> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.x | CC: | abhgupta, agrimm, aos-bugs, dakini, jokerman, mmccomas, qixuan.wang, twiest, xtian |
| 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-05-23 15:09:03 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1303130 | ||
This should be already done in INT according to https://github.com/openshift/online/issues/18#issuecomment-196016797 - are we talking about the same system? The numbers are a bit different there too. The numbers were changed in the github issue after the initial request. Updated numbers are here:
limitCPUToMemoryPercent: 200
cpuRequestToLimitPercent: 6
memoryRequestToLimitPercent: 60
(In reply to Qixuan Wang from comment #0) > We need to add ClusterResourceOverride plugin on openshift dev-preview-int Can you confirm exactly which cluster you're expecting this to be configured in and not seeing it? I meant openshift dev-preview-int cluster. ClusterResourceOverride plugin was added quickly but something wrong, see https://bugzilla.redhat.com/show_bug.cgi?id=1318983 Can you please check if this bug has been resolved with the latest INT rebuild? Now the bug has been fixed in the latest INT with the following ratio: limitCPUToMemoryPercent: 200 cpuRequestToLimitPercent: 6 memoryRequestToLimitPercent: 60 Package versions: oc v3.2.0.6 kubernetes v1.2.0-36-g4a3f9c5 Docker version 1.9.1, build 78ee77d/1.9.1 kernel 3.10.0-327.10.1.el7.x86_64 |
Description of problem: We need to add ClusterResourceOverride plugin on openshift dev-preview-int master to override container resource request based on limit. Version-Release number of selected component (if applicable): dev-preview-int How reproducible: Always Steps to Reproduce: 1. Check master-config.yaml Actual results: ClusterResourceOverride plugin isn't configured so block container override related testing. Expected results: Please add the following to the master-config.yaml and then restart master service: kubernetesMasterConfig: admissionConfig: pluginConfig: ClusterResourceOverride: configuration: apiVersion: v1 kind: ClusterResourceOverrideConfig limitCPUToMemoryPercent: 100 cpuRequestToLimitPercent: 25 memoryRequestToLimitPercent: 50 Additional info: