Skip to content

Commit

Permalink
Fix quick install to install from release yaml (kubeflow#714)
Browse files Browse the repository at this point in the history
* Install from release yaml

* Use version variable
  • Loading branch information
k8s-ci-robot authored Mar 6, 2020
1 parent d623995 commit 48c7791
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hack/quick_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ set -e

export ISTIO_VERSION=1.3.6
export KNATIVE_VERSION=v0.12.0
export KFSERVING_VERSION=0.2.2
curl -L https://git.io/getLatestIstio | sh -
cd istio-${ISTIO_VERSION}

Expand Down Expand Up @@ -74,6 +75,7 @@ kubectl apply --filename https://github.com/knative/serving/releases/download/${

cd ..
# Install KFServing
export KFSERVING_ENABLE_SELF_SIGNED_CA=true
make deploy
kubectl apply -f install/${KFSERVING_VERSION}/kfserving.yaml

# Clean up
rm -rf istio-${ISTIO_VERSION}

0 comments on commit 48c7791

Please sign in to comment.