Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix patches to make kepler work on openshift #1942

Closed

Conversation

vishnuchalla
Copy link

@vishnuchalla vishnuchalla commented Mar 8, 2025

Description

For performance testing we need all the 4 deployment models of kepler to work: https://sustainable-computing.io/kepler_model_server/power_estimation/
So inorder for all of them to work, we need the patches in this PR to go in.

Testing

Tested and verified them in local openshift cluster

  1. Kepler minimal deployment
GOFLAGS="" make build-manifest OPTS="OPENSHIFT_DEPLOY PROMETHEUS_DEPLOY"
  1. Deployment with estimator sidecar
GOFLAGS="" make build-manifest OPTS="OPENSHIFT_DEPLOY PROMETHEUS_DEPLOY ESTIMATOR_SIDECAR_DEPLOY"
  1. Deployment with model server
GOFLAGS="" make build-manifest OPTS="OPENSHIFT_DEPLOY PROMETHEUS_DEPLOY MODEL_SERVER_DEPLOY"
  1. Full kepler deployment with estimator and model server
GOFLAGS="" make build-manifest OPTS="OPENSHIFT_DEPLOY PROMETHEUS_DEPLOY ESTIMATOR_SIDECAR_DEPLOY MODEL_SERVER_DEPLOY"

All the generator output manifests worked as expected.

vprashar2929 and others added 30 commits January 9, 2024 22:37
Signed-off-by: Vibhu Prashar <[email protected]>
feat: add dockerfile for prow
Signed-off-by: sustainable-computing-bot <[email protected]>
removes debugging logging from GPU metrics

Signed-off-by: Vibhu Prashar <[email protected]>
Signed-off-by: sustainable-computing-bot <[email protected]>
Signed-off-by: Vishnu Challa <[email protected]>
@vishnuchalla vishnuchalla closed this by deleting the head repository Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants