mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#12887)
This commit is contained in:
parent
e22ffc9782
commit
5e997119fa
|
@ -1 +1 @@
|
|||
a6712eddcac669dc248c4b9522d07575c9c6bdb5
|
||||
04630fe1705e7b18a0df0e620a08e5310dd9892b
|
||||
|
|
|
@ -367,7 +367,7 @@ function install_metallb() {
|
|||
kubectl apply --kubeconfig="$KUBECONFIG" -f "${COMMON_SCRIPTS}/metallb.yaml"
|
||||
kubectl create --kubeconfig="$KUBECONFIG" secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"
|
||||
|
||||
if [ -z "${METALLB_IPS4[*]}" ]; then
|
||||
if [ -z "${METALLB_IPS4+x}" ]; then
|
||||
# Take IPs from the end of the docker kind network subnet to use for MetalLB IPs
|
||||
DOCKER_KIND_SUBNET="$(docker inspect kind | jq '.[0].IPAM.Config[0].Subnet' -r)"
|
||||
METALLB_IPS4=()
|
||||
|
|
|
@ -73,7 +73,7 @@ fi
|
|||
|
||||
# Build image to use
|
||||
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
||||
IMAGE_VERSION=master-90202090a85fc6a345d57d99cb93b10c8bffa4f1
|
||||
IMAGE_VERSION=master-814d918e5ddef9b6c11213252055e9d8da0a40dd
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue