fix: point NFS provisioner at active Proxmox host export
Deploy Cluster / Terraform (push) Successful in 27s
Deploy Cluster / Ansible (push) Failing after 18m51s

The cluster nodes can reach the exported NFS path on 10.27.27.239, not
10.27.27.22. Update the storage addon and repo note so the NFS provisioner
mounts the live export and Flux health checks can converge.
This commit is contained in:
2026-04-22 09:46:01 +00:00
parent 71bdc6a709
commit 624cd5aab6
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ spec:
retries: 3
values:
nfs:
server: 10.27.27.22
server: 10.27.27.239
path: /TheFlash/k8s-nfs
storageClass:
create: true