ansible-for-kubernetes icon indicating copy to clipboard operation
ansible-for-kubernetes copied to clipboard

AWX Operator is now on OperatorHub.io

Open geerlingguy opened this issue 2 years ago • 0 comments

The AWX Operator, which installs AWX (Tower OSS) on Kubernetes or OpenShift, is now on OperatorHub.io: https://operatorhub.io/operator/awx-operator

This is something I had actively been working on for almost a year, and I'm glad the team at Ansible finally got it over the finish line! Installing it in a K8s cluster can be as easy as:

kubectl create -f https://operatorhub.io/install/awx-operator.yaml

(Assuming you have the Operator Lifecycle Manager running on your cluster.)

geerlingguy avatar Oct 14 '22 14:10 geerlingguy