helm install --generate-name --set nfs.server=192.168.16.228 --set nfs.path=/volume1/cluster stable/nfs-client-provisioner --set image.repository=quay.io/external_storage/nfs-client-provisioner-arm
amd64
sudo snap install helm --classic
helm repo add stable https://kubernetes-charts.storage.googleapis.com
helm install --generate-name --set nfs.server=192.168.16.228 --set nfs.path=/volume1/cluster stable/nfs-client-provisioner --namespace kube-system
kubectl patch storageclass nfs-client -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
kubectl patch storageclass microk8s-hostpath -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}'