Skip to content

Commit

Permalink
fixed the version of the net-istio manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Ustiugov <dmitrii.ustiugov@epfl.ch>
  • Loading branch information
ustiugov committed May 4, 2021
1 parent ba1f60e commit c34c453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cluster/setup_master_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ kubectl apply --filename $ROOT/configs/registry/repository-update-hosts.yaml
# magic DNS
kubectl apply --filename $ROOT/configs/knative_yamls/serving-default-domain.yaml

kubectl apply --filename https://github.com/knative/net-istio/releases/download/v0.19.0/release.yaml
kubectl apply --filename https://github.com/knative/net-istio/releases/download/$KNATIVE_VERSION/release.yaml

# install knative eventing
kubectl apply --filename https://github.com/knative/eventing/releases/download/$KNATIVE_VERSION/eventing-crds.yaml
Expand All @@ -80,4 +80,4 @@ kubectl apply --filename https://github.com/knative/eventing/releases/download/$
# install a Broker (eventing) layer:
kubectl apply --filename https://github.com/knative/eventing/releases/download/$KNATIVE_VERSION/mt-channel-broker.yaml

kubectl --namespace istio-system get service istio-ingressgateway
kubectl --namespace istio-system get service istio-ingressgateway

0 comments on commit c34c453

Please sign in to comment.