mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -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
|
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.
|
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