Closed woodliu closed 5 months ago
I have an Istio 1.7 cluster, I'll test it out tomorrow.
I test in Istio 1.7.2 cluster with the following step:
kubectl delete secret cacerts -n istio-system
kubectl create secret generic cacerts -n istio-system --from-file=ca-cert.pem --from-file=ca-key.pem --from-file=root-cert.pem --from-file=cert-chain.pem
kubectl rollout restart deployment/istiod -n istio-system
kubectl rollout restart deployment/sleep
my test env:
istioctl version client version: 1.7.2 control plane version: 1.7.2 data plane version: 1.7.2 (1 proxies)
conclusion: in 1.7.2, 'Extending Self-Signed Certificate Lifetime' may need to rollout restart istiod and all deployment
This doc is removed
The script in this step is not fit for the 1.7 Istio. And the pod with Envoy sidecar not restart after extending the CA lifetime