ansible / awx-operator

An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. 🤖
https://www.github.com/ansible/awx
Apache License 2.0
1.24k stars 626 forks source link

AWX service doesn't launch on eks v1.22 #1253

Open subras72 opened 1 year ago

subras72 commented 1 year ago

Please confirm the following

Bug Summary

hi, i followed the guide and used the latest and devel version but still no joy. The files used as as below, please advise is anything isn't correct. I'm using an external postgres on version 14.

awx-demo.yaml below:-

apiVersion: awx.ansible.com/v1beta1 kind: AWX metadata: name: awx-demo namespace: awx spec: service_type: NodePort ingress_type: none postgres_configuration_secret: awx-postgres-configuration

kustomization.yaml below:- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization

generatorOptions: disableNameSuffixHash: true

secretGenerator:

Set the image tags to match the git version from above

images:

Specify a custom namespace in which to install AWX

namespace: awx

AWX Operator version

1.2.0

AWX version

1.21.2

Kubernetes platform

kubernetes

Kubernetes/Platform version

eks 1.22

Modifications

no

Steps to reproduce

I followed the install guide

Expected results

namespace/awx unchanged customresourcedefinition.apiextensions.k8s.io/awxbackups.awx.ansible.com configured customresourcedefinition.apiextensions.k8s.io/awxrestores.awx.ansible.com configured customresourcedefinition.apiextensions.k8s.io/awxs.awx.ansible.com configured serviceaccount/awx-operator-controller-manager unchanged role.rbac.authorization.k8s.io/awx-operator-awx-manager-role configured role.rbac.authorization.k8s.io/awx-operator-leader-election-role unchanged clusterrole.rbac.authorization.k8s.io/awx-operator-metrics-reader unchanged clusterrole.rbac.authorization.k8s.io/awx-operator-proxy-role unchanged rolebinding.rbac.authorization.k8s.io/awx-operator-awx-manager-rolebinding unchanged rolebinding.rbac.authorization.k8s.io/awx-operator-leader-election-rolebinding unchanged clusterrolebinding.rbac.authorization.k8s.io/awx-operator-proxy-rolebinding unchanged configmap/awx-operator-awx-manager-config configured secret/awx-admin-password unchanged secret/awx-postgres-configuration configured service/awx-operator-controller-manager-metrics-service unchanged deployment.apps/awx-operator-controller-manager configured awx.awx.ansible.com/awx-demo unchanged

Actual results

awx pod and service isn't launched

Additional information

No response

Operator Logs

No response

fosterseth commented 1 year ago

does the operator pod running? can you tail the logs of the operator and see if it logs errors? You may need to add no_log: False to the awx demo resource to see detailed logs