freenas-provisioner icon indicating copy to clipboard operation
freenas-provisioner copied to clipboard

Kubernetes external provisioner using Freenas as backend

Results 10 freenas-provisioner issues
Sort by recently updated
recently updated
newest added

Recently upgraded Kubernetes to `v1.23.4+k3s1`. Now when a new Volume request comes in, I am receiving the error: ```txt E0520 19:18:14.718931 1 runtime.go:78] Observed a panic: "invalid memory address or...

Great work! Are there any plans on supporting the v2 api of TrueNas?

I have a new FreeNAS 11.3-U3.2 setup. Have the provisioner 2.6 installed. Haven't been able to get any NFS volumes provisioned. I went into the provisioner and verified that my...

> It is highly recommended to read deploy/claim.yaml to review available parameters and gain a better understanding of functionality and behavior. I assume it's referring to [`deploy/class.yaml`](https://github.com/nmaupu/freenas-provisioner/blob/12004c86c9f0e4e6b23954e81613b910b48d3533/deploy/class.yaml)?

After run kubectl apply -f deploy\test-claim.yaml, pvc is in pending status. Log message from pvc shows following failed to provision volume with StorageClass "freenas-nfs": Error getting dataset "tank" - message:...

If I don't define storageClassName, then the provisioner will segfault. While this may be unlikely, I hit this because I have a bunch of pvc resources which I am moving...

If I set the 'host' portion of secret.yml to a base64 of an IP address or a DNS hostname, I get this issue in the logs: `kubectl -n kube-system logs...

I'm wondering if a race condition is causing this. I've seen it a few times and I suspect what's happening is the file mode call is somehow creating a directory...

I'm interested in allowing for FreeNAS api (host, protocol, username, password, etc) details to be stored in some sort of config file outside the cluster. Reasoning is we have a...

After running in semi production setup for a while things have been very smooth. We did however bump into some situations where stale nfs file handles left the dataset busy...