Skip to content

Commit

Permalink
Updating Knative Serving and Istio to their latest version (kubeflow#…
Browse files Browse the repository at this point in the history
…2697)

* Updating Knative Serving and Istio to their latest version

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Update version to 0.10.1

Signed-off-by: Dan Sun <dsun20@bloomberg.net>

---------

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
Co-authored-by: Dan Sun <dsun20@bloomberg.net>
  • Loading branch information
matzew and yuzisun authored Mar 25, 2023
1 parent 1c5409f commit 7075bdd
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 @@ -30,8 +30,8 @@ while getopts ":hsr" option; do
esac
done

export ISTIO_VERSION=1.15.0
export KNATIVE_VERSION=knative-v1.7.0
export ISTIO_VERSION=1.16.2
export KNATIVE_VERSION=knative-v1.9.0
export KSERVE_VERSION=v0.10.1
export CERT_MANAGER_VERSION=v1.3.0
export SCRIPT_DIR="$( dirname -- "${BASH_SOURCE[0]}" )"
Expand Down Expand Up @@ -99,6 +99,8 @@ if [ $deploymentMode = serverless ]; then
kubectl apply --filename https://github.com/knative/serving/releases/download/${KNATIVE_VERSION}/serving-crds.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/${KNATIVE_VERSION}/serving-core.yaml
kubectl apply --filename https://github.com/knative/net-istio/releases/download/${KNATIVE_VERSION}/release.yaml
# Patch the external domain as the default domain svc.cluster.local is not exposed on ingress
kubectl patch cm config-domain --patch '{"data":{"example.com":""}}' -n knative-serving
echo "😀 Successfully installed Knative"
fi

Expand Down

0 comments on commit 7075bdd

Please sign in to comment.