Question

pre-flight checks faild


Userlevel 3

Hi,

I am getting below error while running the pre-flight checks:

 


2 comments

Userlevel 7
Badge +20

@jaiganeshjk 

Userlevel 6
Badge +2

@ntiwari38 With this Primer checks, K10 spins up a pod and validates GVS backup  in your K8s cluster.

The error in the output seems to be related to your cluster DNS where this is a warning when you have more than 6 search domains in your nodes /etc/resolv.conf file(Kubernetes adds 3 custom domains default.svc.cluster.local, svc.cluster.local, cluster.local).

This means that you can add only 3 more custom domains in your resolv.conf file and if you have more than that few would be ignored.

This doesn’t mean that K10 validation failed because of this DNS issue, but the pod that primer tries to spin up did not come to a running state properly.

You can look at the events of the namespace to see why the pod did not come up.

 

Comment