Skip to content

Kepler helm chart on k3d on mac intel #14

@AntonioDiTuri

Description

@AntonioDiTuri

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

NAME                          STATUS   ROLES                  AGE   VERSION
k3d-kepler-cluster-server-0   Ready    control-plane,master   22s   v1.25.7+k3s1

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:

Unable to attach or mount volumes: unmounted volumes=[usr-src], 
unattached volumes=[lib-modules tracing proc usr-src kube-api-access-2bh9r]: timed out waiting for the condition
MountVolume.SetUp failed for volume "usr-src" : hostPath type check failed: /usr/src is not a directory

/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions