helm
helm copied to clipboard
Nutanix Helm Charts repository
Hitting a roadblock trying to implement nutanx csi on a [talos](https://www.talos.dev/) cluster, where the nutanix csi node is unable to run either `mkfs.ext4` or `mkfs.xfs` as they are not provided...
https://github.com/nutanix/helm/blob/4ce73556497c851d1e17f197ee96f99b773c49f8/charts/ndb-operator/templates/deployment-ndb-operator-controller-manager.yaml#L99 Using the NDB Operator with Flux for GitOps is failing because this key is duplicated. Helm is more permissive with duplicated keys and doesn't break, but other tools do.
Currently when deploying the nutanix-csi-storage chart in an environment that pulls from a private registry, containers receive image pull errors since the chart doesn't provide a value to add imagePullSecrets...
Currently https://github.com/nutanix/helm/blob/master/charts/nutanix-csi-storage/templates/ntnx-csi-node-ds.yaml https://github.com/nutanix/helm/blob/master/charts/nutanix-csi-storage/templates/ntnx-csi-controller-deployment.yaml have a QoS Guaranteed with fixed resource request. In small dev clusters I notice that 0.5 CPU and 800MB of RAM are reserved, while only 0.0005 CPU...
I need to manage the default ownership/permissions of a mountpoint created by a PVC with ```ReadWriteMany (RWX)``` on ```Red Hat Openshift 4.13```, currently not supported by Nutanix CSI. According to...
It would be nice for the CSI Snapshot chart to check if the Snapshot CRD already exists in the cluster. I was reusing my automation to install the chart with...
Backups solutions relay on snapshots and they read annotations and labels. It would be great to be able to pass those during the chart installation
Are there any method to change `volumeNamePrefix` for the new PV Name ? If there would be multiple Nutanix Volume to use, every PV Name are same with the prefix...
I've got nutanix-csi installed on a Rancher cluster following the instructions on the readme with file storage enabled. I'm able to successfully provision PVs, but when a pod tries to...