Open brettcurtis opened 2 months ago
Following up, I rolled back and tested v0.11.0 and my istio-csr POD didn't crash. That led me to the following logs:
failed to authenticate request" err="could not get cluster plt-us-east1-sb's kube client" logger="grpc-server" serving-addr="0.0.0.0:6443
This led me to the app.server.clusterID
value. After I fixed that, I was able to successfully get a certificate from cert-manager with both versions.
Hi there @brettcurtis - I’m running into the same error on 1.23.2, what did you have to change to get past the issue? 😃
I have set the cluster ID
to be the same value as the multi cluster clusterName
in the istio helm chart.
That's all I did. Once I set the istio-csr helm value app.server.clusterID
to match my global.multiCluster.clusterName
helm value for Istio, it worked.
I've just started messing around with this the other day so I'm sure I've got something off. However, I followed the docs and my istio-csr pod goes into CrashLoopBackOff and I'm seeing the following:
I get this whenever I try to start my Istio gateway or deploy another workload that is Istio enabled. I'd appreciate a kick in the right direction if anyone has any ideas.
EDIT istio-csr v0.12.0 and Istio v1.23.2