Skip to content

Commit c1b563b

Browse files
authored
Update Istio installation instructions
1 parent 0a24389 commit c1b563b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

site-src/guides/index.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
111111
Please note that this feature is currently in an experimental phase and is not intended for production use.
112112
The implementation and user experience are subject to changes as we continue to iterate on this project.
113113

114+
1. Requirements
115+
116+
- Gateway API [CRDs](https://gateway-api.sigs.k8s.io/guides/#installing-gateway-api) installed.
117+
114118
1. Install Istio
115119
116120
```
@@ -128,13 +132,11 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
128132
./istioctl install --set tag=$TAG --set hub=gcr.io/istio-testing
129133
```
130134

131-
??? note
132-
133-
If you run the Endpoint Picker (EPP) with the `--secureServing` flag set to `true`, it is currently using a self-signed certificate. As a security measure, Istio does not trust self-signed certificates by default. As a temporary workaround, you can apply the destination rule to bypass TLS verification for EPP. A more secure TLS implementation in EPP is being discussed in [Issue 582](https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/582).
135+
1. If you run the Endpoint Picker (EPP) with the `--secureServing` flag set to `true`, it is currently using a self-signed certificate. As a security measure, Istio does not trust self-signed certificates by default. As a temporary workaround, you can apply the destination rule to bypass TLS verification for EPP. A more secure TLS implementation in EPP is being discussed in [Issue 582](https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/582).
134136

135-
```bash
136-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml
137-
```
137+
```bash
138+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml
139+
```
138140

139141
1. Deploy Gateway
140142

0 commit comments

Comments
 (0)