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 Jun 15, 2024
1 parent 9a04729 commit 36557d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ cluster_up() {
mkdir -p "$(basename "$KUBECONFIG_ROOT_DIR")"
mv -f "$kubeconfig" "${KUBECONFIG_ROOT_DIR}/${KEPLER_KUBECONFIG}"

local cluster_config
cluster_config=$("${CLUSTER_PROVIDER}"_print_config)

"$cluster_config"

if is_set "$CLUSTER_CONFIG"; then
config_cluster
fi
Expand Down

0 comments on commit 36557d4

Please sign in to comment.