mirror of https://github.com/istio/istio.io.git
adding known issues (#645)
* adding known issues https://github.com/istio/istio.github.io/issues/643 * address Laurent and Martin's comment
This commit is contained in:
parent
9ef4106aa8
commit
bbcb5e08ae
|
|
@ -88,5 +88,11 @@ identity provisioning. This agent runs on each node (VM / physical machine) and
|
|||
- **Persistent CA Key/Certificate Storage**. Istio CA now stores signing key/certificates in
|
||||
persistent storage to facilitate CA restarts.
|
||||
|
||||
### Known Issues
|
||||
|
||||
- **User may get periodical 404 when accessing the application**: We have noticed that Envoy doesn't get routes properly occasionally thus a 404 is returned to the user. We are actively working on this [issue](https://github.com/istio/istio/issues/1038).
|
||||
- **Istio Ingress or Egress reports ready before Pilot is actually ready**: You can check the istio-ingress and istio-egress pods status in the `istio-system` namespace and wait a few seconds after all the Istio pods reach ready status. We are actively working on this [issue](https://github.com/istio/istio/pull/1055).
|
||||
- **A service with Istio Auth enabled can't communicate with a service without Istio**: This limitation will be removed in the near future.
|
||||
|
||||
|
||||
[Release notes for previous versions of Istio](./notes)
|
||||
|
|
|
|||
Loading…
Reference in New Issue