k8gb-io / k8gb

A cloud native Kubernetes Global Balancer

Home Page:https://www.k8gb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't deploy k8gb on cluster with existing externalDNS

jhuynh08 opened this issue · comments

Hello,

I can't seem to install k8gb if I have an existing install of externalDNS deployed on my cluster. I know this was fixed before by adding the prefix k8gb to the deployment but this time it seems like it won't deploy due to the CRD that's already deployed for externalDNS.

INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: CustomResourceDefinition "dnsendpoints.externaldns.k8s.io" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "k8gb"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "services"

Please let me know if there is anything else I would need to provide for further troubleshooting.