Skip to content

Commit

Permalink
DO NOT MERGE: Add Debug.
Browse files Browse the repository at this point in the history
Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
  • Loading branch information
Billy99 committed Jul 25, 2020
1 parent 51fe97f commit 427c74d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contrib/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ print_params

set -euxo pipefail

# REMOVE: Verify docker has ipv6 enabled
docker run --rm busybox ip a
# REMOVE: Dump host IP
echo ""
echo "Running: ip a"
ip a

# Detect IP to use as API server
API_IPV4=""
if [ "$KIND_IPV4_SUPPORT" == true ]; then
Expand Down

0 comments on commit 427c74d

Please sign in to comment.