AWX/Installation: Difference between revisions
< AWX
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
https://ansible.readthedocs.io/projects/awx-operator/en/latest/installation/helm-install-on-existing-cluster.html | 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