Add migration section into ingress-gateway using sds approach (#3695)

* add migration section to sds

* Apply suggestions from code review

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>
This commit is contained in:
Jimmy Chen 2019-03-14 14:52:40 -07:00 committed by istio-bot
parent cef1d8b0a9
commit c3fdb3faf9
1 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,13 @@ and the environment variables `INGRESS_HOST` and `SECURE_INGRESS_PORT` set.
should work correctly with the instructions in this task. Otherwise, try should work correctly with the instructions in this task. Otherwise, try
a different implementation of `curl`, for example on a Linux machine. a different implementation of `curl`, for example on a Linux machine.
{{< tip >}}
If you configured an ingress gateway using the [file mount-based approach](/docs/tasks/traffic-management/secure-ingress/mount),
and you want to migrate your ingress gateway to use the SDS approach. There are no
extra steps required.
{{< /tip >}}
## Generate client and server certificates and keys ## Generate client and server certificates and keys
For this task you can use your favorite tool to generate certificates and keys. For this task you can use your favorite tool to generate certificates and keys.