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

aws EKS fail #59

Closed
liule opened this issue Jul 20, 2021 · 4 comments
Closed

aws EKS fail #59

liule opened this issue Jul 20, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@liule
Copy link

liule commented Jul 20, 2021

image
I deployed eks in AWS for several times and reported an error after waiting for a long time. What might be the reason?

@liule liule added the bug Something isn't working label Jul 20, 2021
@tiina303
Copy link
Contributor

Hi @liule I'd love to help and figure out what happened here, could you give me a bit more information:

  1. Details about your cluster (which kind of Ec2 instances and how many do you have). E.g. output from kubectl describe nodes (note that by default the eksctl create cluster command created 2 m5.large instances for me and installing Posthog on top of that worked fine).
  2. What does your values.yaml contain?
  3. Could you run the helm install command you had with --debug flag and share the output?

I suspect that we failed to allocate something on your Kubernetes cluster, which made the helm install fail.

@liule
Copy link
Author

liule commented Jul 22, 2021

We have replaced two eks cluster, m5.large*2 nodes. The deployment is successful. What should I do if I want to expand the Clickhouse? Now it's a 16g disk

@liule
Copy link
Author

liule commented Jul 22, 2021

Will SSL certificate be automatically updated when it expires?

@tiina303
Copy link
Contributor

What should I do if I want to expand the Clickhouse?

For increasing just change the value and run helm upgrade

Will SSL certificate be automatically updated when it expires?

yes, Let’s Encrypt fully automates both issuing and renewing of certificates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants