Skip to content

Commit

Permalink
fix(compose): enable bpf cgroup id
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
  • Loading branch information
sthaha committed Jun 20, 2024
1 parent 7261008 commit 4a7bc31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion manifests/compose/validation/metal/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ services:
/usr/bin/kepler \
-address "0.0.0.0:8888" \
-v "8" \
-enable-cgroup-id=false \
-enable-gpu=false
networks:
- kepler-network
Expand Down
1 change: 0 additions & 1 deletion manifests/compose/validation/vm/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ services:
set -x;
/usr/bin/kepler
-address="0.0.0.0:9100"
-enable-cgroup-id=false
-v="8"

estimator:
Expand Down

0 comments on commit 4a7bc31

Please sign in to comment.