diff --git a/pkg/bundle/setup/clustersetup.sh b/pkg/bundle/setup/clustersetup.sh index 7092f8ea..b2aeae1e 100644 --- a/pkg/bundle/setup/clustersetup.sh +++ b/pkg/bundle/setup/clustersetup.sh @@ -1,6 +1,6 @@ #!/bin/bash #CONST -KUBECONFIG="/opt/kubeconfig" +export KUBECONFIG="/opt/kubeconfig" LOG_PATH="${LOG_PATH:-"/tmp"}" LOG_FILE="${LOG_FILE:-"$LOG_PATH/_RANDOM_SUFFIX_.log"}" DNSMASQ_CONF="${DNSMASQ_CONF:-"/etc/dnsmasq.d/crc-dnsmasq.conf"}"