fusion-cloud-native
fusion-cloud-native copied to clipboard
Customize script on EKS cluster
Hello guys, i'm trying to test out the customize script on a EKS cluster already created.
my setup:
eks k8s version 1.18 helm version.BuildInfo{Version:"v3.4.0"}
and i'm getting this
Release "andrews" does not exist. Installing it now.
coalesce.go:199: warning: destination for client is a table. Ignoring non-table value 2181
Error: failed pre-install: warning: Hook pre-install fusion/charts/api-gateway/templates/createjksjob.yaml failed: roles.rbac.authorization.k8s.io "andrews-api-gateway-jks-create" already exists
Waiting up to 10 minutes to see the Fusion API Gateway deployment come online ...
Error from server (NotFound): deployments.apps "andrews-api-gateway" not found
Waiting up to 5 minutes to see the Fusion Indexing deployment come online ...
Error from server (NotFound): deployments.apps "andrews-fusion-indexing" not found
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
andrews andrews 1 2021-01-08 08:01:33.41895756 -0800 PST failed fusion-5.3.0 5.3.0
i generated the bash file using this
./customize_fusion_values.sh -c dev-eks-op5qkok3 -n andrews --provider eks --prometheus false --node-pool "{}"
since the helm deployment failed i get no resources to be created on the namespace except for a serviceaccount (andrews-api-gateway-jks-create)
any ideas?
thanks in advance
We are seeing similar issues. I've masked some URLS, but this is from doing a vanilla helm install command.
helm upgrade -i fusion lucidworks/fusion -n data --values eks_DEVELOP_fusion-cloud-native_fusion_values.yaml
coalesce.go:199: warning: destination for client is a table. Ignoring non-table value 2181 I0108 16:15:21.512656 71822 request.go:645] Throttling request took 1.062231571s, request: GET:https://XXXXXX.gr7.us-east-1.eks.amazonaws.com/apis/acme.cert-manager.io/v1alpha3?timeout=32s Error: failed pre-install: unable to build kubernetes object for pre-install hook fusion/charts/argo/templates/workflow-aggregate-roles.yaml: unable to recognize "": Get "https://XXXXX.gr7.us-east-1.eks.amazonaws.com/api?timeout=32s": dial tcp: lookup https://XXXXXgr7.us-east-1.eks.amazonaws.com: no such host
Hi @aramirezp19, did you fixed the problem with "Error: failed pre-install: warning: Hook pre-install " error?