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:
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