tests/e2e: fix --api-port flag syntax

pull/218/head
iwilltry42 4 years ago
parent 22cc76add1
commit 4561f90b5d
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 2
      tests/test_multi_master.sh

@ -7,7 +7,7 @@ CURR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source "$CURR_DIR/common.sh"
info "Creating cluster multimaster..."
$EXE create cluster "multimaster" --masters 3 --api-port '6443@master[0]' --wait 360 || failed "could not create cluster multimaster"
$EXE create cluster "multimaster" --masters 3 --api-port 6443 --wait 360 || failed "could not create cluster multimaster"
info "Checking we have access to the cluster..."
check_k3d_clusters "multimaster" || failed "error checking cluster"

Loading…
Cancel
Save