Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <[email protected]>
  • Loading branch information
SamYuan1990 committed Mar 17, 2024
1 parent 63caf98 commit c5afd3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/microshift/microshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ function _setup_microshift() {
run $CTR_CMD cp "${MICROSHIFT_CONTAINER_NAME}:/var/lib/microshift/resources/kubeadmin/kubeconfig" "$MICROSHIFT_KUBECONFIG"
ok "copied kubeconfig to $MICROSHIFT_KUBECONFIG"

export KUBECONFIG="$MICROSHIFT_KUBECONFIG"

wait_for_cluster_ready
}

Expand Down

0 comments on commit c5afd3e

Please sign in to comment.