Skip to content

Add option to kondense only cpu or kondense only memory #12

@MathieuCesbron

Description

@MathieuCesbron

Right now, kondense is updating memory and cpu for each container in a pod.

An environment variable in the kondense container could make it so that we only update memory or cpu.

example:

      - name: kondense
        image: kondense/kondense:1.0.1
        resources:
          limits:
            cpu: 80m
            memory: 100M
        env:
        - name: STRESS-NG_MODE
          value: "cpu"
          # value: "cpu" || "memory" || "all"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions