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

Remove cpuScaler from resolvedOfferings #2443

@sangee2004

Description

@sangee2004

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions