Skip to content

Commit

Permalink
Merge pull request #149 from sustainable-computing-io/fix-manifest-gen
Browse files Browse the repository at this point in the history
fix: References to kepler manifest dir for k8s
  • Loading branch information
rootfs authored Apr 24, 2024
2 parents d1130a2 + caa51b8 commit 8927744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation/kepler.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ using `admin:admin`. Skip the window where Grafana asks to input a new password.
First, fork the [kepler](https://github.com/sustainable-computing-io/kepler) repository and clone it.

If you want to use Redfish BMC and IPMI, you need to add Redfish and IPMI credentials of each of the
kubelet node to the `redfish.csv` under the `kepler/manifests/config/exporter` directory. The format of
kubelet node to the `redfish.csv` under the `kepler/manifests/k8s/config/exporter` directory. The format of
the file is as follows:

```csv
Expand Down
2 changes: 0 additions & 2 deletions docs/usage/trouble_shooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ ls /sys/fs/cgroup/cgroup.controllers
<!-- markdownlint-enable MD024 -->

Enable cGroup v2 on the node by following [these Kubernetes instruction](https://kubernetes.io/docs/concepts/architecture/cgroups/).

On OpenShift, apply [these cGroup v2 MachineConfiguration](https://github.com/sustainable-computing-io/kepler/tree/main/manifests/config/cluster-prereqs)

0 comments on commit 8927744

Please sign in to comment.