luisarizmendi / ocp-libvirt-ipi-role

Ansible Role to deploy OpenShift 4 on a CentOS 7 or Fedora KVM using libvirt IPI
31 stars 14 forks source link

NFS Provisioner broken in 4.8 #14

Closed gnunn1 closed 3 years ago

gnunn1 commented 3 years ago

As an FYI the NFS Provisioner doesn't work in OCP 4.8 due to the removal of the selfLink feature from Kubernetes. Looking at switching to the NFS SubDirectory provisioner and will submit a PR when done.

https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/

luisarizmendi commented 3 years ago

Great!, Thanks for the info...I tested libvirt IPI 4.8 install but not PVs so I was not yet aware of this problem

gnunn1 commented 3 years ago

Actually it may be awhile for me to the PR, I ended up just deploying the subdir provisioner and moving the registry over to it and it works fine. Next time I do a fresh install I'll look at fixing this if someone doesn't beat me to it.

BTW thanks very much for this playbook, it's really useful and I appreciate the effort it takes to put it together and make it available to others.

luisarizmendi commented 3 years ago

Today I had some time and I changed the post-install OpenShift template that I use to deploy the nfs provisioned using the nfs-subdir-external-provisioner, it seems to be working now, thanks for pointing out the issue!