Closed satishrao84 closed 4 years ago
@satishrao84 this sounds like it might be a more general issue with pod networking rather than just webhooks, since you are also unable to resolve service IPs from cluster DNS.
I would try to verify which packet paths are working. For example:
Identifying which paths work and which do not will help isolate the cause.
I have a kubernetes 1.17.8 5 node cluster with Callico 3.11 There seems to be issues with general connectivity to services while deploying. For example, when trying to deploy a resource, a call to an admission controller webhook fails with a
Context deadline exceeded
error Below is the logs from kubeapi server:The caliico components are deployed in kube-system namespace
I see no logs coming in from coredns
I don't see any logs from Calico's controller either :
For reference, our cluster has the following IP networks:
Node 10.22.76.0/23 Cluster 192.168.0.0/16 service 10.96.0.1
I am unable to resolve any service names:
basically, I am not sure how to troubleshoot this further. Can someone please point me to the right direction?