You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: INSTALL.md
+1-107
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@ Table of Contents
3
3
4
4
*[Installing AWX](#installing-awx)
5
5
* [The AWX Operator](#the-awx-operator)
6
-
* [Quickstart with minikube](#quickstart-with-minikube)
7
-
* [Starting minikube](#starting-minikube)
8
-
* [Deploying the AWX Operator](#deploying-the-awx-operator)
9
-
* [Verifying the Operator Deployment](#verifying-the-operator-deployment)
10
-
* [Deploy AWX](#deploy-awx)
11
-
* [Accessing AWX](#accessing-awx)
12
6
*[Installing the AWX CLI](#installing-the-awx-cli)
13
7
*[Building the CLI Documentation](#building-the-cli-documentation)
14
8
@@ -22,110 +16,10 @@ If you're attempting to migrate an older Docker-based AWX installation, see: [Mi
22
16
23
17
## The AWX Operator
24
18
25
-
Starting in version 18.0, the [AWX Operator](https://github.com/ansible/awx-operator) is the preferred way to install AWX.
19
+
Starting in version 18.0, the [AWX Operator](https://github.com/ansible/awx-operator) is the preferred way to install AWX. Please refer to the [AWX Operator](https://github.com/ansible/awx-operator) documentation.
26
20
27
21
AWX can also alternatively be installed and [run in Docker](./tools/docker-compose/README.md), but this install path is only recommended for development/test-oriented deployments, and has no official published release.
28
22
29
-
### Quickstart with minikube
30
-
31
-
If you don't have an existing OpenShift or Kubernetes cluster, minikube is a fast and easy way to get up and running.
32
-
33
-
To install minikube, follow the steps in their [documentation](https://minikube.sigs.k8s.io/docs/start/).
34
-
35
-
:warning: NOTE |
36
-
--- |
37
-
If you're about to install minikube or have already installed it, please be sure you're using [Minikube v1.18.1](https://github.com/kubernetes/minikube/releases/tag/v1.18.1). There's a [bug](https://github.com/ansible/awx-operator/issues/205) right now that will not allow you to run it using Minikube v1.19.x.
38
-
#### Starting minikube
39
-
40
-
Once you have installed minikube, run the following command to start it. You may wish to customize these options.
For a comprehensive overview of features, see [README.md](https://github.com/ansible/awx-operator/blob/devel/README.md) in the awx-operator repo. The following steps are the bare minimum to get AWX up and running.
49
-
50
-
Start by going to https://github.com/ansible/awx-operator/releases and making note of the latest release. Replace `<tag>` in the URL below with the version you are deploying:
After a few seconds, you will see the database and application pods show up. On a fresh system, it may take a few minutes for the container images to download.
99
-
100
-
```
101
-
$ minikube kubectl get pods
102
-
NAME READY STATUS RESTARTS AGE
103
-
awx-5ffbfd489c-bvtvf 3/3 Running 0 2m54s
104
-
awx-operator-7c78bfbfd-xb6th 1/1 Running 0 6m42s
105
-
awx-postgres-0 1/1 Running 0 2m58s
106
-
```
107
-
108
-
##### Accessing AWX
109
-
110
-
To access the AWX UI, you'll need to grab the service url from minikube:
111
-
112
-
```
113
-
$ minikube service awx-service --url
114
-
http://192.168.59.2:31868
115
-
```
116
-
117
-
On fresh installs, you will see the "AWX is currently upgrading." page until database migrations finish.
118
-
119
-
Once you are redirected to the login screen, you can now log in by obtaining the generated admin password (note: do not copy the trailing `%`):
0 commit comments