We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ef56f commit daf0cd6Copy full SHA for daf0cd6
common/.commonfiles.sha
@@ -1 +1 @@
1
-4a811c922d5823525dc271fa6defd1978bf73286
+0569152cf7260f891ee02fcef8c10bf4f94ea606
common/scripts/kind_provisioner.sh
@@ -193,7 +193,7 @@ function setup_kind_cluster() {
193
# kubectl config set clusters.kind-istio-testing.server https://istio-testing-control-plane:6443
194
fi
195
196
- if [[ -n "${DEVCONTAINER}" ]]; then
+ if [[ -n "${DEVCONTAINER:-}" ]]; then
197
# identify our docker container id using proc and regex
198
containerid=$(grep 'resolv.conf' /proc/self/mountinfo | sed 's/.*\/docker\/containers\/\([0-9a-f]*\).*/\1/')
199
docker network connect kind "$containerid"
0 commit comments