Closed SalvadorOlivar closed 4 months ago
I've solved it by patching all resources with empty finalizers section and deleting all manually
thanks for answering @matrix-root
I ran the following command
kubectl patch vmcluster vm-victoria-metrics-k8s-stack --type=json -p='[{\"op\": \"replace\", \"path\": \"/metadata/finalizers\", \"value\":[]}]' -n monitoring
and it returned the following error
Error from server (InternalError): Internal error occurred: failed calling webhook "vmcluster.victoriametrics.com": failed to call webhook: Post "https://vm-victoria-metrics-operator.monitoring.svc:443/validate-operator-victoriametrics-com-v1beta1-vmcluster?timeout=10s": no endpoints available for service "vm-victoria-metrics-operator"
Ok, I was able to fix it.
What I did first was install a vmoperator and removed ValidatingWebhookConfiguration manually.
Hello!
Version: victoria-metrics-k8s-stack 0.19.4
What I was trying to do was update the release but I was getting a TLS error for two IPs that do not exist in the cluster. So what I try to do is delete the namespace and start from scratch.
I see that deleting the namespace where I have the k8s stack VM installed does not delete the following resources:
How can I clean up the helm chart in the cluster?
This prevents me from reinstalling the helm chart.
VMAlertmanager yaml.
VMCluster
VMAlert Example
Operator logs:
Clean Up logs
Here an example of the error: