-
Notifications
You must be signed in to change notification settings - Fork 74
Description
After running the baseline components to install the prereqs for Viya 4 using the below command:
docker run --rm
--group-add root
--user
--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?
