You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add model-server
Signed-off-by: Maximilian Bischoff <[email protected]>
* add ci
Signed-off-by: Maximilian Bischoff <[email protected]>
* split model server assertion into separate step
Signed-off-by: Maximilian Bischoff <[email protected]>
* use kubectl rollout status instead of kubectl wait
Signed-off-by: Maximilian Bischoff <[email protected]>
* remove stale todos
Signed-off-by: Maximilian Bischoff <[email protected]>
* move model-server related configs into sub-folder
Signed-off-by: Maximilian Bischoff <[email protected]>
* use test -S to test for socket
Signed-off-by: Maximilian Bischoff <[email protected]>
* fix typo sidcar -> sidecar
Signed-off-by: Maximilian Bischoff <[email protected]>
* simplify doc
Signed-off-by: Maximilian Bischoff <[email protected]>
* add readinessProbe to model-server
Signed-off-by: Maximilian Bischoff <[email protected]>
* add startupProbe to model-server
Signed-off-by: Maximilian Bischoff <[email protected]>
* bump chart version
Signed-off-by: Maximilian Bischoff <[email protected]>
---------
Signed-off-by: Maximilian Bischoff <[email protected]>
Co-authored-by: yellowhat <[email protected]>
# if the model-server configuration is correct the kepler pods should use the model served through the Estimator Sidecar
53
+
kubectl logs $(kubectl -n kepler get pods -l app.kubernetes.io/component=exporter -oname) -n kepler | grep 'Using the EstimatorSidecar/AbsPower Power Model to estimate Node Component Power'
0 commit comments