Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Remove cpuScaler from resolvedOfferings #2443

Open
sangee2004 opened this issue Jan 19, 2024 · 0 comments
Open

Remove cpuScaler from resolvedOfferings #2443

sangee2004 opened this issue Jan 19, 2024 · 0 comments
Labels
kind/bug Something isn't working
Milestone

Comments

@sangee2004
Copy link
Contributor

acorn version - v0.10.0-rc5+e2b69a6d

Steps to reproduce the problem:

  1. Deploy app with a computeclass that has cpuScaler set
  2. Once app is deployed , notice that resolvedOfferings in acorn ps -o json has cpuScaler info.
               "resolvedOfferings": {
                    "containers": {
                        "": {
                            "class": "cc2",
                            "memory": 30000000,
                            "cpuScaler": 0.75
                        },
                        "mywebnew": {
                            "class": "cc2",
                            "memory": 30000000,
                            "cpuScaler": 0.75
                        }
                    },

Expected Behavior:
Remove cpuScaler from resolvedOfferings

@sangee2004 sangee2004 added the kind/bug Something isn't working label Jan 19, 2024
@sangee2004 sangee2004 added this to the Backlog milestone Jan 19, 2024
@sangee2004 sangee2004 added the help wanted Extra attention is needed label Jan 19, 2024
@cjellick cjellick removed the help wanted Extra attention is needed label Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants