Restart the cluster (virtual machine) istio-ingressgateway cannot start?¶
The error message is as follows:
Possible cause: The jwtsUri address of the RequestAuthentication CR cannot be accessed, As a result, istiod cannot deliver configuration to istio-ingressgateway (Istio 1.15 can avoid this bug: https://github.com/istio/istio/pull/39341/)
Solution:
-
Back up the RequestAuthentication ghippo CR.
-
Delete the RequestAuthentication ghippo CR.
-
Restart Istio.
-
Re-apply RequestAuthentication ghippo CR.
Note
Before applying RequestAuthentication ghippo CR, please make sure that ghippo-apiserver and ghippo-keycloak have been started normally.