diff options
author | Shane McDonald <me@shanemcd.com> | 2021-01-26 21:07:04 +0100 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-01-26 21:07:04 +0100 |
commit | ba8c44f8a6c32b49f79f0ee4cd0e5c0556faddbf (patch) | |
tree | 92abc9c03c1fb0505ff855e0a0d468fa6fd22405 /docs/development | |
parent | Enable inline caching for image builds (diff) | |
download | awx-ba8c44f8a6c32b49f79f0ee4cd0e5c0556faddbf.tar.xz awx-ba8c44f8a6c32b49f79f0ee4cd0e5c0556faddbf.zip |
Add note on how to access AWX in minikube
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/minikube.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/minikube.md b/docs/development/minikube.md index b0fa1f163e..4ccb492862 100644 --- a/docs/development/minikube.md +++ b/docs/development/minikube.md @@ -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 +``` |