Skip to content

Ingress for Viya 4 in AWS #226

@lorenzk1213

Description

@lorenzk1213

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedstaleOpen for 30 days with no activity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions