Closed lorenzk1213 closed 10 months ago
Not knowing how you setup your infrastructure, it looks like your load balancer is off. Can you check in the AWS portal and trouble shoot from that side?
Marking as stale/inactive. If there are additional questions, please open a new Github issue.
Closed #226 as completed.
After running the baseline components to install the prereqs for Viya 4 using the below command:
docker run --rm \ --group-add root \ --user $(id -u):$(id -g) \ --volume $BASEDIR:/data \ --volume $HOME/.kube/config:/.kube/kubeconfig \ --volume $DEPLOYDIR/dev-ans-vars.v1.0.1.yaml:/config/config \ --volume $TFSTATE/terraform.tfstate:/config/tfstate \ --volume $HOME/.ssh/id_rsa:/config/jump_svr_private_key \ viya4-deployment --tags "baseline,install" -vvv
The execution completed successfully, however seems A record / load balancer still does not exist in AWS I assume it should now be existing after successful execution of the baseline components? Please let me know if my understanding is correct as well. If yes, may I know what could be the possible issue?
Below is the screenshot of the LB
attaching the log as well. [Uploading baseline_prereqs_install.log…]()
As noticed as well, seems External IP is in pending state
Could this be the reason?