mirror of https://github.com/istio/istio.io.git
Update VM test to a later base image. (#10240)
This commit is contained in:
parent
12bf909242
commit
2e96dd3e08
|
@ -47,7 +47,7 @@ function setup_vm() {
|
|||
-v "${WORK_DIR}:/root" -v "${PWD}/content/en/docs/setup/install/virtual-machine:/test" \
|
||||
${EXTRA_VM_ARGS:-} \
|
||||
-w "/root" \
|
||||
gcr.io/istio-release/base:1.9-dev.2
|
||||
gcr.io/istio-release/base:1.11-dev.6
|
||||
|
||||
POD_CIDR=$(kubectl get node -ojsonpath='{.items[0].spec.podCIDR}')
|
||||
DOCKER_IP=$(docker inspect -f "{{ .NetworkSettings.Networks.kind.IPAddress }}" istio-testing-control-plane)
|
||||
|
|
Loading…
Reference in New Issue