OpenHAB on Kubernetes

I’m running openhab on kubernetes cluster with nfs-client-provisioner for managing volumeClaims.
One thing i noticed is that the nfs folders need to be owned by the openhab user from within the container.
And the user inside the container is controlled by GROUP_ID and USER_ID environment variables.
So, make sure to set GROUP_ID and USER_ID to match permissions set on your NFS server for the folders.
So, the next step is to run myopenhab for Google Assistant integration… that is a different challenge :slight_smile:

1 Like