We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When ca.crt value is updated - it's not being propagated through the cert-manager and istiod sidecars are hitting the well-known issue below: https://istio.io/latest/docs/ops/common-problems/injection/#x509-certificate-related-errors
with the following error message:
Error creating: Internal error occurred: failed calling webhook "sidecar-injector.istio.io": Post "https://istiod.istio-system.svc:443/inject?timeout=30s": x509: certificate signed by unknown authority
Restarting istiod does not address the issue, the cert-manager stack has to be restarted as well in order to address ca.crt propagation.
istiod version: 1.8.6 cert-manager: 1.3.1 cert-manager-istio-csr: 0.3.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When ca.crt value is updated - it's not being propagated through the cert-manager and istiod sidecars are hitting the well-known issue below: https://istio.io/latest/docs/ops/common-problems/injection/#x509-certificate-related-errors
with the following error message:
Restarting istiod does not address the issue, the cert-manager stack has to be restarted as well in order to address ca.crt propagation.
The text was updated successfully, but these errors were encountered: