mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Update minikube.md
This commit is contained in:
@@ -66,7 +66,7 @@ In the root of awx-operator:
|
|||||||
```
|
```
|
||||||
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
||||||
-e development_mode=yes \
|
-e development_mode=yes \
|
||||||
-e tower_image=gcr.io/ansible-tower-engineering/awx_kube_devel:devel \
|
-e tower_image=quay.io/awx/awx_kube_devel:devel \
|
||||||
-e tower_image_pull_policy=Always \
|
-e tower_image_pull_policy=Always \
|
||||||
-e tower_ingress_type=ingress
|
-e tower_ingress_type=ingress
|
||||||
```
|
```
|
||||||
@@ -81,7 +81,7 @@ In the root of the AWX repo:
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ make awx-kube-dev-build
|
$ make awx-kube-dev-build
|
||||||
$ docker push gcr.io/ansible-tower-engineering/awx_kube_devel:${COMPOSE_TAG}
|
$ docker push quay.io/awx/awx_kube_devel:${COMPOSE_TAG}
|
||||||
```
|
```
|
||||||
|
|
||||||
In the root of awx-operator:
|
In the root of awx-operator:
|
||||||
@@ -89,7 +89,7 @@ In the root of awx-operator:
|
|||||||
```
|
```
|
||||||
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
||||||
-e development_mode=yes \
|
-e development_mode=yes \
|
||||||
-e tower_image=gcr.io/ansible-tower-engineering/awx_kube_devel:${COMPOSE_TAG} \
|
-e tower_image=quay.io/awx/awx_kube_devel:${COMPOSE_TAG} \
|
||||||
-e tower_image_pull_policy=Always \
|
-e tower_image_pull_policy=Always \
|
||||||
-e tower_ingress_type=ingress
|
-e tower_ingress_type=ingress
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user