Skip to content

Commit

Permalink
fix kubeconfig location
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Apr 18, 2024
1 parent 5d41986 commit df926f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kind/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,12 @@ EOF
# succeeded "2" "Refreshing kube configuration..."
# fi
fi
KIND_EXPORT_KC_CMD="${KIND_COMMAND} export kubeconfig -n ${CLUSTER_NAME} --verbosity ${LOGGING_VERBOSITY} "
KIND_EXPORT_KC_CMD+=" --kubeconfig ${KUBECONFIG_TGT} "
fi
note "5" "KIND_EXPORT_KC_CMD: ${KIND_EXPORT_KC_CMD}"
note_start_task "2" "Export kubeconfig..."
${KIND_COMMAND} export kubeconfig -n ${CLUSTER_NAME}
${KIND_EXPORT_KC_CMD}
succeeded "2" "Export kubeconfig..."
set +e
note_start_task "2" "Connect the container registry to the kind network..."
Expand Down

0 comments on commit df926f0

Please sign in to comment.