mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#11006)
This commit is contained in:
parent
eef8b66086
commit
250fb2205e
|
@ -1 +1 @@
|
|||
283abef7ffa106e184f8494d8f17aede9d6d4267
|
||||
727cff385e1e21a973dc50430ff87c599025e9fd
|
||||
|
|
|
@ -188,12 +188,12 @@ EOF
|
|||
# If metrics server configuration directory is specified then deploy in
|
||||
# the cluster just created
|
||||
if [[ -n ${METRICS_SERVER_CONFIG_DIR} ]]; then
|
||||
kubectl apply -f "${METRICS_SERVER_CONFIG_DIR}"
|
||||
retry kubectl apply -f "${METRICS_SERVER_CONFIG_DIR}"
|
||||
fi
|
||||
|
||||
# Install Metallb if not set to install explicitly
|
||||
if [[ -z "${NOMETALBINSTALL}" ]]; then
|
||||
install_metallb ""
|
||||
retry install_metallb ""
|
||||
fi
|
||||
|
||||
# IPv6 clusters need some CoreDNS changes in order to work in CI:
|
||||
|
@ -288,7 +288,7 @@ EOF
|
|||
done
|
||||
|
||||
# Enable core dumps
|
||||
docker exec "${CLUSTER_NAME}"-control-plane bash -c "sysctl -w kernel.core_pattern=/var/lib/istio/data/core.proxy && ulimit -c unlimited"
|
||||
retry docker exec "${CLUSTER_NAME}"-control-plane bash -c "sysctl -w kernel.core_pattern=/var/lib/istio/data/core.proxy && ulimit -c unlimited"
|
||||
}
|
||||
|
||||
# Now deploy the specified number of KinD clusters and
|
||||
|
@ -308,7 +308,7 @@ EOF
|
|||
for CLUSTER_NAME in "${CLUSTER_NAMES[@]}"; do
|
||||
KUBECONFIG_FILE="${KUBECONFIG_DIR}/${CLUSTER_NAME}"
|
||||
if [[ ${NUM_CLUSTERS} -gt 1 ]]; then
|
||||
install_metallb "${KUBECONFIG_FILE}"
|
||||
retry install_metallb "${KUBECONFIG_FILE}"
|
||||
fi
|
||||
KUBECONFIGS+=("${KUBECONFIG_FILE}")
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue