kepler-operator icon indicating copy to clipboard operation
kepler-operator copied to clipboard

Kepler Operator

Results 46 kepler-operator issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Support the ARM64 `oc` utility. The code is just and example tested on my arm64 laboratory

Attempting to deploy, with Following the docs to deploy the operator, I ran : ``` $ make deploy OPERATOR_IMG=quay.io/sustainable_computing_io/kepler-operator:v1alpha1 ``` ``` ./hack/tools.sh kustomize ✅ kustomize matching v3.8.7 already installed {Version:kustomize/v3.8.7...

Currently, the Operator makes use of Config Map to deploy the Model server which is being used to deploy Kepler. Since there is no dependency on Kepler's config map, Ideally...

![Screenshot 2024-03-07 at 3 12 06 AM](https://github.com/sustainable-computing-io/kepler-operator/assets/2543694/7b8823e7-0bdb-46a8-bde8-16c4bf55c4d7) ![Screenshot 2024-03-07 at 3 12 15 AM](https://github.com/sustainable-computing-io/kepler-operator/assets/2543694/b7057b05-d364-4c7a-beae-90cf52de5ec1) ![Screenshot 2024-03-07 at 3 12 41 AM](https://github.com/sustainable-computing-io/kepler-operator/assets/2543694/1c203f5e-46f1-44f0-9c64-cc30dcc4ddaf)

Recently we ran a Snyk scan on the [openshift-power-monitoring/power-monitoring-operator](https://github.com/openshift-power-monitoring/power-monitoring-operator) which is a fork of this repository. Upon running the scan following issues in the code were reported: ``` Testing /go/src/github.com/openshift-power-monitoring/power-monitoring-operator...

Currently while creating a Kepler instance we specify redfish secret. The secret name is not validated according to resource naming standards. For eg: ``` redfish: probeInterval: 1m0s secretRef: ' '...

kepler-internal e2e tests on CI are flaky. Usually they timed out waiting for the condition to satisfy Ref: https://github.com/sustainable-computing-io/kepler-operator/actions/runs/8136383294/job/22232604953?pr=366

We don't see any exporter status when deploying Kepler using the latest bundle `quay.io/sustainable_computing_io/kepler-operator-bundle:v1alpha1` on the OpenShift console. Below attached is the screenshot for reference: ![Screenshot 2023-11-30 at 7 04...