Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWX Deployment on EKS with https using Kustomize #1936

Open
3 tasks done
stevechatten opened this issue Aug 5, 2024 · 0 comments
Open
3 tasks done

AWX Deployment on EKS with https using Kustomize #1936

stevechatten opened this issue Aug 5, 2024 · 0 comments

Comments

@stevechatten
Copy link

stevechatten commented Aug 5, 2024

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX Operator is open source software provided for free and that I might not receive a timely response.

Feature Summary

Currently as I deploy AWX on to a new EKS cluster with Kustomize I have to do this in 2 steps if I want to implement https on 443.

  1. apply Kustoimize to deploy AWX on port 80
  2. Update Kustomize with https, 443 and Certificate arn alb annotation and apply

The reason being that I cant create a route53 entry for my cert until the alb is provisioned by the ingress controller.
Only once the alb is provisioned can I then create a route53 entry pointing to it, and then create a certificate in AWS Certificate Manager... finally I can then update my Kustomize files to use 443, https and reference the certificate arn before applying a second time.

It would be nice if there was a way to run Kustomize only once to deploy AWX in this way, or am I misunderstanding something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant