Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize script on EKS cluster #143

Open
aramirezp19 opened this issue Jan 8, 2021 · 2 comments
Open

Customize script on EKS cluster #143

aramirezp19 opened this issue Jan 8, 2021 · 2 comments

Comments

@aramirezp19
Copy link

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

@anthony-goop
Copy link

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

@bookin
Copy link

bookin commented May 19, 2021

Hi @aramirezp19, did you fixed the problem with "Error: failed pre-install: warning: Hook pre-install " error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants