mirror of https://github.com/istio/istio.io.git
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:
parent
cef1d8b0a9
commit
c3fdb3faf9
|
|
@ -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
|
||||
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
|
||||
|
||||
For this task you can use your favorite tool to generate certificates and keys.
|
||||
|
|
|
|||
Loading…
Reference in New Issue