sassoftware / viya4-deployment

This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71 stars 64 forks source link

Ingress for Viya 4 in AWS #226

Closed lorenzk1213 closed 10 months ago

lorenzk1213 commented 2 years ago

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

image

attaching the log as well. [Uploading baseline_prereqs_install.log…]()

As noticed as well, seems External IP is in pending state image

Could this be the reason?

thpang commented 2 years 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?

dhoucgitter commented 10 months ago

Marking as stale/inactive. If there are additional questions, please open a new Github issue.

dhoucgitter commented 10 months ago

Closed #226 as completed.