You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you attempt to install k8gb on a cluster with an existing udp-services ConfigMap via the make deploy-gslb-operator target, it will fail as below:
$ make deploy-gslb-operator ...kubectl apply -f deploy/namespace.yamlnamespace/k8gb unchangedcd chart/k8gb && helm dependency updatewalk.go:74: found symbolic link in path: /Users/donovan/.../k8gb/deploy/crds/k8gb.absa.oss_gslbs_crd.yamlHang tight while we grab the latest from your chart repositories......Successfully got an update from the "kuberhealthy" chart repository...Successfully got an update from the "codecentric" chart repository...Successfully got an update from the "jetstack" chart repository...Successfully got an update from the "crossplane-alpha" chart repository...Successfully got an update from the "elastic" chart repository...Successfully got an update from the "jfrog" chart repository...Successfully got an update from the "banzaicloud-stable" chart repositoryUpdate Complete. ⎈Happy Helming!⎈Saving 2 chartsDownloading coredns from repo https://kubernetes-charts.storage.googleapis.comDownloading etcd-operator from repo https://kubernetes-charts.storage.googleapis.comDeleting outdated chartshelm -n k8gb upgrade -i k8gb chart/k8gb -f avaf-nonprod-sdc.ymlRelease "k8gb" does not exist. Installing it now.walk.go:74: found symbolic link in path: /Users/donovan/.../k8gb/deploy/crds/k8gb.absa.oss_gslbs_crd.yamlmanifest_sorter.go:192: info: skipping unknown hook: "crd-install"Error: rendered manifests contain a resource that already exists. Unable to continue with install: ConfigMap "udp-services" in namespace "ingress-nginx" 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 "k8gb"make: *** [deploy-gslb-operator] Error 1
The text was updated successfully, but these errors were encountered:
If you attempt to install k8gb on a cluster with an existing
udp-services
ConfigMap via themake deploy-gslb-operator
target, it will fail as below:The text was updated successfully, but these errors were encountered: