Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ $ helm template $HOME/istio-fetch/istio \
By default `istio-ingressgateway` will be exposed as a `LoadBalancer` service type. You may want to change that by setting the `gateways.istio-ingressgateway.type` installation option to `NodePort` if this is more applicable to your Kubernetes environment.
{{< /tip >}}

{{< tip >}}
If you're editing the `values.yml` file, don't enable
{{<text_hack yaml>}}
sds:
enabled: false
{{</text>}}
This will enable mutual TLS between pods which will cause pods to become unhealthy if you don't have mutual TLS configured.
{{< /tip >}}

## Configuring DNS name and gateway

Take a note of the external IP address of the `istio-ingressgateway` service:
Expand Down