nfs-ganesha-server-and-external-provisioner
nfs-ganesha-server-and-external-provisioner copied to clipboard
Issue with nfs-ganesha-server-and-external-provisioner
What worked:
helm repo add stable https://charts.helm.sh/stable
helm install nfs-release-1 stable/nfs-server-provisioner --namespace ricinfra
kubectl patch storageclass nfs -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
What did not work:
helm repo add nfs-ganesha-server-and-external-provisioner https://kubernetes-sigs.github.io/nfs-ganesha-server-and-external-provisioner/
helm install nfs-release-1 nfs-ganesha-server-and-external-provisioner/nfs-server-provisioner \
--set=image.tag=v1.0.8,persistence.size=50Gi --namespace ricinfra
kubectl patch storageclass nfs -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
This I tried to use with helm repo add influxdata https://helm.influxdata.com
influxdb2:
image:
registry: "influxdb"
name: influxdb
tag: "2.2.0-alpine"
fullnameOverride: "ricplt-influxdb"
service:
port: 8086
I know https://charts.helm.sh/stable
is deprecated. But https://kubernetes-sigs.github.io/nfs-ganesha-server-and-external-provisioner
does not work as expected. I tried to use it to bring near-rt-ric up (https://openaicellular.github.io/oaic/oran_installation.html). The PVC ricplt-influxdb
stays in a pending state for the later scenario.