error: no matches for Id PersistentVolumeClaim.v1.[noGrp]/wazuh-storage.[noNs]; failed to find unique target for patch PersistentVolumeClaim.v1.[noGrp]/wazuh-storage.[noNs]
Any ideas?
I've tested a simple nginx app using the PVC and it worked fine.
Thanks,
Paulo Baptista
Gustavo Choquevilca
unread,
Aug 24, 2023, 4:40:53 PM8/24/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hi Paulo, This error seems to be related to the definition of PVC, in this case it can be checked:
Check if PVC wazuh-storage has been created, if so you could perform a kubectl -n namespace describe pvc name_pvc, to know more details.
Also check if storageClassName : groupa-nfs is defined correctly and is accessible.
If the PVC and storageClassName are correctly configured, you may need to check for any conflicting resources or dependencies that could be causing the error.