Open AntonioDiTuri opened 1 year ago
Hello @AntonioDiTuri If you are wanting to try for testing purposes have you seen the makefile in the kepler repo. It has a entry for cluster-up this might be an easier way for testing instead of the helm chart on the mac??
You can find it at the bottom of the makefile
https://github.com/sustainable-computing-io/kepler/blob/main/Makefile
as there no Cgroup or ebpf on MacOS, as those things are linux specific. if you run kepler ... on mac. well, there will be lots of limitation. in other words, do we support macOS for now? @rootfs
Since I was not able to run kepler on minikube I tried out k3d on a mac like this:
k3d cluster create kepler-cluster
This is the output of k get nodes
After I tried to deploy kepler with the helm chart with the following command:
helm install kepler . --values values.yaml --create-namespace --namespace kepler
But the pod does not get created and it is stuck in the ContainerCreating state due to a Failed Mount:
/usr/src is not a directory in Mac.
I was taking a look at this stack overflow question: https://stackoverflow.com/questions/34141228/does-usr-local-src-on-mac-not-exist. Shall I force the creation of the directory in the file system?
Any idea on how to solve it?
I am still stuck and could not deploy Kepler locally for testing purposes