MountVolume.SetUp failed for volume "istiod-ca-cert" and default-token-w8nqb

Hi Team,

getting the below warnings:

  1. MountVolume.SetUp failed for volume “istiod-ca-cert” : failed to sync configmap cache: timed out waiting for the condition
  2. MountVolume.SetUp failed for volume “default-token-w8nqb” : failed to sync secret cache: timed out waiting for the condition

what is the root cause for these warnings?
does it impact the performance of the service or pod?
is there any way we can resolve it?

Does the configmap exist?

Yes Theog, Two configmap and one secret is present in that namespace.

I would check:

  1. Rbac for the serviceaccounr the container is using ,(if not specifically set it’s the default service account) and make sure it has a proper role that can read the configmap
  2. Check kubelet logs to see you have access to the API with no timeouts