We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b3643 commit 0285d4fCopy full SHA for 0285d4f
DEVELOPMENT.md
@@ -35,6 +35,13 @@ serving resources.
35
> simulator separately on your local system. In a future iteration this will
36
> be handled automatically and will not be required.
37
38
+> **Note**: If you would like to use Istio as the Gateway implementation, you
39
+> currently need to opt-in to that. Set the following environment variables
40
+> before running make:
41
+>
42
+> export GATEWAY_IMPLEMENTATION=istio
43
+> export GATEWAY_CONTROL_PLANE_NAMESPACE=istio-system
44
+
45
Run the following:
46
47
```bash
0 commit comments