Hi Folks,
I have performed my first install of AWX under a k3s cluster.
Things are looking fine so far, but I am now trying to get my initial inventyory from vcenter set up. I tried following a few of the online pointers, but have not been success. Anyone have a clue on how to set this up.
Here is a snapshot of my setup using k3s:
kubectl get pods
NAME READY STATUS RESTARTS AGE
awx-operator-controller-manager-67bcc886fb-2hq8b 2/2 Running 0 24h
awx-postgres-13-0 1/1 Running 0 24h
awx-task-5fb6b9b7fb-skg7x 4/4 Running 0 24h
awx-web-5b75bd89bd-psxzw 3/3 Running 0 24h
I am running on RHEL 9.1 as the host OS.