Skip to content

Commit

Permalink
Remove istio-1.3 from third_party directory (knative#7275)
Browse files Browse the repository at this point in the history
* Remove istio-1.3 from third_party directory

This patch removes istio-1.3 from third_party directory.

The Istio 1.3 already stopped testing by
knative/test-infra#1809.

* Create symlink istio-stable
  • Loading branch information
nak3 authored Mar 26, 2020
1 parent 4d69a5c commit 0762cfc
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 7,567 deletions.
10 changes: 5 additions & 5 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ Kubernetes cluster in your designated environment, if necessary.
### Deploy Istio

```shell
kubectl apply -f ./third_party/istio-1.3-latest/istio-crds.yaml
kubectl apply -f ./third_party/istio-stable/istio-crds.yaml
while [[ $(kubectl get crd gateways.networking.istio.io -o jsonpath='{.status.conditions[?(@.type=="Established")].status}') != 'True' ]]; do
echo "Waiting on Istio CRDs"; sleep 1
done
kubectl apply -f ./third_party/istio-1.3-latest/istio-minimal.yaml
kubectl apply -f ./third_party/istio-stable/istio-minimal.yaml
```

Follow the
Expand All @@ -154,7 +154,7 @@ installed, please install it with following command. You could also adjust
parameters if needed.

```shell
kubectl apply -f ./third_party/istio-1.3-latest/istio-knative-extras.yaml
kubectl apply -f ./third_party/istio-stable/istio-knative-extras.yaml
```

> If you want to customize the `istio*.yaml` files you can refer to
Expand Down Expand Up @@ -283,8 +283,8 @@ You can delete all of the service components with:
ko delete --ignore-not-found=true \
-f config/monitoring/100-namespace.yaml \
-f config/ \
-f ./third_party/istio-1.3-latest/istio-minimal.yaml \
-f ./third_party/istio-1.3-latest/istio-crds.yaml \
-f ./third_party/istio-stable/istio-minimal.yaml \
-f ./third_party/istio-stable/istio-crds.yaml \
-f ./third_party/cert-manager-0.12.0/cert-manager-crds.yaml \
-f ./third_party/cert-manager-0.12.0/cert-manager.yaml
```
Expand Down
1 change: 0 additions & 1 deletion third_party/istio-1.3-latest

This file was deleted.

17 changes: 0 additions & 17 deletions third_party/istio-1.3.8/README.md

This file was deleted.

62 changes: 0 additions & 62 deletions third_party/istio-1.3.8/download-istio.sh

This file was deleted.

5 changes: 0 additions & 5 deletions third_party/istio-1.3.8/drain-seconds.yaml.patch

This file was deleted.

Loading

0 comments on commit 0762cfc

Please sign in to comment.