Hello all,
I have recently tried to deploy using the AWX Operator on EKS, I’have been battling to understand what is going wrong.
-
first deploy the aws-load-balancer-controller
helm install aws-load-balancer-controller eks/aws-load-balancer-controller -n kube-system --set clusterName=myclustername -
deploy AWX operator with helm
helm search repo awx-operator
NAME CHART VERSION APP VERSION DESCRIPTION
awx-operator/awx-operator 0.17.1 0.17.1 A Helm chart for the AWX Operator
$ helm install my-awx-operator awx-operator/awx-operator
NAME: my-awx-operator
LAST DEPLOYED: Fri Jun 10 11:28:24 2022
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Helm Chart 0.22.0
- Create my manifest and deploy to awx namepsace.
(domain name mydomain is replaced with my real domain in my deployment)