Skip to content

Commit

Permalink
add the missing script
Browse files Browse the repository at this point in the history
Signed-off-by: rpancham <[email protected]>
  • Loading branch information
rpancham committed Aug 30, 2023
1 parent 93dd7a7 commit d3c3a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendatahub/quickstart/pvc/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oc delete pod -l control-plane=modelmesh-controller -n $ODH_NS
wait_for_pods_ready "-l control-plane=modelmesh-controller" "$ODH_NS"

# Enable Route
oc annotate servingruntime mlserver-0.x enable-route=true enable-auth=false
oc annotate servingruntime $(oc get servingruntime |grep mlserver |awk '{print $1}') enable-route=true enable-auth=false

# Deploy sample sklearn model from the pvc
# using URI
Expand Down

0 comments on commit d3c3a8a

Please sign in to comment.