kondense icon indicating copy to clipboard operation
kondense copied to clipboard

Add option to kondense only cpu or kondense only memory

Open MathieuCesbron opened this issue 1 year ago • 0 comments
trafficstars

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"

MathieuCesbron avatar Apr 15 '24 18:04 MathieuCesbron