Hello, Currently i have a installation of AWX 19.3 version on docker.
I am planning to move AWX to Kubernetes for which i want to install AWX 19.3 on Kubernetes first and then I will upgrade it to the current version.
I tried installing but I was able to install only till AWX 19.4, is there any way to install AWX 19.3 version on Kubernetes.
Hello i am using awx-operator 0.13.0 to install the awx 19.3 but it gives me an error make: Nothing to be done for ‘deploy’. I switched to 0.13.0 awx-operator branch and run make deploy.
I was able to install 19.4 with awx-operator 0.14.0 and it worked fine but facing issue with 19.3, any idea what mistake i am doing.
I had an experience of updating the K8s version of the cluster on which having this version of AWX and AWX Operator installed and with the result that AWX broke. I think it was going from K8s v 1.21 to 1.22. My solution was to use the AWX Operator v 0.14.0 and specify AWX v 19.3.0 in the AWX manifest. What version of K8s is the cluster running?