diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index ce169e4e03..43951de242 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -4ea7b9c984a499daa4e8369ec86a1123143d41d8 +bf4893ff6aa6ea91e8ea2ecaa41c4a7ea1b32577 diff --git a/common/scripts/kind_provisioner.sh b/common/scripts/kind_provisioner.sh index bc55f2e4f3..c66eaa31a6 100644 --- a/common/scripts/kind_provisioner.sh +++ b/common/scripts/kind_provisioner.sh @@ -228,7 +228,7 @@ EOF # https://github.com/kubernetes-sigs/kind/issues/1558 tracks this upstream CONTAINER_IP=$(docker inspect "${CLUSTER_NAME}-control-plane" --format "{{ .NetworkSettings.Networks.kind.IPAddress }}") kind get kubeconfig --name "${CLUSTER_NAME}" --internal | \ - sed "s/${CLUSTER_NAME}-control-plane/${CONTAINER_IP}/g" > "${CLUSTER_KUBECONFIG}"+ + sed "s/${CLUSTER_NAME}-control-plane/${CONTAINER_IP}/g" > "${CLUSTER_KUBECONFIG}" # 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"