Add note on how to access AWX in minikube

This commit is contained in:
Shane McDonald
2021-01-26 15:07:04 -05:00
parent bda4db462f
commit ba8c44f8a6

View File

@@ -88,3 +88,9 @@ $ ansible-playbook ansible/instantiate-awx-deployment.yml \
To iterate on changes to the Dockerfile, rebuild and push the image, then delete
the AWX Pod. A new Pod will respawn with the latest revision.
## Accessing AWX
```
$ minikube service awx-service --url
```