Seb Thomson

Results 4 comments of Seb Thomson

I'm having the same issue, also using nfs-subdir-external-provisioner as my storage provisioner. I modified the `envs/local-env/storage-class.yaml` patch: ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: wazuh-storage provisioner: cluster.local/nfs-subdir-external-provisioner mountOptions: - nfsvers=3...

Seems adding the `mountOptions` to the storage class patch allowed the pods to start, but now errors like these are showing in the logs for the `wazuh-manager-master-0` pod, which eventually...

I think these two lines are your problem: > ``` > ∞ Performing backup of remote Gravity Databasesudo: unable to resolve host phole2-Pi3B: Name or service not known > ```...

Not sure why it's still asking for a sudo password in spite of your sudo rule, which looks fine to me. I'm guessing you have, but to cover all bases:...