awx on k8s with custom inages

Hi,
I’ve created web and task custom images on my internal repostiry,
which options/variables should i configure in the inventory files to use them to deploy on k8s? i can’t find anything on version 6.0.0 to specify the images names.

Any tips

Thanks

Hello,

You can point to your internal repository in the inventory file https://github.com/ansible/awx/blob/devel/installer/inventory#L71

Hi Sergio, thanks for getting back to me.
I saw that option but if i enable it, then the installer tries to build the images locally.
As far as i can understand these options are for pushing the images into the registry, but maybe i’m wrong.
Presumably there’s should be also an option to specify images names or it is assumed that the images must have the same name as the ones provided via docker hub?

thanks
Alan

Hi Alan,

You are correct, you need to give the path as below in the inventory

kubernetes_task_image=docker_registry/docker_registry_repository/awx_task
kubernetes_web_image=docker_registry/docker_registry_repositor/awx_web

where
docker_registry - your docker name
docker_registry_repositor - your repositor name

Regards,
Raja V