error doing DNS lookup for NS records for "kubernetes.xxxx.xxx": lookup kubernetes.xxxxxxxx.xxx on 10.0.2.3:53: read udp 10.0.2.15:56154->10.0.2.3:53: i/o timeout
only my kops update cluster throws the following all other commands looks fine
here is my kops validate cluster
Using cluster from kubectl context: kubernetes.xxxx.xxx
Validating cluster kubernetes.xxxxxx.xxxx
INSTANCE GROUPS NAME ROLE MACHINETYPE MIN MAX SUBNETS master-xxx-xxxx-1a Master t2.micro 1 1 xx-xxxxx-1a nodes Node t2.micro 2 2 xx-xxxxxx-1a
NODE STATUS NAME ROLE READY ip-xxxx-xx-xx-xxx.xxx-xxxxx-x.compute.internal master True
Validation Failed Ready Master(s) 1 out of 1. Ready Node(s) 0 out of 2.
your nodes are NOT ready kubernetes.xxxxxx.xxx
kops
from the VM inside your VPC, or from somewhere else? I am just trying to understand where you got that error. DNS server10.0.2.3:53
available only from a VPC network and you are usingcompute.internal
DNS zone, which is available only from the same network with your cluster. – Anton Kostenko