Skip to content

Commit

Permalink
chore: Update KS + MM install script (kubeflow#2316)
Browse files Browse the repository at this point in the history
Reference the latest release branch and ensure that
the ModelMesh controller is installed in the same
namespace as the KServe controller.

Signed-off-by: Paul Van Eck <pvaneck@us.ibm.com>
  • Loading branch information
pvaneck authored Jul 8, 2022
1 parent c4d496f commit 4afdc56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/install_kserve_mm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Help()
echo
}

export CTLR_NS="modelmesh-serving"
export CTLR_NS="kserve"
export USER_NS=$(kubectl config get-contexts $(kubectl config current-context) |tail -1|awk '{ print $5 }')
export user_ns_array=()
export C_DIR="$PWD"
export KSERVE_BRANCH="release-0.8"
export MMS_BRANCH="release-0.8"
export KSERVE_BRANCH="release-0.9"
export MMS_BRANCH="release-0.9"

while (($# > 0)); do
case "$1" in
Expand Down

0 comments on commit 4afdc56

Please sign in to comment.