AWX/Installation: Difference between revisions
< AWX
(Created page with "== Kubernetes Installation == kubectl -n ci-awx logs -f deployments/awx-operator-controller-manager -c awx-manager") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | |||
== Rollout Restart == | |||
k -n awx rollout restart deployment | |||
== keywords == |
Latest revision as of 08:12, 10 August 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
Rollout Restart
k -n awx rollout restart deployment