AWX/Installation: Difference between revisions

From Omnia
< AWX
Jump to navigation Jump to search
(Created page with "== Kubernetes Installation == kubectl -n ci-awx logs -f deployments/awx-operator-controller-manager -c awx-manager")
 
No edit summary
Line 2: Line 2:


  kubectl -n ci-awx logs -f deployments/awx-operator-controller-manager -c awx-manager
  kubectl -n ci-awx logs -f deployments/awx-operator-controller-manager -c awx-manager
== Basic Installation ==
https://ansible.readthedocs.io/projects/awx-operator/en/latest/installation/basic-install.html
== Helm Installation ==
https://ansible.readthedocs.io/projects/awx-operator/en/latest/installation/helm-install-on-existing-cluster.html

Revision as of 16:46, 16 July 2024

Kubernetes Installation

kubectl -n ci-awx logs -f deployments/awx-operator-controller-manager -c awx-manager

Basic Installation

https://ansible.readthedocs.io/projects/awx-operator/en/latest/installation/basic-install.html

Helm Installation

https://ansible.readthedocs.io/projects/awx-operator/en/latest/installation/helm-install-on-existing-cluster.html