Skip to content

Commit

Permalink
update: no more odh-manifests in ODH build
Browse files Browse the repository at this point in the history
- remove modelmesh-monitoring which only for downstream monitoring
- add kserve

Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw committed Oct 30, 2023
1 parent 3b0fd44 commit ec3bd4c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,7 @@ if [ "$#" -ge 1 ]; then
done
fi

# pre-cleanup local env
rm -fr ./odh-manifests/* ./.odh-manifests-tmp/

mkdir -p ./.odh-manifests-tmp/ ./odh-manifests/
wget -q -c ${MANIFESTS_TARBALL_URL} -O - | tar -zxv -C ./.odh-manifests-tmp/ --strip-components 1 > /dev/null
cp -r ./.odh-manifests-tmp/modelmesh-monitoring/ ./odh-manifests
cp -r ./.odh-manifests-tmp/kserve/ ./odh-manifests
rm -rf ${MANIFEST_RELEASE}.tar.gz ./.odh-manifests-tmp/
# R.I.P, odh-manifests

for key in "${!COMPONENT_MANIFESTS[@]}"; do
echo "Cloning repo ${key}: ${COMPONENT_MANIFESTS[$key]}"
Expand Down

0 comments on commit ec3bd4c

Please sign in to comment.