obeone / charts

Various Helm charts missing elsewhere
https://charts.obeone.cloud
1 stars 1 forks source link

helm chart Not Working.. #7

Open taking opened 1 year ago

taking commented 1 year ago

image

I want to use it in Kubernetes, is there a way?

obeone commented 1 year ago

Hi,

Sorry about that ! I updated nfs-server container.

Can you try again ? You have to pull latest chart version :

helm repo update
taking commented 1 year ago

helm repo update

CleanShot 2023-01-12 at 15 21 46@2x

helm install my-nfs-server obeone/nfs-server --version 1.1.0

CleanShot 2023-01-12 at 15 21 20@2x

I think you need to set it up differently in your Kubernetes environment...?

taking commented 1 year ago

i found it -> https://stackoverflow.com/questions/56931654/gke-node-with-modprobe

append in deploy/my-nfs-server

        volumeMounts:
        - mountPath: /lib/modules
          name: lib-modules
      volumes:
      - hostPath:
          path: /lib/modules
          type: Directory
        name: lib-modules

CleanShot 2023-01-12 at 15 47 42@2x

CleanShot 2023-01-12 at 15 46 30@2x
veshapi commented 1 year ago

Hey, I'm getting the same

2: Unsupported version ----> ----> ERROR: /usr/sbin/rpc.nfsd failed