Since AWX seems to be currently breaking everything with EE’s, I thought I might try sticking with version 17.1.
Problem is, I still need to configure volume mounts for files like krb5.conf, logo-login.svg, etc and use LoadBalancer ingresses with SSL support
I can’t use the operator because I can only use version 0.6 of the operator to deploy AWX 17.1, and of course it doesn’t support LoadBalancer Ingress
So this brings me back to using the Ansible Playbook install method to install 17.1 on a k8 cluster. This doesn’t have native support for any extra volume mounts or LoadBalancer SSL.
How can I hack the AWX install playbook to modify the kubeconfig? What files control volume mounts and Ingress types?