mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add note on how to access AWX in minikube
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user