kepler icon indicating copy to clipboard operation
kepler copied to clipboard

go version 23 unable to generate deploy manifest and not stable helm chart for release v0.0.9-reboot

Open muzakkir6207 opened this issue 6 months ago • 1 comments

What would you like to be added?

While installing Kepler release v0.0.9-reboot, _output/generated-manifest/deployment.yaml is not being generated by, make build-manifest OPTS="PROMETHEUS_DEPLOY"

and so kubectl apply -f _output/generated-manifest/deployment.yaml is not working

SImilarly for helm, a compatible Chart is not available. A customized one like this is not working for VMs:

helm install kepler /path/to/kepler-0.0.9-reboot.tgz
--namespace kepler
--create-namespace
--set serviceMonitor.enabled=true
--set serviceMonitor.labels.release=prometheus
--wait

Why is this needed?

To test the deployment for VMs on public cloud

muzakkir6207 avatar Jun 17 '25 14:06 muzakkir6207

@muzakkir6207 for reboot, could you please use the reboot branch? We have manifests here: https://github.com/sustainable-computing-io/kepler/tree/reboot/manifests/k8s

sthaha avatar Jun 19 '25 04:06 sthaha