mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Stop instructing folks to install from devel
This commit is contained in:
@@ -47,8 +47,10 @@ $ minikube start --cpus=4 --memory=8g --addons=ingress
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
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:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ minikube kubectl -- apply -f https://raw.githubusercontent.com/ansible/awx-operator/devel/deploy/awx-operator.yaml
|
$ minikube kubectl -- apply -f https://raw.githubusercontent.com/ansible/awx-operator/<tag>/deploy/awx-operator.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Verifying the Operator Deployment
|
##### Verifying the Operator Deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user