Remove cpuScaler from resolvedOfferings
sangee2004 opened this issue · 0 comments
sangee2004 commented
acorn version - v0.10.0-rc5+e2b69a6d
Steps to reproduce the problem:
- Deploy app with a computeclass that has
cpuScaler
set - Once app is deployed , notice that
resolvedOfferings
inacorn ps -o json
hascpuScaler
info.
"resolvedOfferings": {
"containers": {
"": {
"class": "cc2",
"memory": 30000000,
"cpuScaler": 0.75
},
"mywebnew": {
"class": "cc2",
"memory": 30000000,
"cpuScaler": 0.75
}
},
Expected Behavior:
Remove cpuScaler from resolvedOfferings