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

Failure to Deploy Elastic Load Balancers in Terraform AWS Deployment #966

Closed
gsmithCAL opened this issue Oct 27, 2023 · 0 comments · Fixed by #980
Closed

Failure to Deploy Elastic Load Balancers in Terraform AWS Deployment #966

gsmithCAL opened this issue Oct 27, 2023 · 0 comments · Fixed by #980

Comments

@gsmithCAL
Copy link

Describe the bug
In the Terraform AWS deployment, Tanka is unable to create the 3 crdb load balancers from the permissions granted in the included AWSLoadBalancerControllerPolicy IAM role. This bug is currently circumvented by adding the standard ElasticLoadBalancingFullAccess permission policy to the dss-cluster-node-group IAM role.

To Reproduce
Steps to reproduce the behavior:

  1. Follow standard Terraform AWS deployment guide up through running "tk apply ." of the "Deployment of DSS services" section.
  2. Execute "kubectl describe svc cockroach-db-external-node-0" to get an error code describing the failure to deploy load balancers.

Expected behavior
3 Load balancers should be created for the crdb nodes.

Screenshots
Output upon running "kubectl describe svc cockroach-db-external-node-0
image

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version 22.04

Additional context
Add any other context about the problem here.

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

Successfully merging a pull request may close this issue.

1 participant