diff options
author | Shane McDonald <me@shanemcd.com> | 2021-04-21 19:22:03 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-04-21 19:22:03 +0200 |
commit | edaec8dfbb6f80fc524fc75ca42720304b1f6a4f (patch) | |
tree | a8f521b8c07ae0dbca43baaa20489fd82279b4c1 /INSTALL.md | |
parent | Merge pull request #9950 from tiagodread/ouia-ids (diff) | |
download | awx-edaec8dfbb6f80fc524fc75ca42720304b1f6a4f.tar.xz awx-edaec8dfbb6f80fc524fc75ca42720304b1f6a4f.zip |
Stop instructing folks to install from devel
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 37bf71eed9..5a48b8d658 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -45,10 +45,12 @@ $ minikube start --cpus=4 --memory=8g --addons=ingress #### Deploying the AWX Operator -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 |