Skip to content

Commit

Permalink
Mention Istio Gateway reload cert issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 17, 2018
1 parent fb199b7 commit efb6a76
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/8-istio-openfaas.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,16 @@ kubectl -n istio-system logs deployment/certmanager -f
Certificate issued successfully
```

Recreate Istio ingress gateway pods:

```bash
kubectl -n istio-system delete pods -l istio=ingressgateway
```

Note that Istio gateway doesn't reload the certificates from the TLS secret on cert-manager renewal.
Since the GKE cluster is made out of preemptible VMs the gateway pods will be replaced once every 24h, if your not using
preemptible nodes then you need to manually kill the gateway pods every two months before the certificate expires.

### Configure OpenFaaS Gateway to receive external traffic

Create the OpenFaaS namespaces with Istio sidecar injection enabled:
Expand Down

0 comments on commit efb6a76

Please sign in to comment.