Skip to content

Commit

Permalink
Merge pull request #186 from knarayan/main
Browse files Browse the repository at this point in the history
minor bug fixes to prepare a kind cluster
Irrelevant CI error
  • Loading branch information
sunya-ch authored Nov 8, 2023
2 parents ea6bd96 + 79347ec commit 4dc3a39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model_training/custom-cluster/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ CLUSTER_PROVIDER=${CLUSTER_PROVIDER:-"kind"}

. ./prometheus.sh
. ./kind/kind.sh
. ./microshift/microshift.sh
if [ ${CLUSTER_PROVIDER} != "kind" ]; then
. ./microshift/microshift.sh
fi

# check CPU arch
CPUArch=$(uname -m)
Expand Down
File renamed without changes.

0 comments on commit 4dc3a39

Please sign in to comment.