mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#9074)
This commit is contained in:
parent
f389a8af41
commit
fa78806bbd
|
@ -1 +1 @@
|
|||
4ea7b9c984a499daa4e8369ec86a1123143d41d8
|
||||
bf4893ff6aa6ea91e8ea2ecaa41c4a7ea1b32577
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue