We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a9138 commit 72920e9Copy full SHA for 72920e9
capz/run-capz-e2e.sh
@@ -589,6 +589,10 @@ wait_for_nodes() {
589
log "Configuring workload cluster nodes for gmsa tests"
590
# require kubeconfig to be pointed at management cluster
591
unset KUBECONFIG
592
+ if [[ -f "${MANAGEMENT_KUBECONFIG}" ]]; then
593
+ export KUBECONFIG="${MANAGEMENT_KUBECONFIG}"
594
+ fi
595
+
596
pushd "$SCRIPT_ROOT"/gmsa/configuration
597
go run --tags e2e configure.go --name "${CLUSTER_NAME}" --namespace default
598
popd
0 commit comments