Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix broken links...
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Sep 9, 2019
1 parent 34db6c9 commit 5d16573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/part-03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ envsubst < ../../files/cert-manager-letsencrypt-aws-route53-clusterissuer-certif

([https://b3n.org/intranet-ssl-certificates-using-lets-encrypt-dns-01/](https://b3n.org/intranet-ssl-certificates-using-lets-encrypt-dns-01/))

Let `istio-ingressgateway` to enable TLS certificates delivery via [SDS](https://www.envoyproxy.io/docs/envoy/latest/configuration/secret):
Let `istio-ingressgateway` to use cert-manager generated certificate via
[SDS](https://www.envoyproxy.io/docs/envoy/v1.5.0/intro/arch_overview/service_discovery#arch-overview-service-discovery-types-sds).
Steps are taken from here [https://istio.io/docs/tasks/traffic-management/ingress/ingress-certmgr/](https://istio.io/docs/tasks/traffic-management/ingress/ingress-certmgr/).

```bash
kubectl -n istio-system patch gateway istio-autogenerated-k8s-ingress \
Expand Down
2 changes: 1 addition & 1 deletion docs/part-04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ tracing:
...
```

Define the [Istio gateway](https://istio.io/docs/reference/config/istio.networking.v1alpha3/#Gateway)
Define the [Istio gateway](https://istio.io/docs/reference/config/networking/v1alpha3/gateway/)
for the application:

```bash
Expand Down

0 comments on commit 5d16573

Please sign in to comment.