AWX Operator Offline Install Error

319 views
Skip to first unread message

Himadri Ganguly

unread,
Feb 17, 2023, 6:57:20 AM2/17/23
to AWX Project

I am trying to install AWX Operator in Kubernetes cluster that don't have the internet access. I am using the kustomize as referred to in the AWX README

awx-demo.yaml
=============

apiVersion: awx.ansible.com/v1beta1 kind: AWX metadata: name: awx-cicd spec: ingress_type: ingress hostname: [Ingress URL] secret_key_secret: custom-awx-secret-key control_plane_ee_image: [Private Docker Registry]/awx-ee:latest image: [Private Docker Registry]/awx image_version: '21.12.0' init_container_image: [Private Docker Registry]/centos init_container_image_version: 'stream9' postgres_image: [Private Docker Registry]/postgres postgres_image_version: '13' redis_image: [Private Docker Registry]/redis redis_image_version: '7'

kustomization.yaml
==================

apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - github.com/ansible/awx-operator/config/default?ref=1.2.0 - awx-demo.yaml images: - name: [Private Docker Registry]/awx-operator:1.2.0 newTag: 1.2.0 namespace: awx-cicd

kustomize build . > final-deploy.yml

Then changed the kube-rbac-proxy image in the final-deploy.yaml and then deploy it in the cluster. But still getting "Back-off restarting failed container" and the logs of the init container shows

/bin/sh: line 1: receptor: command not found /bin/sh: line 2: receptor: command not found

Any help is appreciated.
Thank you

AWX Project

unread,
Feb 17, 2023, 12:42:24 PM2/17/23
to AWX Project
see the discussion here for tips on doing deployments without internet access


let us know if you find that helpful!

AWX Team

Stefan Coussens

unread,
Feb 17, 2023, 1:31:10 PM2/17/23
to AWX Project
Hi,

I wrote a small callback plugin that dums the output to an internal api. I was wondering if the callback plugin is executed on the contol node or the execution node.

One execution has no access to the internal api so oit would be nice of it is the control node :-).

Kind regards,

--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/4d8553ce-9ee7-499a-8504-0d5ad586c914n%40googlegroups.com.

Stefan Coussens

unread,
Feb 17, 2023, 1:33:55 PM2/17/23
to AWX Project
This need to be a separate topic sorry.
Reply all
Reply to author
Forward
0 new messages