summaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2021-01-26 21:07:04 +0100
committerShane McDonald <me@shanemcd.com>2021-01-26 21:07:04 +0100
commitba8c44f8a6c32b49f79f0ee4cd0e5c0556faddbf (patch)
tree92abc9c03c1fb0505ff855e0a0d468fa6fd22405 /docs/development
parentEnable inline caching for image builds (diff)
downloadawx-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.md6
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
+```