From ba8c44f8a6c32b49f79f0ee4cd0e5c0556faddbf Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 26 Jan 2021 15:07:04 -0500 Subject: [PATCH] Add note on how to access AWX in minikube --- docs/development/minikube.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```