kurokobo / awx-on-k3s

An example implementation of AWX on single node K3s using AWX Operator, with easy-to-use simplified configuration with ownership of data and passwords.
MIT License
547 stars 154 forks source link

How can I deploy a awx-on-k3s on many nodes #380

Closed cxlll1234 closed 1 month ago

cxlll1234 commented 1 month ago

Environment

Description

I want to deploy awx-on-k3s on many nodes. But I don't know how to deploy it

Step to Reproduce

  1. Deploy ...
  2. Invoke kubectl ...
  3. ...
  4. ...

Logs

$ kubectl ...
...

Files

---
apiVersion: awx.ansible.com/v1beta1
kind: AWX
...
kurokobo commented 1 month ago

@cxlll1234 Hi, The major difference is that you need to change the PV from being hostPath-based to shared storage (such as NFS, Ceph, GlusterFS, or Longhorn). Other than the PV, there are very few differences between multi-node and single-node setups.

Since it falls outside the scope of this repository, I won't provide detailed steps, but I encourage you to research and try it yourself first. If you run into any issues, I recommend asking questions on the forum.

cxlll1234 commented 1 month ago

Thank you. I will try it