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
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:
Follow standard Terraform AWS deployment guide up through running "tk apply ." of the "Deployment of DSS services" section.
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
Desktop (please complete the following information):
OS: Ubuntu
Version 22.04
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
3 Load balancers should be created for the crdb nodes.
Screenshots
Output upon running "kubectl describe svc cockroach-db-external-node-0
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: