diff --git a/06_create_cluster.sh b/06_create_cluster.sh index 0d391828b..81983613b 100755 --- a/06_create_cluster.sh +++ b/06_create_cluster.sh @@ -71,4 +71,4 @@ if [[ ! -z "${ENABLE_METALLB_MODE}" ]]; then fi fi -echo "Cluster up, you can interact with it via oc --config ${KUBECONFIG} " +echo "Cluster up, you can interact with it via oc --kubeconfig ${KUBECONFIG} "